miatoll: Build LiveDisplay

Change-Id: I05d9aaea5177f005885194c94b08642024bdc623
This commit is contained in:
Alexander Winkowski 2022-04-14 20:16:50 +01:00
parent 55c65cd152
commit 0b6d328cf1
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
4 changed files with 21 additions and 1 deletions

View File

@ -66,7 +66,8 @@ BOARD_HAVE_QCOM_FM := true
# HIDL
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
$(DEVICE_PATH)/device_framework_matrix.xml
$(DEVICE_PATH)/device_framework_matrix.xml \
$(DEVICE_PATH)/lineage_device_framework_matrix.xml
DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml

View File

@ -192,6 +192,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.light-service.xiaomi
# LiveDisplay
PRODUCT_PACKAGES += \
vendor.lineage.livedisplay@2.0-service-sdm
# Media
PRODUCT_PACKAGES += \
libavservices_minijail \

View File

@ -0,0 +1,10 @@
<compatibility-matrix version="2.0" type="framework">
<hal format="hidl" optional="true">
<name>vendor.lineage.livedisplay</name>
<version>2.0</version>
<interface>
<name>IPictureAdjustment</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

View File

@ -121,6 +121,11 @@
<transport>hwbinder</transport>
<fqname>@1.0::IDisplayPostproc/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<fqname>@2.0::IPictureAdjustment/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.data.factory</name>
<transport>hwbinder</transport>