File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,18 @@ include device/xiaomi/sdm660-common/BoardConfigCommon.mk
26
26
# Device Path
27
27
DEVICE_PATH := device/xiaomi/clover
28
28
29
+ # Crypto
30
+ TARGET_HW_DISK_ENCRYPTION := true
31
+
29
32
# DT2W
30
33
TARGET_TAP_TO_WAKE_NODE := "/proc/touchscreen/enable_dt2w"
31
34
32
35
# Kernel
33
36
TARGET_KERNEL_SOURCE := kernel/xiaomi/clover
34
37
TARGET_KERNEL_CONFIG := clover-perf_defconfig
35
- TW_USE_TOOLBOX := true
38
+
39
+ # Manifest
40
+ DEVICE_MANIFEST_FILE += $(DEVICE_PATH ) /manifest.xml
36
41
37
42
# Platform
38
43
BOARD_VENDOR_PLATFORM := xiaomi-sdm660
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ TARGET_SCREEN_WIDTH := 1200
40
40
# Device properties
41
41
$(call inherit-product, $(DEVICE_PATH)/device_prop.mk)
42
42
43
+ # HW crypto
44
+ PRODUCT_PACKAGES += \
45
+
46
+
43
47
# Media
44
48
PRODUCT_COPY_FILES += \
45
49
$(DEVICE_PATH ) /configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/media_profiles_V1_0.xml
Original file line number Diff line number Diff line change
1
+ <manifest version =" 1.0" type =" device" target-level =" 2" >
2
+ <hal format =" hidl" >
3
+ <name >vendor.qti.hardware.cryptfshw</name >
4
+ <transport >hwbinder</transport >
5
+ <version >1.0</version >
6
+ <interface >
7
+ <name >ICryptfsHw</name >
8
+ <instance >default</instance >
9
+ </interface >
10
+ </hal >
11
+ </manifest >
You can’t perform that action at this time.
0 commit comments