This repository was archived by the owner on Feb 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathframework_compatibility_matrix.xml
More file actions
111 lines (111 loc) · 3.09 KB
/
framework_compatibility_matrix.xml
File metadata and controls
111 lines (111 loc) · 3.09 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0"?>
<compatibility-matrix version="5.0" type="framework">
<hal format="hidl" optional="true">
<name>android.hardware.media.c2</name>
<version>1.0</version>
<interface>
<name>IComponentStore</name>
<instance>dolby</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.config</name>
<interface>
<name>IRadioConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.data</name>
<interface>
<name>IRadioData</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.messaging</name>
<interface>
<name>IRadioMessaging</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.modem</name>
<interface>
<name>IRadioModem</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.network</name>
<interface>
<name>IRadioNetwork</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.sim</name>
<interface>
<name>IRadioSim</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.voice</name>
<interface>
<name>IRadioVoice</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.dolby.hardware.dms</name>
<version>2.0</version>
<interface>
<name>IDms</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>vendor.mediatek.hardware.mtkradioex.dch</name>
<interface>
<name>IMtkRadioExDc</name>
<instance>slot1</instance>
<instance>slot2</instance>
<instance>slot3</instance>
<instance>slot4</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.tms.tmsnfc</name>
<version>1.0</version>
<interface>
<name>ITmsNfc</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>vendor.xiaomi.hardware.aidl.mtdservice</name>
<interface>
<name>IMTService</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>