From d16c500a6b043501c79de9753a3ace0f9b0c9f13 Mon Sep 17 00:00:00 2001 From: Vini Vennapusa Date: Thu, 10 Feb 2022 16:35:43 +0530 Subject: [PATCH] power: Add powerhint.xml for Kailua Added powerhint.xml for kailua target and modified make file Change-Id: Ibec17d5b5964d93de808b4fefd508229733a9fe3 --- config/kalama/powerhint.xml | 374 ++++++++++++++++++++++++++++++++++++ power-vendor-product.mk | 2 + 2 files changed, 376 insertions(+) create mode 100644 config/kalama/powerhint.xml diff --git a/config/kalama/powerhint.xml b/config/kalama/powerhint.xml new file mode 100644 index 0000000..9f46686 --- /dev/null +++ b/config/kalama/powerhint.xml @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/power-vendor-product.mk b/power-vendor-product.mk index d34d793..2a019cc 100644 --- a/power-vendor-product.mk +++ b/power-vendor-product.mk @@ -17,4 +17,6 @@ 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 +else ifeq ($(TARGET_BOARD_PLATFORM),kalama) +PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/kalama/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml endif