android_device_essential_mata/framework_compatibility_matrix.xml
Tommaso Fonda 41dece6114 mata: Add touchscreen HIDL HALs to compatibility matrix
Needed after July ASB (?).

Change-Id: Ic6050593e2f8f39ac0eb54dcd016d24981fdf4cf
2024-07-03 16:42:48 -04:00

57 lines
1.8 KiB
XML

<compatibility-matrix version="2.0" type="framework">
<hal format="hidl">
<name>android.hardware.light</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ILight</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.power</name>
<transport>hwbinder</transport>
<version>1.3</version>
<interface>
<name>IPower</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.essential.hardware.sidecar</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISidecar</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.improvetouch.blobmanager</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBlobManager</name>
<instance>BlobManagerService</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.improvetouch.gesturemanager</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGestureManager</name>
<instance>GestureManagerService</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.improvetouch.touchcompanion</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ITouchCompanion</name>
<instance>TouchCompanionService</instance>
</interface>
</hal>
</compatibility-matrix>