Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1f7f717 authored by Yifan Hong's avatar Yifan Hong
Browse files

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
parent ae85d49b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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">