-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest_odm.xml
45 lines (45 loc) · 1.43 KB
/
manifest_odm.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
<manifest version="2.0" type="device">
<hal format="hidl" override="true">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IHighTouchPollingRate</name>
<instance>default</instance>
</interface>
<interface>
<name>ITouchscreenGesture</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.appradio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusAppRadio</name>
<instance>oplus_app_slot1</instance>
<instance>oplus_app_slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.ims</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusImsRadio</name>
<instance>oplusimsradio0</instance>
<instance>oplusimsradio1</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusRadio</name>
<instance>oplus_slot1</instance>
<instance>oplus_slot2</instance>
</interface>
</hal>
</manifest>