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

Commit 1d853503 authored by Yifan Hong's avatar Yifan Hong
Browse files

Update compatibility_matrix.current.xml.

Add the following:
    android.hardware.neuralnetworks@1.0::IDevice/hvx
    android.hardware.soundtrigger@2.1::ISoundTriggerHw/default
    android.hardware.usb.gadget@1.0::IUsbGadget/default
    android.hardware.vibrator@1.2::IVibrator/default
    android.hardware.wifi.hostapd@1.0::IHostapd/default
    android.hardware.wifi.supplicant@1.1::ISupplicant/default
    android.hardware.wifi@1.2::IWifi/default

Test: builds (checks VINTF data at build time)
Bug: 68112778
Change-Id: I3c48f2c35c1a7a63549b1a30c9c2bb02d707a4a2
parent e3558fb7
Loading
Loading
Loading
Loading
+29 −4
Original line number Diff line number Diff line
@@ -221,6 +221,15 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.neuralnetworks</name>
        <version>1.0</version>
        <interface>
            <name>IDevice</name>
            <!-- TODO(b/73738616): This should be * (match any) -->
            <instance>hvx</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.oemlock</name>
        <version>1.0</version>
@@ -275,7 +284,7 @@
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.soundtrigger</name>
        <version>2.0</version>
        <version>2.0-1</version>
        <interface>
            <name>ISoundTriggerHw</name>
            <instance>default</instance>
@@ -329,9 +338,17 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.usb.gadget</name>
        <version>1.0</version>
        <interface>
            <name>IUsbGadget</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.vibrator</name>
        <version>1.0-1</version>
        <version>1.0-2</version>
        <interface>
            <name>IVibrator</name>
            <instance>default</instance>
@@ -355,12 +372,20 @@
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.wifi</name>
        <version>1.0-1</version>
        <version>1.0-2</version>
        <interface>
            <name>IWifi</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.wifi.hostapd</name>
        <version>1.0</version>
        <interface>
            <name>IHostapd</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.wifi.offload</name>
        <version>1.0</version>
@@ -371,7 +396,7 @@
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.wifi.supplicant</name>
        <version>1.0</version>
        <version>1.0-1</version>
        <interface>
            <name>ISupplicant</name>
            <instance>default</instance>