From 01635907414e153103b8220d406eb798fd78530a Mon Sep 17 00:00:00 2001 From: Dhina17 Date: Thu, 9 Feb 2023 01:41:13 +0530 Subject: [PATCH] sm6225-common: Import device compatibility matrix - from hawao S2SE32.28-41-1 Change-Id: Ia47e2e7a702802fdb666d5039dc6e3e297fe9218 --- BoardConfigCommon.mk | 3 ++ compatibility_matrix.xml | 109 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 73cbe2f..b18fe6c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -28,6 +28,9 @@ TARGET_FS_CONFIG_GEN := \ $(COMMON_PATH)/config.fs \ $(COMMON_PATH)/mot_aids.fs +# HIDL +DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml + # Kernel BOARD_BOOT_HEADER_VERSION := 3 BOARD_INCLUDE_DTB_IN_BOOTIMG := true diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 0000000..8c2c0bf --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,109 @@ + + + + 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.qti.hardware.wifi.keystore + 1.0 + + IKeystoreExt + default + + +