diff --git a/alioth-vendor.mk b/alioth-vendor.mk index 60c7c3d..f9735cf 100644 --- a/alioth-vendor.mk +++ b/alioth-vendor.mk @@ -123,6 +123,9 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-class0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-class0.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-mgame.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-mgame.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-normal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-normal.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-per-class0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-per-class0.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-per-normal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-per-normal.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-per-video.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-per-video.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-tgame.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-tgame.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-india-video.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-india-video.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-map-india.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-map-india.conf \ @@ -131,6 +134,11 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-navigation.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-navigation.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-nolimits.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-nolimits.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-normal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-normal.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-per-camera.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-per-camera.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-per-class0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-per-class0.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-per-navigation.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-per-navigation.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-per-normal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-per-normal.conf \ + vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-per-video.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-per-video.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-phone.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-phone.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-region-map.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-region-map.conf \ vendor/xiaomi/alioth/proprietary/vendor/etc/thermal-tgame.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-tgame.conf \ diff --git a/proprietary/vendor/etc/thermal-india-per-class0.conf b/proprietary/vendor/etc/thermal-india-per-class0.conf new file mode 100644 index 0000000..29d0d60 Binary files /dev/null and b/proprietary/vendor/etc/thermal-india-per-class0.conf differ diff --git a/proprietary/vendor/etc/thermal-india-per-normal.conf b/proprietary/vendor/etc/thermal-india-per-normal.conf new file mode 100644 index 0000000..6e2900f Binary files /dev/null and b/proprietary/vendor/etc/thermal-india-per-normal.conf differ diff --git a/proprietary/vendor/etc/thermal-india-per-video.conf b/proprietary/vendor/etc/thermal-india-per-video.conf new file mode 100644 index 0000000..9950ffd Binary files /dev/null and b/proprietary/vendor/etc/thermal-india-per-video.conf differ diff --git a/proprietary/vendor/etc/thermal-per-camera.conf b/proprietary/vendor/etc/thermal-per-camera.conf new file mode 100644 index 0000000..c87b402 Binary files /dev/null and b/proprietary/vendor/etc/thermal-per-camera.conf differ diff --git a/proprietary/vendor/etc/thermal-per-class0.conf b/proprietary/vendor/etc/thermal-per-class0.conf new file mode 100644 index 0000000..812b861 Binary files /dev/null and b/proprietary/vendor/etc/thermal-per-class0.conf differ diff --git a/proprietary/vendor/etc/thermal-per-navigation.conf b/proprietary/vendor/etc/thermal-per-navigation.conf new file mode 100644 index 0000000..6056241 Binary files /dev/null and b/proprietary/vendor/etc/thermal-per-navigation.conf differ diff --git a/proprietary/vendor/etc/thermal-per-normal.conf b/proprietary/vendor/etc/thermal-per-normal.conf new file mode 100644 index 0000000..6ffe4d5 Binary files /dev/null and b/proprietary/vendor/etc/thermal-per-normal.conf differ diff --git a/proprietary/vendor/etc/thermal-per-video.conf b/proprietary/vendor/etc/thermal-per-video.conf new file mode 100644 index 0000000..d3809e5 Binary files /dev/null and b/proprietary/vendor/etc/thermal-per-video.conf differ