forked from LineageOS/android_device_samsung_gta4xl-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
device_framework_matrix.xml
36 lines (36 loc) · 1.12 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
<?xml version="2.0" encoding="UTF-8"?>
<compatibility-matrix version="2.0" type="framework">
<hal format="hidl">
<name>vendor.samsung.hardware.gnss</name>
<version>2.0</version>
<interface>
<name>ISehGnss</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.samsung.hardware.radio</name>
<version>2.2</version>
<interface>
<name>ISehRadio</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.samsung.hardware.radio.bridge</name>
<version>2.0</version>
<interface>
<name>ISehBridge</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.samsung.hardware.radio.channel</name>
<version>2.0</version>
<interface>
<name>ISehChannel</name>
<instance>epdgd</instance>
<instance>imsd</instance>
</interface>
</hal>
</compatibility-matrix>