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 /rootdir | |
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
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.espresso10.rc | 21 |
1 files changed, 12 insertions, 9 deletions
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 |