diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-16 03:07:19 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-16 03:07:19 +0000 |
commit | 2def3ba564a70cb2914c3a3e0c0fff88b2b3123f (patch) | |
tree | 8cd7caf0527fe2274ceff5cd861cc20e05956f07 | |
parent | 3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f (diff) | |
download | device_samsung_p3100-2def3ba564a70cb2914c3a3e0c0fff88b2b3123f.zip device_samsung_p3100-2def3ba564a70cb2914c3a3e0c0fff88b2b3123f.tar.gz device_samsung_p3100-2def3ba564a70cb2914c3a3e0c0fff88b2b3123f.tar.bz2 |
p31xx: update smc service
Change-Id: I724e44e9d9caf14f1cf89a8343a9c5ed5584e105
-rw-r--r-- | proprietary-common-files.txt | 2 | ||||
-rwxr-xr-x | rootdir/init.espresso.rc | 21 |
2 files changed, 14 insertions, 9 deletions
diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index 8e90349..8fff32f 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.espresso.rc b/rootdir/init.espresso.rc index 9190974..549314b 100755 --- a/rootdir/init.espresso.rc +++ b/rootdir/init.espresso.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 |