From 8aef2e2971f4faf969f68b8b15a3eb6c849d24fa Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 8 Feb 2024 17:05:32 +0000 Subject: [PATCH] sm7125-common: Use the common device compatibility matrix from QCOM Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720 --- BoardConfigCommon.mk | 2 +- configs/compatibility_matrix.xml | 88 -------------------------------- 2 files changed, 1 insertion(+), 89 deletions(-) delete mode 100644 configs/compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 63dcdd1..e8018d2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -162,7 +162,7 @@ TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x2000U | 0x400000000LL # HIDL manifests DEVICE_MANIFEST_FILE := $(COMMON_PATH)/configs/manifest.xml -DEVICE_MATRIX_FILE := $(COMMON_PATH)/configs/compatibility_matrix.xml +DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ $(COMMON_PATH)/configs/framework_compatibility_matrix.xml \ vendor/lineage/config/device_framework_matrix.xml diff --git a/configs/compatibility_matrix.xml b/configs/compatibility_matrix.xml deleted file mode 100644 index 0e45b94..0000000 --- a/configs/compatibility_matrix.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - android.frameworks.schedulerservice - 1.0 - - ISchedulingPolicyService - default - - - - android.frameworks.sensorservice - 1.0 - - ISensorManager - default - - - - android.hidl.allocator - 1.0 - - IAllocator - ashmem - - - - android.hidl.manager - 1.0 - - IServiceManager - default - - - - android.hidl.memory - 1.0 - - IMapper - ashmem - - - - android.hidl.token - 1.0 - - ITokenManager - default - - - - android.system.wifi.keystore - 1.0 - - IKeystore - default - - - - vendor.qti.hardware.qccsyshal - 1.0 - - IQccsyshal - qccsyshal - - - - vendor.qti.hardware.sigma_miracast - 1.0 - - Isigma_miracast - sigmahal - - - - vendor.samsung.frameworks.codecsolution - - ISehCodecSolution - default - - -