Merge changes from topic "remoteaccess_hal"

* changes:
  Add INFO_VIN in reference VHAL.
  Add remote access HAL interface and ref impl.
This commit is contained in:
Yu Shan
2022-10-27 21:13:47 +00:00
committed by Gerrit Code Review
26 changed files with 2417 additions and 0 deletions

View File

@@ -112,6 +112,13 @@
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.automotive.remoteaccess</name>
<interface>
<name>IRemoteAccess</name>
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.automotive.vehicle</name>
<version>2.0</version>