camera: add to framework compatibility matrix

* Picked up by 'make check-vintf-all'.

The following instances are in the device manifest but not specified in framework compatibility matrix:
    android.hardware.camera.provider@2.5::ICameraProvider/legacy/0
This commit is contained in:
Konsta
2025-03-30 19:02:51 +03:00
parent 46fe18c658
commit 05888d86db

View File

@@ -1,4 +1,13 @@
<compatibility-matrix version="1.0" type="framework"> <compatibility-matrix version="1.0" type="framework">
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport>hwbinder</transport>
<version>2.5</version>
<interface>
<name>ICameraProvider</name>
<instance>legacy/0</instance>
</interface>
</hal>
<hal format="hidl" optional="true"> <hal format="hidl" optional="true">
<name>android.hardware.media.c2</name> <name>android.hardware.media.c2</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>