From b63546b228accd36678104f5a56ceedc5a74bc23 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Sun, 6 Mar 2022 23:03:33 +0100 Subject: [PATCH] pstar: manifest: add AntiFlicker, SunlightEnhancemet and PictureAdjustment --- BoardConfig.mk | 3 +++ manifest.xml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 5e6b338..edb49d6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,6 +22,9 @@ DEVICE_PATH := device/motorola/pstar # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth +# HIDL +DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml + # Kernel TARGET_KERNEL_ADDITIONAL_CONFIG := vendor/lineage_pstar_defconfig diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..c57fb24 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,19 @@ + + + vendor.lineage.livedisplay + hwbinder + 2.1 + + IPictureAdjustment + default + + + ISunlightEnhancement + default + + + IAntiFlicker + default + + +