diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-16 03:07:32 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-16 03:07:32 +0000 |
commit | 2e143ddd90b1d755513e2a188743fb9b354591fc (patch) | |
tree | d515f7408053c65f34e40003627e65e45272cd77 | |
parent | 98cecf504a77728dcef60a2284870d020e27757d (diff) | |
download | device_samsung_p5100-2e143ddd90b1d755513e2a188743fb9b354591fc.zip device_samsung_p5100-2e143ddd90b1d755513e2a188743fb9b354591fc.tar.gz device_samsung_p5100-2e143ddd90b1d755513e2a188743fb9b354591fc.tar.bz2 |
p51xx: update smc service
Change-Id: I36a4abbde562eb835620b78cae796d393a677abd
-rw-r--r-- | proprietary-common-files.txt | 2 | ||||
-rwxr-xr-x | 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 |