From 7039fde736fc379f3d8cab1d105c9622bab17f08 Mon Sep 17 00:00:00 2001 From: Rodney Etienne Date: Mon, 1 Jul 2024 16:12:48 -0400 Subject: [PATCH] sdm710-common: Add a device specific FCM --- BoardConfigCommon.mk | 1 + framework_compatibility_matrix.xml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 framework_compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 34058dd..3eb663c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -161,6 +161,7 @@ BOARD_AVB_RECOVERY_ROLLBACK_INDEX_LOCATION := 1 # VINTF DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ + $(COMMON_PATH)/framework_compatibility_matrix.xml \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \ hardware/xiaomi/vintf/xiaomi_framework_compatibility_matrix.xml diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml new file mode 100644 index 0000000..74356dd --- /dev/null +++ b/framework_compatibility_matrix.xml @@ -0,0 +1,11 @@ + + + vendor.nxp.nxpnfc + hwbinder + 1.0 + + INxpNfc + default + + +