diff --git a/Teclast/T30/Android.mk b/Teclast/T30/Android.mk new file mode 100644 index 0000000..f4a64a1 --- /dev/null +++ b/Teclast/T30/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-teclast-t30 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Teclast/T30/AndroidManifest.xml b/Teclast/T30/AndroidManifest.xml new file mode 100644 index 0000000..38b7815 --- /dev/null +++ b/Teclast/T30/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Teclast/T30/res/values/config.xml b/Teclast/T30/res/values/config.xml new file mode 100644 index 0000000..da845eb --- /dev/null +++ b/Teclast/T30/res/values/config.xml @@ -0,0 +1,51 @@ + + + + 16 + 64 + 98 + 104 + 110 + 116 + 122 + 128 + 134 + 182 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + + + 128 + 256 + 384 + 512 + 640 + 768 + 896 + 1024 + 2048 + 4096 + 6144 + 8192 + 10240 + 12288 + 14336 + 16384 + 18432 + + true + true + true + true + true + true + 1 + 130 + 16 + diff --git a/Teclast/T30/res/xml/power_profile.xml b/Teclast/T30/res/xml/power_profile.xml new file mode 100755 index 0000000..679b6a7 --- /dev/null +++ b/Teclast/T30/res/xml/power_profile.xml @@ -0,0 +1,90 @@ + + + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + + 0.2 + 0.1 + + + 4 + 4 + + + 400000 + + + 0.1 + + 1.11 + 5 + 2.55. 2.11 + 2.22 + + 300000 + 1000000 + 2000000 + + + 300000 + 1000000 + 2500000 + 3000000 + + + 10 + 20 + 30 + + + 25 + 35 + 50 + 60 + + + 22.7 + + 1000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/overlay.mk b/overlay.mk index 9d324a5..8c56e61 100755 --- a/overlay.mk +++ b/overlay.mk @@ -122,6 +122,7 @@ PRODUCT_PACKAGES += \ treble-overlay-sony-XZ3 \ treble-overlay-sprd-ims \ treble-overlay-teclast-m30 \ + treble-overlay-teclast-t30 \ treble-overlay-tecno-camon11 \ treble-overlay-telephony-caf-ims \ treble-overlay-telephony-mtk-ims \