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    <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>
22    <!-- 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    -->
33    <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>
42    <!-- FIXME: Move this to shared manifest.xml -->
43    <hal format="hidl">
44        <name>android.hardware.broadcastradio</name>
45        <transport>hwbinder</transport>
46        <version>2.0</version>
47        <interface>
48            <name>IBroadcastRadio</name>
49            <instance>amfm</instance>
50            <instance>dab</instance>
51        </interface>
52    </hal>
53</manifest>
54