• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Copyright 2018, The Android Open Source Project.
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** limitations under the License.
9*/
10-->
11<!-- Android Auto Embedded specific HALs-->
12<manifest version="1.0" type="device">
13    <!-- FIXME: Implement automotive.evs HAL
14    <hal format="hidl">
15        <name>android.hardware.automotive.evs</name>
16        <transport>hwbinder</transport>
17        <version>1.0</version>
18        <interface>
19            <name>IEvsEnumerator</name>
20            <instance>default</instance>
21        </interface>
22    </hal>
23    -->
24    <hal format="hidl">
25        <name>android.hardware.automotive.can</name>
26        <transport>hwbinder</transport>
27        <version>1.0</version>
28        <interface>
29            <name>ICanController</name>
30            <instance>socketcan</instance>
31        </interface>
32        <interface>
33            <name>ICanBus</name>
34            <instance>test</instance>
35        </interface>
36    </hal>
37    <!-- FIXME: Move this to shared manifest.xml -->
38    <hal format="hidl">
39        <name>android.hardware.broadcastradio</name>
40        <transport>hwbinder</transport>
41        <version>2.0</version>
42        <interface>
43            <name>IBroadcastRadio</name>
44            <instance>amfm</instance>
45            <instance>dab</instance>
46        </interface>
47    </hal>
48</manifest>
49