From 2e143ddd90b1d755513e2a188743fb9b354591fc Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 16 Feb 2013 03:07:32 +0000 Subject: p51xx: update smc service Change-Id: I36a4abbde562eb835620b78cae796d393a677abd --- proprietary-common-files.txt | 2 ++ rootdir/init.espresso10.rc | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index 4fe4f21..d1e2d82 100644 --- a/proprietary-common-files.txt +++ b/proprietary-common-files.txt @@ -2,6 +2,8 @@ system/bin/dock_kbd_attach system/bin/geomagneticd system/bin/gpsd system/bin/orientationd +system/bin/smc.ini +system/bin/smc_pa.ift system/etc/wifi/bcmdhd_apsta.bin system/etc/wifi/bcmdhd_mfg.bin system/etc/wifi/bcmdhd_p2p.bin diff --git a/rootdir/init.espresso10.rc b/rootdir/init.espresso10.rc index a42289a..a9ba633 100755 --- a/rootdir/init.espresso10.rc +++ b/rootdir/init.espresso10.rc @@ -267,18 +267,21 @@ service pvrsrvctl /system/vendor/bin/pvrsrvctl_SGX540_120 --start --no-module group root oneshot +# SMC Service service tf_daemon /system/bin/tf_daemon \ - -d -c /vendor/etc/smc_normal_world_android_cfg.ini - class core - user drmrpc - group drmrpc + -d -c /system/bin/smc.ini + class main + user root + group root + oneshot + disabled -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 +service smc_pa /system/bin/smc_pa_ctrl \ + -c /system/bin/smc.ini \ + start /system/bin/smc_pa.ift class core - user drmrpc - group drmrpc + user root + group root oneshot service orientationd /system/bin/orientationd -- cgit v1.1