diff --git a/device-common.mk b/device-common.mk index 2b4bec0..2d8a7b5 100644 --- a/device-common.mk +++ b/device-common.mk @@ -68,4 +68,5 @@ PRODUCT_COPY_FILES += \ device/google/muskie/fstab.hardware:root/fstab.$(PRODUCT_HARDWARE) PRODUCT_COPY_FILES += \ - device/google/muskie/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf + device/google/muskie/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \ + device/google/muskie/thermal-engine-vr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-vr.conf diff --git a/thermal-engine-vr.conf b/thermal-engine-vr.conf new file mode 100755 index 0000000..f9e952f --- /dev/null +++ b/thermal-engine-vr.conf @@ -0,0 +1,17 @@ +[SKIN_SHUTDOWN] +algo_type monitor +sampling 1000 +sensor quiet_therm +thresholds 60000 +thresholds_clr 59000 +actions shutdown +action_info 1 + +[BATT_SHUTDOWN] +algo_type monitor +sampling 1000 +sensor battery +thresholds 60000 +thresholds_clr 59000 +actions shutdown +action_info 1