blob: 60e9a8541c6f0eb0515f7cd8fa6381564fd0c3c3 [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-->
Justin Yun80b9f0c2020-02-10 22:53:19 +000012<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>
Alistair Strachanf43c7412019-04-03 23:11:44 -070042 <!-- FIXME: Move this to shared manifest.xml -->
Chao Yan62523e02018-07-25 14:55:35 -070043 <hal format="hidl">
44 <name>android.hardware.broadcastradio</name>
45 <transport>hwbinder</transport>
46 <version>2.0</version>
47 <interface>
48 <name>IBroadcastRadio</name>
Tomasz Wasilczykfee67872019-05-14 10:28:21 -070049 <instance>amfm</instance>
50 <instance>dab</instance>
Chao Yan62523e02018-07-25 14:55:35 -070051 </interface>
52 </hal>
53</manifest>