From 1a1708430dddcade978312e49dc360f2e71000ec Mon Sep 17 00:00:00 2001 From: pix106 Date: Wed, 3 Jul 2024 00:23:02 +0200 Subject: [PATCH] Revert "sdm660-common: Use the common device compatibility matrix from QCOM" This reverts commit 493d3edf2dd09a6681735cac2634736cbfbecd38. --- BoardConfigCommon.mk | 2 +- compatibility_matrix.xml | 119 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a25f4086..060a01c9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -95,7 +95,7 @@ LOC_HIDL_VERSION := 4.0 DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(COMMON_PATH)/framework_compatibility_matrix.xml DEVICE_FRAMEWORK_MANIFEST_FILE := $(COMMON_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml -DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml +DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml # HWUI HWUI_COMPILE_FOR_PERF := true diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 00000000..ae8d0669 --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,119 @@ + + + android.frameworks.schedulerservice + 1.0 + + ISchedulingPolicyService + default + + + + android.hardware.media.c2 + 1.0-2 + + IComponentStore + software + 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.sigma_miracast + hwbinder + 1.0 + + Isigma_miracast + sigmahal + + + + vendor.qti.hardware.qccsyshal + hwbinder + 1.0 + + IQccsyshal + qccsyshal + + + + android.hardware.gnss + 1.0-1 + 2.0 + 2.1 + + IGnss + default + + + + vendor.qti.gnss + 1.0-2 + 2.0-1 + 3.0 + 4.0 + + ILocHidlGnss + gnss_vendor + + + + netutils-wrapper + + 1.0 + +