external camera: switch to aidl

This commit is contained in:
Konsta
2024-01-13 18:32:25 +02:00
parent eef70eed76
commit b7ac80d55f
2 changed files with 9 additions and 2 deletions

View File

@@ -26,13 +26,20 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>android.hardware.camera.provider</name>
<version>1</version>
<interface>
<name>ICameraProvider</name>
<instance>external/0</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport>hwbinder</transport>
<version>2.5</version>
<interface>
<name>ICameraProvider</name>
<instance>external/0</instance>
<instance>legacy/0</instance>
</interface>
</hal>