Skip to content

Commit

Permalink
jason: Move FDE from common
Browse files Browse the repository at this point in the history
Change-Id: I8c746c6255b22f7211c69164c15cc1c7c8fe4e51
  • Loading branch information
moetayuko committed May 4, 2020
1 parent 6e3b170 commit eddbebf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ TARGET_KERNEL_VERSION := 4.4
BOARD_QTI_CAMERA_32BIT_ONLY := true
$(call project-set-path,qcom-camera,$(DEVICE_PATH)/camera)

# Crypto
TARGET_HW_DISK_ENCRYPTION := true

# Display
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x00002000U

Expand Down
9 changes: 9 additions & 0 deletions configs/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.cryptfshw</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptfsHw</name>
<instance>default</instance>
</interface>
</hal>
<!-- nfc -->
<hal format="hidl">
<name>android.hardware.nfc</name>
Expand Down
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-impl \
android.hardware.gatekeeper@1.0-service

# HW crypto
PRODUCT_PACKAGES += \
vendor.qti.hardware.cryptfshw@1.0-service-qti.qsee

# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl \
Expand Down

0 comments on commit eddbebf

Please sign in to comment.