blob: 0435a55f010c285549c7a156969892034865be5b [file] [log] [blame]
Chao Yan62523e02018-07-25 14:55:35 -07001<?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-->
Alistair Delvac7c262c2020-01-08 16:20:42 -080012<manifest version="1.0" type="device" target-level="5">
Chao Yan62523e02018-07-25 14:55:35 -070013 <hal format="hidl">
14 <name>android.hardware.automotive.audiocontrol</name>
15 <transport>hwbinder</transport>
16 <version>1.0</version>
17 <interface>
18 <name>IAudioControl</name>
19 <instance>default</instance>
20 </interface>
21 </hal>
Alistair Strachanf43c7412019-04-03 23:11:44 -070022 <!-- FIXME: Implement automotive.evs HAL
23 <hal format="hidl">
24 <name>android.hardware.automotive.evs</name>
25 <transport>hwbinder</transport>
26 <version>1.0</version>
27 <interface>
28 <name>IEvsEnumerator</name>
29 <instance>default</instance>
30 </interface>
31 </hal>
32 -->
Chao Yan62523e02018-07-25 14:55:35 -070033 <hal format="hidl">
34 <name>android.hardware.automotive.vehicle</name>
35 <transport>hwbinder</transport>
36 <version>2.0</version>
37 <interface>
38 <name>IVehicle</name>
39 <instance>default</instance>
40 </interface>
41 </hal>
Tomasz Wasilczyk0a5d7de2019-08-14 14:28:38 -070042 <hal format="hidl">
43 <name>android.hardware.automotive.can</name>
44 <transport>hwbinder</transport>
45 <version>1.0</version>
46 <interface>
47 <name>ICanController</name>
48 <instance>socketcan</instance>
49 </interface>
50 <interface>
51 <name>ICanBus</name>
52 <instance>test</instance>
53 </interface>
54 </hal>
Alistair Strachanf43c7412019-04-03 23:11:44 -070055 <!-- FIXME: Move this to shared manifest.xml -->
Chao Yan62523e02018-07-25 14:55:35 -070056 <hal format="hidl">
57 <name>android.hardware.broadcastradio</name>
58 <transport>hwbinder</transport>
59 <version>2.0</version>
60 <interface>
61 <name>IBroadcastRadio</name>
Tomasz Wasilczykfee67872019-05-14 10:28:21 -070062 <instance>amfm</instance>
63 <instance>dab</instance>
Chao Yan62523e02018-07-25 14:55:35 -070064 </interface>
65 </hal>
66</manifest>