pstar: manifest: add AntiFlicker, SunlightEnhancemet and PictureAdjustment
This commit is contained in:
parent
8c8a2e1b97
commit
b63546b228
@ -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
|
||||
|
||||
|
19
manifest.xml
Normal file
19
manifest.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<manifest version="2.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>vendor.lineage.livedisplay</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>IPictureAdjustment</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<interface>
|
||||
<name>ISunlightEnhancement</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<interface>
|
||||
<name>IAntiFlicker</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
Loading…
x
Reference in New Issue
Block a user