rtwo: move livedisplay manifest to common

Change-Id: Ic97cd03a27f491af91fc4d7f27896899aebca9e9
This commit is contained in:
Cosmin Tanislav
2024-08-08 02:07:46 +03:00
committed by Marc Bourgoin
parent be29f23968
commit b164f1fbba
2 changed files with 0 additions and 17 deletions

View File

@@ -17,7 +17,6 @@ TARGET_SCREEN_DENSITY := 400
# HIDL
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += $(DEVICE_PATH)/device_framework_matrix_rtwo.xml
DEVICE_MANIFEST_KALAMA_FILES += $(DEVICE_PATH)/manifest_rtwo.xml
ODM_MANIFEST_SKUS += dn dne
ODM_MANIFEST_DN_FILES := $(DEVICE_PATH)/manifest_rtwo_dn.xml
ODM_MANIFEST_DNE_FILES := $(DEVICE_PATH)/manifest_rtwo_dne.xml

View File

@@ -1,16 +0,0 @@
<manifest version="2.0" type="device">
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>ISunlightEnhancement</name>
<instance>default</instance>
</interface>
<interface>
<name>IAntiFlicker</name>
<instance>default</instance>
</interface>
<fqname>@2.0::IPictureAdjustment/default</fqname>
</hal>
</manifest>