mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Add FCM for stock HALs
Change-Id: I85fc8c1f9528115e17d67ee0346564d189df074f
This commit is contained in:
parent
ccc265f2f1
commit
17a8f4ab7e
2 changed files with 43 additions and 0 deletions
|
|
@ -0,0 +1,40 @@
|
|||
<compatibility-matrix version="1.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">
|
||||
<name>vendor.samsung.hardware.radio</name>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>ISehRadio</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.samsung.hardware.radio.bridge</name>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>ISehBridge</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.samsung.hardware.radio.channel</name>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>ISehChannel</name>
|
||||
<instance>epdgd</instance>
|
||||
<instance>epdgd2</instance>
|
||||
<instance>imsd</instance>
|
||||
<instance>imsd2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<kernel version="4.4.302" />
|
||||
</compatibility-matrix>
|
||||
|
|
@ -8,5 +8,8 @@ else
|
|||
DEVICE_MANIFEST_FILE += $(MANIFEST_PATH)/lineage_manifest.xml
|
||||
endif
|
||||
DEVICE_MATRIX_FILE := $(MANIFEST_PATH)/compatibility_matrix.xml
|
||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||
$(MANIFEST_PATH)/device_framework_matrix.xml
|
||||
|
||||
ODM_MANIFEST_SKUS += NFC
|
||||
ODM_MANIFEST_NFC_FILES := $(MANIFEST_PATH)/manifest_nfc.xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue