aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangyeon Jo <changyeon@google.com>2021-10-18 09:33:27 -0700
committerChangyeon Jo <changyeon@google.com>2021-10-21 08:37:43 -0700
commit70d64ab4c37399e96be7ad0420464d9750bef1cf (patch)
treedde38aa7f3ec2e9eefe444bc027cf95325cab88e
parentb79acc6d8beb21758dd9850aa9a4817a31d5cbc1 (diff)
downloadcuttlefish-70d64ab4c37399e96be7ad0420464d9750bef1cf.tar.gz
Clean up automotive manifest file
Remove IEvsEnumerator and ICanController from the automotive VINTF manifest file. These interface implementations must use the manifest fragment. Bug: 203414344 Test: m -j check-vintf-all Change-Id: If5fb9d947007092503353aeaf0dae629eda3f8d0
-rw-r--r--shared/auto/manifest.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/shared/auto/manifest.xml b/shared/auto/manifest.xml
index 7bf5d3c26..9f7e9a47e 100644
--- a/shared/auto/manifest.xml
+++ b/shared/auto/manifest.xml
@@ -10,29 +10,10 @@
-->
<!-- Android Auto Embedded specific HALs-->
<manifest version="1.0" type="device">
- <!-- FIXME: Implement automotive.evs HAL
- <hal format="hidl">
- <name>android.hardware.automotive.evs</name>
- <transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>IEvsEnumerator</name>
- <instance>default</instance>
- </interface>
- </hal>
- -->
<hal format="hidl">
<name>android.hardware.automotive.can</name>
<transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>ICanController</name>
- <instance>socketcan</instance>
- </interface>
- <interface>
- <name>ICanBus</name>
- <instance>test</instance>
- </interface>
+ <fqname>@1.0::ICanBus/test</fqname>
</hal>
<!-- FIXME: Move this to shared manifest.xml -->
<hal format="hidl">