From f102db83bdb67303c4d282312f947e242aee7ad0 Mon Sep 17 00:00:00 2001 From: Vini Vennapusa Date: Thu, 1 Jul 2021 18:33:35 +0530 Subject: [PATCH] Power: Add powerhint.xml for waipio Added powerhint.xml for waipio target and modified the make file. Change-Id: Ib28f9f2b00ef116394b0a88cf60a6d004c23b5bc --- config/taro/powerhint.xml | 341 ++++++++++++++++++++++++++++++++++++++ power-vendor-product.mk | 2 + 2 files changed, 343 insertions(+) create mode 100644 config/taro/powerhint.xml diff --git a/config/taro/powerhint.xml b/config/taro/powerhint.xml new file mode 100644 index 0000000..5f338b6 --- /dev/null +++ b/config/taro/powerhint.xml @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/power-vendor-product.mk b/power-vendor-product.mk index a06869c..d34d793 100644 --- a/power-vendor-product.mk +++ b/power-vendor-product.mk @@ -15,4 +15,6 @@ else ifeq ($(TARGET_BOARD_PLATFORM),lahaina) PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/lahaina/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml else ifeq ($(TARGET_BOARD_PLATFORM),holi) PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/holi/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml +else ifeq ($(TARGET_BOARD_PLATFORM),taro) +PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/taro/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml endif