From 725f40969ae4e3b784860c59e4afdf8b9f35b041 Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Wed, 21 Sep 2011 22:56:05 -0700 Subject: Load the smc pa, start the daemon and set driver permissions. Bug 4598045 Implementing secure video path on TI OMAP4 chip for ICS Change-Id: I010ab638daf3630a3765cbe41b671c95a3f8bea5 --- init.tuna.rc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index 374d8a3..d272ceb 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -132,6 +132,20 @@ service setup_fs /system/bin/setup_fs \ group root oneshot +service tf_daemon /system/bin/tf_daemon \ + -d -c /vendor/etc/smc_normal_world_android_cfg.ini + class core + user root + group root + +service smc_pa_wvdrm /system/bin/smc_pa_ctrl \ + -c /vendor/etc/smc_normal_world_android_cfg.ini \ + start /vendor/firmware/smc_pa_wvdrm.ift + class core + user root + group root + oneshot + # create virtual SD card at /mnt/sdcard, based on the /data/media directory # daemon will drop to user/group system/media_rw after initializing # underlying files in /data/media will be created with user and group media_rw (1023) -- cgit v1.1