blob: 25c36c1c6345ed248e68d94a4942d33fd7fcec30 [file] [log] [blame]
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Copyright 2017, 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** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19<manifest version="1.0" type="device">
20 <hal format="hidl">
21 <name>android.hardware.bluetooth</name>
22 <transport>hwbinder</transport>
23 <version>1.0</version>
24 <interface>
25 <name>IBluetoothHci</name>
26 <instance>default</instance>
27 </interface>
28 </hal>
29 <hal format="hidl">
30 <name>android.hardware.drm</name>
31 <transport arch="32">passthrough</transport>
32 <version>1.0</version>
33 <!-- TODO(b/36371166): change to default -->
34 <interface>
35 <name>ICryptoFactory</name>
36 <instance>default</instance>
37 </interface>
38 <interface>
39 <name>IDrmFactory</name>
40 <instance>default</instance>
41 </interface>
42 </hal>
43 <hal format="hidl">
44 <name>android.hardware.graphics.allocator</name>
45 <transport>hwbinder</transport>
46 <impl level="generic"></impl>
47 <version>2.0</version>
48 <interface>
49 <name>IAllocator</name>
50 <instance>default</instance>
51 </interface>
52 </hal>
53 <hal format="hidl">
54 <name>android.hardware.graphics.mapper</name>
55 <transport arch="32+64">passthrough</transport>
56 <version>2.0</version>
57 <interface>
58 <name>IMapper</name>
59 <instance>default</instance>
60 </interface>
61 </hal>
62 <hal format="hidl">
63 <name>android.hardware.dumpstate</name>
64 <transport>hwbinder</transport>
65 <version>1.0</version>
66 <interface>
67 <name>IDumpstateDevice</name>
68 <instance>default</instance>
69 </interface>
70 </hal>
71 <hal format="hidl">
72 <name>android.hardware.power</name>
73 <transport arch="32+64">passthrough</transport>
74 <version>1.0</version>
75 <interface>
76 <name>IPower</name>
77 <instance>default</instance>
78 </interface>
79 </hal>
80 <hal format="hidl">
81 <name>android.hardware.wifi.supplicant</name>
82 <transport>hwbinder</transport>
83 <version>1.0</version>
84 <interface>
85 <name>ISupplicant</name>
86 <instance>default</instance>
87 </interface>
88 </hal>
89</manifest>