-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathdevice_framework_matrix.xml
73 lines (73 loc) · 2.31 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
<compatibility-matrix version="2.0" type="framework">
<hal format="hidl" optional="true">
<name>com.motorola.hardware.biometric.fingerprint</name>
<transport>hwbinder</transport>
<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.panel</name>
<version>1.0-1</version>
<interface>
<name>IDisplayPanel</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>com.motorola.hardware.display.touch</name>
<transport>hwbinder</transport>
<version>1.0-1</version>
<interface>
<name>IMotTouch</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>motorola.hardware.camera.desktop</name>
<version>1.0</version>
<version>2.0</version>
<interface>
<name>ICameraDesktop</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>motorola.hardware.camera.imgtuner</name>
<version>1.0</version>
<interface>
<name>IImageTuning</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="true">
<name>vendor.qti.gnss</name>
<version>4.2</version>
<interface>
<name>ILocHidlGnss</name>
<instance>gnss_vendor</instance>
</interface>
</hal>
</compatibility-matrix>