summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorLuden <luden@ghostmail.com>2016-03-12 10:39:28 +0100
committerZiyan <jaraidaniel@gmail.com>2016-04-03 15:19:21 +0200
commit3c60373689a44efea9a87b6cdac148530b02d775 (patch)
tree611ed61a92ec43e393c1ec88b2c0a06ddcf363a1 /device.mk
parent0e66f2b8f1c4330d7d51754be42b40964da69ecd (diff)
downloaddevice_samsung_tuna-3c60373689a44efea9a87b6cdac148530b02d775.zip
device_samsung_tuna-3c60373689a44efea9a87b6cdac148530b02d775.tar.gz
device_samsung_tuna-3c60373689a44efea9a87b6cdac148530b02d775.tar.bz2
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
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk4
1 files changed, 4 insertions, 0 deletions
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 \