mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-02 20:27:33 +09:00
miatoll: Build LiveDisplay
Change-Id: I05d9aaea5177f005885194c94b08642024bdc623
This commit is contained in:
parent
55c65cd152
commit
0b6d328cf1
@ -66,7 +66,8 @@ BOARD_HAVE_QCOM_FM := true
|
|||||||
# HIDL
|
# HIDL
|
||||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||||
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
|
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_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
|
||||||
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
||||||
|
|
||||||
|
@ -192,6 +192,10 @@ PRODUCT_PACKAGES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.light-service.xiaomi
|
android.hardware.light-service.xiaomi
|
||||||
|
|
||||||
|
# LiveDisplay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
vendor.lineage.livedisplay@2.0-service-sdm
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libavservices_minijail \
|
libavservices_minijail \
|
||||||
|
10
lineage_device_framework_matrix.xml
Normal file
10
lineage_device_framework_matrix.xml
Normal 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>
|
@ -121,6 +121,11 @@
|
|||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.0::IDisplayPostproc/default</fqname>
|
<fqname>@1.0::IDisplayPostproc/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>vendor.lineage.livedisplay</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@2.0::IPictureAdjustment/default</fqname>
|
||||||
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.qti.data.factory</name>
|
<name>vendor.qti.data.factory</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user