diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-21 20:04:34 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-30 20:20:56 +0530 |
commit | eb1cee434cb3726ba8a45de9cd2b9ceafda3e993 (patch) | |
tree | 0d0d2885fd823d43b1af2a27909af17b61e83def /rootdir | |
parent | 28d97b964643bd191faf403eb8fd9f615d432cd9 (diff) |
Open source thermal management
* Use Sony's open source thermanager
* Get rid of their proprietary implementation, sysmon
Change-Id: I7e41d6b18273f669358b50616de57be212242151
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index ca153bb..5482123 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -586,11 +586,11 @@ service ta_qmi_service /system/bin/ta_qmi_service user root class main -# Start system_monitor -service system_monitor /system/bin/system_monitor - socket sysmon stream 0660 root system - class core +# Thermal Manager service +service thermanager /system/bin/thermanager /system/etc/thermanager.xml + class main user root + group root service rmt_storage /system/bin/rmt_storage class core |