-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice_framework_matrix.xml
127 lines (127 loc) · 4 KB
/
device_framework_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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!--
Input:
moto_fw_product_compatibility_matrix.xml
framework_compatibility_matrix.xml
framework_compatibility_matrix.xml
framework_compatibility_matrix.xml
framework_compatibility_matrix.xml
framework_compatibility_matrix_IMoto_Fingerprint.xml
-->
<compatibility-matrix version="2.0" type="framework">
<hal format="hidl" optional="true">
<name>com.fingerprints.extension</name>
<version>1.0</version>
<interface>
<name>IFingerprintNavigation</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>com.fingerprints.extension</name>
<version>1.0</version>
<interface>
<name>IFingerprintSensorTest</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>com.fingerprints.extension</name>
<version>1.0</version>
<interface>
<name>IFingerprintEngineering</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>com.motorola.hardware.biometric.fingerprint</name>
<version>1.0</version>
<interface>
<name>IMotoFingerPrint</name>
<instance>default</instance>
</interface>
<interface>
<name>IMotoFingerPrintSensorTest</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>com.motorola.hardware.display.touch</name>
<version>1.0</version>
<interface>
<name>IMotTouch</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>motorola.hardware.fdrcontrol</name>
<version>1.0-2</version>
<interface>
<name>IFdrControl</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>motorola.hardware.fmradio</name>
<version>1.0</version>
<interface>
<name>IMotFMRadio</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>motorola.hardware.health</name>
<version>2.0</version>
<interface>
<name>IMotHealth</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>motorola.hardware.input</name>
<version>1.0</version>
<interface>
<name>IMotInput</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>motorola.hardware.vibrator</name>
<version>1.0</version>
<interface>
<name>IMotVibrator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>motorola.hardware.wifi.supplicant</name>
<version>1.0</version>
<interface>
<name>ISupplicantMot</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>motorola.hardware.wireless.powershare</name>
<version>1.0</version>
<interface>
<name>IMotPowerShare</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.fpsensor.hardware.fpsensorhidlsvc</name>
<version>2.0</version>
<interface>
<name>IFpsensorHidlSvc</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.nxp.nxpnfc</name>
<version>2.0</version>
<interface>
<name>INxpNfc</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>