sm8550-common: Import device framework matrix
* Required by FCM Version 7 Change-Id: Ic0c44a805836c6889645d2d91f1d36058bf1d9bc
This commit is contained in:
@@ -81,6 +81,10 @@ BOARD_INCLUDE_DTB_IN_BOOTIMG := true
|
|||||||
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs
|
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||||
|
$(COMMON_PATH)/vintf/device_framework_matrix.xml \
|
||||||
|
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml
|
||||||
|
|
||||||
DEVICE_MANIFEST_FILE := \
|
DEVICE_MANIFEST_FILE := \
|
||||||
$(COMMON_PATH)/vintf/manifest_kalama.xml \
|
$(COMMON_PATH)/vintf/manifest_kalama.xml \
|
||||||
$(COMMON_PATH)/vintf/manifest_samsung.xml
|
$(COMMON_PATH)/vintf/manifest_samsung.xml
|
||||||
|
104
vintf/device_framework_matrix.xml
Normal file
104
vintf/device_framework_matrix.xml
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
<!--
|
||||||
|
Copyright (C) 2023 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<compatibility-matrix version="5.0" type="framework">
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.bluetooth.a2dpsink</name>
|
||||||
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehBluetoothA2dpSinkProvidersFactory</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.bluetooth</name>
|
||||||
|
<version>2.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehBluetooth</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.gnss</name>
|
||||||
|
<version>2</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehGnss</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.keymint</name>
|
||||||
|
<version>1-2</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehKeyMintExtension</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.keymint</name>
|
||||||
|
<version>1-2</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehKeyMintFactory</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.radio.bridge</name>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioBridge</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.radio.channel</name>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioChannel</name>
|
||||||
|
<instance>epdgd</instance>
|
||||||
|
<instance>epdgd2</instance>
|
||||||
|
<instance>imsd</instance>
|
||||||
|
<instance>imsd2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.radio.data</name>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioData</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.radio.messaging</name>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioMessaging</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.radio.network</name>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioNetwork</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.radio.sim</name>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioSim</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
|
<name>vendor.samsung.hardware.thermal</name>
|
||||||
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehThermal</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
</compatibility-matrix>
|
Reference in New Issue
Block a user