Files
device_xiaomi_fleur/framework_compatibility_matrix.xml
Onelots 0313b2cc43 fleur: vintf: add AIDL HAL instances to device compatibility matrix
The following HALs in device manifest are not declared in FCM <= level 6:
   android.hardware.biometrics.fingerprint.IFingerprint/default (@4)
   android.hardware.bluetooth.IBluetoothHci/default (@1)
   android.hardware.bluetooth.audio.IBluetoothAudioProviderFactory/default (@4)
   android.hardware.drm.IDrmFactory/widevine (@1)
   android.hardware.health.IHealth/default (@3)
   android.hardware.ir.IConsumerIr/default (@1)
   android.hardware.light.ILights/default (@2)
   android.hardware.media.c2.IComponentStore/default (@1)
   android.hardware.neuralnetworks.IDevice/mtk-neuron_shim (@4)
   android.hardware.nfc.INfc/default (@1)
   android.hardware.power.IPower/default (@5)
   android.hardware.sensors.ISensors/default (@2)
   android.hardware.tetheroffload.IOffload/default (@1)
   android.hardware.thermal.IThermal/default (@2)
   android.hardware.usb.IUsb/default (@3)
   android.hardware.usb.gadget.IUsbGadget/default (@1)
   android.hardware.wifi.IWifi/default (@2)
   android.hardware.wifi.hostapd.IHostapd/default (@2)
   android.hardware.wifi.supplicant.ISupplicant/default (@3)

Change-Id: Ifc30c65c2895303a6d0585bdecf00da531839e25
Signed-off-by: Onelots <onelots@onelots.fr>
2025-10-20 02:12:22 +02:00

173 lines
5.2 KiB
XML

<compatibility-matrix version="9.0" type="framework">
<hal format="hidl" optional="true">
<name>vendor.microtrust.hardware.thh</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IThhDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.microtrust.hardware.soter</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISoter</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.biometrics.fingerprint</name>
<version>4</version>
<interface>
<name>IFingerprint</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.bluetooth</name>
<version>1</version>
<interface>
<name>IBluetoothHci</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.bluetooth.audio</name>
<version>4</version>
<interface>
<name>IBluetoothAudioProviderFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.drm</name>
<version>1</version>
<interface>
<name>IDrmFactory</name>
<instance>widevine</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.health</name>
<version>3</version>
<interface>
<name>IHealth</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.ir</name>
<version>1</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.light</name>
<version>2</version>
<interface>
<name>ILights</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.media.c2</name>
<version>1</version>
<interface>
<name>IComponentStore</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.neuralnetworks</name>
<version>4</version>
<interface>
<name>IDevice</name>
<instance>mtk-neuron_shim</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.nfc</name>
<version>1</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.power</name>
<version>5</version>
<interface>
<name>IPower</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.sensors</name>
<version>2</version>
<interface>
<name>ISensors</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.tetheroffload</name>
<version>1</version>
<interface>
<name>IOffload</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.thermal</name>
<version>2</version>
<interface>
<name>IThermal</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.usb</name>
<version>3</version>
<interface>
<name>IUsb</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.usb.gadget</name>
<version>1</version>
<interface>
<name>IUsbGadget</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.wifi</name>
<version>2</version>
<interface>
<name>IWifi</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.wifi.hostapd</name>
<version>2</version>
<interface>
<name>IHostapd</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.wifi.supplicant</name>
<version>3</version>
<interface>
<name>ISupplicant</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>