-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcompatibility_matrix.xml
43 lines (43 loc) · 1.68 KB
/
compatibility_matrix.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<compatibility-matrix version="2.0" type="device">
<hal format="hidl" optional="false">
<name>android.frameworks.schedulerservice</name>
<fqname>@1.0::ISchedulingPolicyService/default</fqname>
</hal>
<hal format="hidl" optional="false">
<name>android.frameworks.sensorservice</name>
<fqname>@1.0::ISensorManager/default</fqname>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.allocator</name>
<fqname>@1.0::IAllocator/ashmem</fqname>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.manager</name>
<fqname>@1.0::IServiceManager/default</fqname>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.memory</name>
<fqname>@1.0::IMapper/ashmem</fqname>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.token</name>
<fqname>@1.0::ITokenManager/default</fqname>
</hal>
<hal format="hidl" optional="false">
<name>android.system.wifi.keystore</name>
<fqname>@1.0::IKeystore/default</fqname>
</hal>
<hal format="native" optional="false">
<name>netutils-wrapper</name>
<!--
netutils-wrapper should only list a single version x.0.
netutils-wrapper next version has less functionalities than
previous versions, so unlike a HAL, netutils-wrapper are not
backwards compatible. Hence the major version must be bumped for
each update.
Vendor code should switch to (x+1).0 completely before when the
requirement is updated here.
-->
<version>1.0</version>
</hal>
</compatibility-matrix>