-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest_odm.xml
43 lines (43 loc) · 1.36 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
<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="aidl">
<name>vendor.oplus.hardware.radio</name>
<interface>
<name>IRadioStable</name>
<instance>OplusRadio0</instance>
<instance>OplusRadio1</instance>
</interface>
</hal>
</manifest>