dre: Switch to common device_framework_matrix.xml
Change-Id: Idc99a59a377bb3284634a62c0a1ae545bcd4e1e2
This commit is contained in:
parent
952a90ce17
commit
1a1d988411
2 changed files with 1 additions and 86 deletions
|
@ -89,7 +89,7 @@ TARGET_HEALTH_CHARGING_CONTROL_CHARGING_PATH := /sys/class/oplus_chg/battery/mmi
|
|||
|
||||
# HIDL
|
||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||
$(DEVICE_PATH)/device_framework_matrix.xml \
|
||||
hardware/oplus/vintf/device_framework_matrix.xml \
|
||||
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
|
||||
vendor/lineage/config/device_framework_matrix.xml
|
||||
DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml
|
||||
|
|
|
@ -1,85 +0,0 @@
|
|||
<compatibility-matrix version="2.0" type="framework">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.nxp.hardware.nfc</name>
|
||||
<version>1.0-1</version>
|
||||
<interface>
|
||||
<name>INqNfc</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.nxp.nxpnfclegacy</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>INxpNfcLegacy</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.oneplus.engnative.engineer</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IEngineer</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.oneplus.faceunlock.hal</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IFaceUnlockNativeService</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.oplus.hardware.appradio</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IOplusAppRadio</name>
|
||||
<instance>oplus_app_slot1</instance>
|
||||
<instance>oplus_app_slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.oplus.hardware.biometrics.fingerprint</name>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>IBiometricsFingerprint</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.oplus.hardware.ims</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IOplusImsRadio</name>
|
||||
<instance>oplusimsradio0</instance>
|
||||
<instance>oplusimsradio1</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.oplus.hardware.radio</name>
|
||||
<version>1.0-1</version>
|
||||
<interface>
|
||||
<name>IOplusRadio</name>
|
||||
<instance>oplus_slot1</instance>
|
||||
<instance>oplus_slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.pixelworks.hardware.display</name>
|
||||
<version>1.1</version>
|
||||
<interface>
|
||||
<name>IIris</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.pixelworks.hardware.feature</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IIrisFeature</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</compatibility-matrix>
|
Loading…
Reference in a new issue