diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2015-02-26 22:33:35 +0100 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2015-02-26 22:33:50 +0100 |
commit | eb1a3c88d81ee51e2f44cac57456148e855e1841 (patch) | |
tree | 2d68a79ae934096d2dbfcfedac7bcf78be18532e /rootdir/init.qcom.rc | |
parent | c7969039ef9a314072a8834631cbe93d8444ea8f (diff) |
remove postproc stuff
Change-Id: I2189f22b62c4bdeda4717f2a944ce6b3217a5993
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 88cc2cb..d120e3d 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -574,13 +574,6 @@ service irsc_util /system/bin/irsc_util "/etc/sec_config" user root oneshot -service ppd /system/bin/mm-pp-daemon - class late_start - user system - socket pps stream 0660 system system - group system graphics qcom_diag - disabled - service qcamerasvr /system/bin/mm-qcamera-daemon class late_start user camera @@ -614,12 +607,6 @@ service tfa9890_amp /system/bin/tfa9890_amp oneshot ioprio rt 4 -on property:init.svc.surfaceflinger=running - start ppd - -on property:init.svc.surfaceflinger=stopped - stop ppd - on property:service.bootanim.exit=1 # Enable Power modes write /sys/module/lpm_levels/enable_low_power/l2 4 |