From 3c60373689a44efea9a87b6cdac148530b02d775 Mon Sep 17 00:00:00 2001 From: Luden Date: Sat, 12 Mar 2016 10:39:28 +0100 Subject: Implement SMC initialization. Note that SMC requires "normal world"-assisted storage that is provided by tf_daemon. Normally it's /data/smc directory, but this doesn't work if one wants both /data encryption and hardware backed disk encryption key storage. Therefore /dsg partition is used to store SMC data. Change-Id: I9ef59d7f045c5c36950d73d5254ba751fb7853cc --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 7c2da43..a700f51 100755 --- a/device.mk +++ b/device.mk @@ -62,9 +62,13 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ media.aac_51_output_enabled=true +# SMC PRODUCT_PACKAGES += \ keystore.tuna + PRODUCT_COPY_FILES += \ + $(DEVICE_FOLDER)/tee-fs-setup.sh:system/vendor/bin/tee-fs-setup.sh + # Init files PRODUCT_COPY_FILES += \ $(DEVICE_FOLDER)/rootdir/init.tuna.rc:root/init.tuna.rc \ -- cgit v1.1