From a95b937c540375eb63198f025274743d372204b7 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Sun, 1 Oct 2023 23:21:47 +0800 Subject: [PATCH] sm8550-common: Import device framework matrix * Required by FCM Version 7 Change-Id: Ic0c44a805836c6889645d2d91f1d36058bf1d9bc --- BoardConfigCommon.mk | 4 ++ vintf/device_framework_matrix.xml | 104 ++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 vintf/device_framework_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4bf4116..6171456 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -81,6 +81,10 @@ BOARD_INCLUDE_DTB_IN_BOOTIMG := true TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs # 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 := \ $(COMMON_PATH)/vintf/manifest_kalama.xml \ $(COMMON_PATH)/vintf/manifest_samsung.xml diff --git a/vintf/device_framework_matrix.xml b/vintf/device_framework_matrix.xml new file mode 100644 index 0000000..00dda34 --- /dev/null +++ b/vintf/device_framework_matrix.xml @@ -0,0 +1,104 @@ + + + + vendor.samsung.hardware.bluetooth.a2dpsink + 1.0 + + ISehBluetoothA2dpSinkProvidersFactory + default + + + + vendor.samsung.hardware.bluetooth + 2.0 + + ISehBluetooth + default + + + + vendor.samsung.hardware.gnss + 2 + + ISehGnss + default + + + + vendor.samsung.hardware.keymint + 1-2 + + ISehKeyMintExtension + default + + + + vendor.samsung.hardware.keymint + 1-2 + + ISehKeyMintFactory + default + + + + vendor.samsung.hardware.radio.bridge + + ISehRadioBridge + slot1 + slot2 + + + + vendor.samsung.hardware.radio.channel + + ISehRadioChannel + epdgd + epdgd2 + imsd + imsd2 + + + + vendor.samsung.hardware.radio.data + + ISehRadioData + slot1 + slot2 + + + + vendor.samsung.hardware.radio.messaging + + ISehRadioMessaging + slot1 + slot2 + + + + vendor.samsung.hardware.radio.network + + ISehRadioNetwork + slot1 + slot2 + + + + vendor.samsung.hardware.radio.sim + + ISehRadioSim + slot1 + slot2 + + + + vendor.samsung.hardware.thermal + 1.0 + + ISehThermal + default + + +