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

Commit 72b98722 authored by Yu Shan's avatar Yu Shan
Browse files

Specify IRemoteAccess and IVehicle instance name to be default.

Change-Id: I0176066125df2c75ec8c4985838aefc9ea79cf2a
Bug: 255848419
Test: Presubmit
parent 30b4b178
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -109,14 +109,14 @@
        <name>android.hardware.automotive.vehicle</name>
        <name>android.hardware.automotive.vehicle</name>
        <interface>
        <interface>
            <name>IVehicle</name>
            <name>IVehicle</name>
            <regex-instance>.*</regex-instance>
            <instance>default</instance>
        </interface>
        </interface>
    </hal>
    </hal>
     <hal format="aidl" optional="true">
     <hal format="aidl" optional="true">
        <name>android.hardware.automotive.remoteaccess</name>
        <name>android.hardware.automotive.remoteaccess</name>
        <interface>
        <interface>
            <name>IRemoteAccess</name>
            <name>IRemoteAccess</name>
            <regex-instance>.*</regex-instance>
            <instance>default</instance>
        </interface>
        </interface>
    </hal>
    </hal>
    <hal format="aidl" optional="true">
    <hal format="aidl" optional="true">