From 53f18d58871adcb1cd685d68a0bbd72217dcf227 Mon Sep 17 00:00:00 2001 From: HeroBuxx Date: Sun, 29 May 2022 00:56:44 +0000 Subject: [PATCH] chime: Import compatibility matrix from: 12.5.9.0 Signed-off-by: HeroBuxx --- BoardConfig.mk | 3 ++ compatibility_matrix.xml | 102 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 compatibility_matrix.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 43fe59b..3e14e76 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -69,6 +69,9 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include # Filesystem TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs +# HIDL +DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml + # Metadata BOARD_USES_METADATA_PARTITION := true diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 0000000..486e9e3 --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,102 @@ + + + + android.frameworks.schedulerservice + 1.0 + + ISchedulingPolicyService + default + + + + android.frameworks.sensorservice + 1.0 + + ISensorManager + default + + + + android.hardware.keymaster + 1.0 + + IKeymasterDevice + 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 + + + + vendor.xiaomi.hardware.displayfeature + 1.0 + + IDisplayFeature + default + + +