From 511fecd60ee49a32649fa6b3bfbc5839264c7185 Mon Sep 17 00:00:00 2001 From: Dil3mm4 Date: Tue, 28 Aug 2018 15:08:50 +0000 Subject: [PATCH] More Huawei overlays. Devices supported as of now: -STF -VTR -ANE -BND -LLD -PRA -RNE -WAS -DUK --- Huawei/hi3660/DUK/Android.mk | 8 + Huawei/hi3660/DUK/AndroidManifest.xml | 10 + Huawei/hi3660/DUK/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi3660/DUK/res/xml/power_profile.xml | 69 ++++++ Huawei/hi3660/STF/Android.mk | 8 + Huawei/hi3660/STF/AndroidManifest.xml | 10 + Huawei/hi3660/STF/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi3660/STF/res/xml/power_profile.xml | 69 ++++++ Huawei/hi3660/VTR/Android.mk | 8 + Huawei/hi3660/VTR/AndroidManifest.xml | 10 + Huawei/hi3660/VTR/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi3660/VTR/res/xml/power_profile.xml | 69 ++++++ Huawei/hi6250/ANE/Android.mk | 8 + Huawei/hi6250/ANE/AndroidManifest.xml | 10 + Huawei/hi6250/ANE/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi6250/ANE/res/xml/power_profile.xml | 71 ++++++ Huawei/hi6250/BND/Android.mk | 8 + Huawei/hi6250/BND/AndroidManifest.xml | 10 + Huawei/hi6250/BND/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi6250/BND/res/xml/power_profile.xml | 49 +++++ Huawei/hi6250/LLD/Android.mk | 8 + Huawei/hi6250/LLD/AndroidManifest.xml | 10 + Huawei/hi6250/LLD/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi6250/LLD/res/xml/power_profile.xml | 71 ++++++ Huawei/hi6250/PRA/Android.mk | 8 + Huawei/hi6250/PRA/AndroidManifest.xml | 10 + Huawei/hi6250/PRA/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi6250/PRA/res/xml/power_profile.xml | 51 +++++ Huawei/hi6250/RNE/Android.mk | 8 + Huawei/hi6250/RNE/AndroidManifest.xml | 10 + Huawei/hi6250/RNE/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi6250/RNE/res/xml/power_profile.xml | 47 ++++ Huawei/hi6250/WAS/Android.mk | 8 + Huawei/hi6250/WAS/AndroidManifest.xml | 10 + Huawei/hi6250/WAS/res/values/config.xml | 232 ++++++++++++++++++++ Huawei/hi6250/WAS/res/xml/power_profile.xml | 71 ++++++ 36 files changed, 2817 insertions(+) create mode 100644 Huawei/hi3660/DUK/Android.mk create mode 100644 Huawei/hi3660/DUK/AndroidManifest.xml create mode 100644 Huawei/hi3660/DUK/res/values/config.xml create mode 100644 Huawei/hi3660/DUK/res/xml/power_profile.xml create mode 100644 Huawei/hi3660/STF/Android.mk create mode 100644 Huawei/hi3660/STF/AndroidManifest.xml create mode 100644 Huawei/hi3660/STF/res/values/config.xml create mode 100644 Huawei/hi3660/STF/res/xml/power_profile.xml create mode 100644 Huawei/hi3660/VTR/Android.mk create mode 100644 Huawei/hi3660/VTR/AndroidManifest.xml create mode 100644 Huawei/hi3660/VTR/res/values/config.xml create mode 100644 Huawei/hi3660/VTR/res/xml/power_profile.xml create mode 100644 Huawei/hi6250/ANE/Android.mk create mode 100644 Huawei/hi6250/ANE/AndroidManifest.xml create mode 100644 Huawei/hi6250/ANE/res/values/config.xml create mode 100644 Huawei/hi6250/ANE/res/xml/power_profile.xml create mode 100644 Huawei/hi6250/BND/Android.mk create mode 100644 Huawei/hi6250/BND/AndroidManifest.xml create mode 100644 Huawei/hi6250/BND/res/values/config.xml create mode 100644 Huawei/hi6250/BND/res/xml/power_profile.xml create mode 100644 Huawei/hi6250/LLD/Android.mk create mode 100644 Huawei/hi6250/LLD/AndroidManifest.xml create mode 100644 Huawei/hi6250/LLD/res/values/config.xml create mode 100644 Huawei/hi6250/LLD/res/xml/power_profile.xml create mode 100644 Huawei/hi6250/PRA/Android.mk create mode 100644 Huawei/hi6250/PRA/AndroidManifest.xml create mode 100644 Huawei/hi6250/PRA/res/values/config.xml create mode 100644 Huawei/hi6250/PRA/res/xml/power_profile.xml create mode 100644 Huawei/hi6250/RNE/Android.mk create mode 100644 Huawei/hi6250/RNE/AndroidManifest.xml create mode 100644 Huawei/hi6250/RNE/res/values/config.xml create mode 100644 Huawei/hi6250/RNE/res/xml/power_profile.xml create mode 100644 Huawei/hi6250/WAS/Android.mk create mode 100644 Huawei/hi6250/WAS/AndroidManifest.xml create mode 100644 Huawei/hi6250/WAS/res/values/config.xml create mode 100644 Huawei/hi6250/WAS/res/xml/power_profile.xml diff --git a/Huawei/hi3660/DUK/Android.mk b/Huawei/hi3660/DUK/Android.mk new file mode 100644 index 0000000..862bc6d --- /dev/null +++ b/Huawei/hi3660/DUK/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-DUK +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi3660/DUK/AndroidManifest.xml b/Huawei/hi3660/DUK/AndroidManifest.xml new file mode 100644 index 0000000..985583a --- /dev/null +++ b/Huawei/hi3660/DUK/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi3660/DUK/res/values/config.xml b/Huawei/hi3660/DUK/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi3660/DUK/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi3660/DUK/res/xml/power_profile.xml b/Huawei/hi3660/DUK/res/xml/power_profile.xml new file mode 100644 index 0000000..5e20609 --- /dev/null +++ b/Huawei/hi3660/DUK/res/xml/power_profile.xml @@ -0,0 +1,69 @@ + + + + + 0 + 104 + 97 + 0.6 + 0.6 + 330 + 0.6 + 128 + 146 + 38 + 163 + 180 + 70 + 3900 + 60 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 533000 + 999000 + 1402000 + 1709000 + 1844000 + 2112000 + 2362000 + 2612000 + + + 4 + + 35 + + + 30 + 72 + 133 + 201 + 250 + 990 + 1761 + 1948 + + diff --git a/Huawei/hi3660/STF/Android.mk b/Huawei/hi3660/STF/Android.mk new file mode 100644 index 0000000..e41ffbd --- /dev/null +++ b/Huawei/hi3660/STF/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-STF +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi3660/STF/AndroidManifest.xml b/Huawei/hi3660/STF/AndroidManifest.xml new file mode 100644 index 0000000..8cd47a9 --- /dev/null +++ b/Huawei/hi3660/STF/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi3660/STF/res/values/config.xml b/Huawei/hi3660/STF/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi3660/STF/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi3660/STF/res/xml/power_profile.xml b/Huawei/hi3660/STF/res/xml/power_profile.xml new file mode 100644 index 0000000..8887e61 --- /dev/null +++ b/Huawei/hi3660/STF/res/xml/power_profile.xml @@ -0,0 +1,69 @@ + + + + + 0 + 104 + 97 + 0.6 + 0.6 + 330 + 0.6 + 128 + 146 + 38 + 163 + 180 + 70 + 3100 + 60 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 533000 + 999000 + 1402000 + 1709000 + 1844000 + 2112000 + 2362000 + 2612000 + + + 4 + + 35 + + + 30 + 72 + 133 + 201 + 250 + 990 + 1761 + 1948 + + diff --git a/Huawei/hi3660/VTR/Android.mk b/Huawei/hi3660/VTR/Android.mk new file mode 100644 index 0000000..1f004b6 --- /dev/null +++ b/Huawei/hi3660/VTR/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-VTR +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi3660/VTR/AndroidManifest.xml b/Huawei/hi3660/VTR/AndroidManifest.xml new file mode 100644 index 0000000..01b680b --- /dev/null +++ b/Huawei/hi3660/VTR/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi3660/VTR/res/values/config.xml b/Huawei/hi3660/VTR/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi3660/VTR/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi3660/VTR/res/xml/power_profile.xml b/Huawei/hi3660/VTR/res/xml/power_profile.xml new file mode 100644 index 0000000..a36948a --- /dev/null +++ b/Huawei/hi3660/VTR/res/xml/power_profile.xml @@ -0,0 +1,69 @@ + + + + + 0 + 95 + 97 + 0.6 + 0.6 + 365 + 0.6 + 128 + 146 + 43 + 176 + 190 + 70 + 3100 + 65 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 533000 + 999000 + 1402000 + 1709000 + 1844000 + 2112000 + 2362000 + 2612000 + + + 5 + + 35 + + + 30 + 72 + 133 + 201 + 250 + 990 + 1761 + 1948 + + diff --git a/Huawei/hi6250/ANE/Android.mk b/Huawei/hi6250/ANE/Android.mk new file mode 100644 index 0000000..c71ea77 --- /dev/null +++ b/Huawei/hi6250/ANE/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-ANE +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi6250/ANE/AndroidManifest.xml b/Huawei/hi6250/ANE/AndroidManifest.xml new file mode 100644 index 0000000..822c05c --- /dev/null +++ b/Huawei/hi6250/ANE/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi6250/ANE/res/values/config.xml b/Huawei/hi6250/ANE/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi6250/ANE/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi6250/ANE/res/xml/power_profile.xml b/Huawei/hi6250/ANE/res/xml/power_profile.xml new file mode 100644 index 0000000..2d1dceb --- /dev/null +++ b/Huawei/hi6250/ANE/res/xml/power_profile.xml @@ -0,0 +1,71 @@ + + + + + 0 + 143 + 97 + 0.6 + 0.6 + 414 + 0.6 + 128 + 146 + 43 + 176 + 190 + 70 + 3000 + 65 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1306000 + 1402000 + 1709000 + 1805000 + 2016000 + 2112000 + 2362000 + + + 4 + + 43 + + + 107 + 181 + 425 + 537 + 732 + 899 + 1417 + 1855 + 2323 + + diff --git a/Huawei/hi6250/BND/Android.mk b/Huawei/hi6250/BND/Android.mk new file mode 100644 index 0000000..06d1283 --- /dev/null +++ b/Huawei/hi6250/BND/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-BND +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi6250/BND/AndroidManifest.xml b/Huawei/hi6250/BND/AndroidManifest.xml new file mode 100644 index 0000000..2b1c33c --- /dev/null +++ b/Huawei/hi6250/BND/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi6250/BND/res/values/config.xml b/Huawei/hi6250/BND/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi6250/BND/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi6250/BND/res/xml/power_profile.xml b/Huawei/hi6250/BND/res/xml/power_profile.xml new file mode 100644 index 0000000..9fdfdf7 --- /dev/null +++ b/Huawei/hi6250/BND/res/xml/power_profile.xml @@ -0,0 +1,49 @@ + + + 0 + 103 + 124 + 1.2 + 1.2 + 460 + 0.4 + 405 + 138 + 43 + 176 + 106 + 70 + 3340 + 65 + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1306000 + 1402000 + 1709000 + 1805000 + 2016000 + 2112000 + 2362000 + + 4 + 43 + + 107 + 181 + 425 + 538 + 851 + 899 + 1417 + 1484 + 2323 + + \ No newline at end of file diff --git a/Huawei/hi6250/LLD/Android.mk b/Huawei/hi6250/LLD/Android.mk new file mode 100644 index 0000000..4dfbbd4 --- /dev/null +++ b/Huawei/hi6250/LLD/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-LLD +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi6250/LLD/AndroidManifest.xml b/Huawei/hi6250/LLD/AndroidManifest.xml new file mode 100644 index 0000000..0c5bacd --- /dev/null +++ b/Huawei/hi6250/LLD/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi6250/LLD/res/values/config.xml b/Huawei/hi6250/LLD/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi6250/LLD/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi6250/LLD/res/xml/power_profile.xml b/Huawei/hi6250/LLD/res/xml/power_profile.xml new file mode 100644 index 0000000..4ff1f93 --- /dev/null +++ b/Huawei/hi6250/LLD/res/xml/power_profile.xml @@ -0,0 +1,71 @@ + + + + + 0 + 147 + 145 + 1.4 + 1.4 + 408 + 0.7 + 200 + 85 + 43 + 187 + 92 + 70 + 3000 + 65 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1306000 + 1402000 + 1709000 + 1805000 + 2016000 + 2112000 + 2362000 + + + 3.9 + + 43 + + + 107 + 181 + 425 + 538 + 851 + 899 + 1417 + 1484 + 2323 + + diff --git a/Huawei/hi6250/PRA/Android.mk b/Huawei/hi6250/PRA/Android.mk new file mode 100644 index 0000000..8076aee --- /dev/null +++ b/Huawei/hi6250/PRA/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-PRA +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi6250/PRA/AndroidManifest.xml b/Huawei/hi6250/PRA/AndroidManifest.xml new file mode 100644 index 0000000..11b0120 --- /dev/null +++ b/Huawei/hi6250/PRA/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi6250/PRA/res/values/config.xml b/Huawei/hi6250/PRA/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi6250/PRA/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi6250/PRA/res/xml/power_profile.xml b/Huawei/hi6250/PRA/res/xml/power_profile.xml new file mode 100644 index 0000000..ebd91df --- /dev/null +++ b/Huawei/hi6250/PRA/res/xml/power_profile.xml @@ -0,0 +1,51 @@ + + + 0 + 114 + 97 + 0.6 + 0.6 + 302 + 0.6 + 128 + 146 + 43 + 176 + 190 + 70 + 2900 + 65 + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1018000 + 1210000 + 1306000 + 1517000 + 1805000 + 2016000 + 2304000 + 2515200 + + 4 + 43 + + 107 + 181 + 244 + 343 + 425 + 582 + 899 + 1417 + 2266 + 2455 + + \ No newline at end of file diff --git a/Huawei/hi6250/RNE/Android.mk b/Huawei/hi6250/RNE/Android.mk new file mode 100644 index 0000000..b84a2a6 --- /dev/null +++ b/Huawei/hi6250/RNE/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-RNE +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi6250/RNE/AndroidManifest.xml b/Huawei/hi6250/RNE/AndroidManifest.xml new file mode 100644 index 0000000..502d665 --- /dev/null +++ b/Huawei/hi6250/RNE/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi6250/RNE/res/values/config.xml b/Huawei/hi6250/RNE/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi6250/RNE/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi6250/RNE/res/xml/power_profile.xml b/Huawei/hi6250/RNE/res/xml/power_profile.xml new file mode 100644 index 0000000..8ecabdc --- /dev/null +++ b/Huawei/hi6250/RNE/res/xml/power_profile.xml @@ -0,0 +1,47 @@ + + + 0 + 131.6 + 97 + 0.6 + 0.6 + 396.5 + 0.6 + 128 + 146 + 43 + 176 + 190 + 70 + 3340 + 65 + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1306000 + 1402000 + 1709000 + 1805000 + 2016000 + 2112000 + + 4 + 43 + + 107 + 181 + 425 + 537 + 732 + 899 + 1417 + 1855 + + \ No newline at end of file diff --git a/Huawei/hi6250/WAS/Android.mk b/Huawei/hi6250/WAS/Android.mk new file mode 100644 index 0000000..8758aa8 --- /dev/null +++ b/Huawei/hi6250/WAS/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := dil3mm4-overlay-WAS +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Huawei/hi6250/WAS/AndroidManifest.xml b/Huawei/hi6250/WAS/AndroidManifest.xml new file mode 100644 index 0000000..3a3ae84 --- /dev/null +++ b/Huawei/hi6250/WAS/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/hi6250/WAS/res/values/config.xml b/Huawei/hi6250/WAS/res/values/config.xml new file mode 100644 index 0000000..0efbbce --- /dev/null +++ b/Huawei/hi6250/WAS/res/values/config.xml @@ -0,0 +1,232 @@ + + + + + + + + true + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + true + + + true + + + com.android.systemui/com.android.systemui.doze.DozeService + + + true + + + 2 + + + true + + + 5 + + + false + + + true + + + true + + + true + + + + 17 + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "wlan0" + "softap.*" + + + + + "bt-pan" + + + + + + 0 + 1 + 5 + 7 + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + \ No newline at end of file diff --git a/Huawei/hi6250/WAS/res/xml/power_profile.xml b/Huawei/hi6250/WAS/res/xml/power_profile.xml new file mode 100644 index 0000000..59413af --- /dev/null +++ b/Huawei/hi6250/WAS/res/xml/power_profile.xml @@ -0,0 +1,71 @@ + + + + + 0 + 114 + 97 + 0.6 + 0.6 + 302 + 0.6 + 128 + 146 + 43 + 176 + 190 + 70 + 3000 + 65 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1306000 + 1402000 + 1709000 + 1805000 + 2016000 + 2112000 + 2362000 + + + 4 + + 43 + + + 107 + 181 + 425 + 538 + 851 + 899 + 1417 + 2077 + 2323 + +