From ec290cbb9a526ca66119d0321cd90b8b048f91c8 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 15 Jun 2024 00:50:24 +0300 Subject: [PATCH] exynos9610: Add a device specific FCM Change-Id: I9a36e9b33bf8c73cc0a98d441b141c3c698bc955 --- BoardConfigCommon.mk | 1 + framework_compatibility_matrix.xml | 77 ++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 framework_compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0d95770..c9486f8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -107,6 +107,7 @@ TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_DEADLINE := false ## Manifest DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ + $(COMMON_PATH)/framework_compatibility_matrix.xml \ vendor/lineage/config/device_framework_matrix.xml ## Partitions diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml new file mode 100644 index 0000000..ca5affb --- /dev/null +++ b/framework_compatibility_matrix.xml @@ -0,0 +1,77 @@ + + + android.hardware.light + hwbinder + 2.0 + + ILight + default + + + + android.hardware.power + hwbinder + 1.0 + + IPower + default + + + + android.hardware.vibrator + hwbinder + 1.0 + + IVibrator + default + + + + vendor.egistec.hardware.fingerprint + hwbinder + 4.0 + + IBiometricsFingerprintRbs + default + + + + vendor.samsung.hardware.gnss + hwbinder + 1.0 + + ISlsiGnss + default + + + + vendor.samsung_slsi.telephony.hardware.oemservice + hwbinder + 1.0 + + IOemService + dm0 + dm1 + sced0 + + + + vendor.samsung_slsi.telephony.hardware.radio + hwbinder + 1.1 + + IOemSamsungslsi + slot1 + slot2 + + + + vendor.samsung_slsi.telephony.hardware.radioExternal + hwbinder + 1.1 + + IOemSlsiRadioExternal + rilExternal + + + -- 2.20.1