matrix: radio 1.0-2 IRadio/slot[1-3], ISap/slot1

Framework only uses these instances. If a vendor extension
of the framework use more instances, they should be added
via DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE.

Bug: 68112778
Test: builds + treehugger (telephony test)
Change-Id: Ie08db3c61f940d78e33f46ecc36e931dc688a7aa
This commit is contained in:
Yifan Hong
2018-03-30 10:44:18 -07:00
parent ae85d49b31
commit a1f7f7171a

View File

@@ -274,14 +274,16 @@
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.radio</name>
<version>1.0-1</version>
<version>1.0-2</version>
<interface>
<name>IRadio</name>
<regex-instance>slot[0-9]+</regex-instance>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
</interface>
<interface>
<name>ISap</name>
<regex-instance>slot[0-9]+</regex-instance>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl" optional="true">