From c2d413341ffa5da1246a6bad69b2fd44d7b262c3 Mon Sep 17 00:00:00 2001 From: YuKongA <70465933+YuKongA@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:04:51 +0800 Subject: [PATCH] sky: Import compatibility_matrix.xml * from https://git.codelinaro.org/clo/la/device/qcom/common/-/blob/qcom-devices.lnx.7.0.r1-rel/compatibility_matrix.xml --- BoardConfig.mk | 1 + configs/vintf/compatibility_matrix.xml | 96 ++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 configs/vintf/compatibility_matrix.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index f8fab28..1f1ad8b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -184,6 +184,7 @@ BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX_LOCATION := 2 # VINTF DEVICE_MANIFEST_SKUS := ravelin DEVICE_MANIFEST_RAVELIN_FILES := $(DEVICE_PATH)/configs/vintf/manifest_ravelin.xml +DEVICE_MATRIX_FILE := $(DEVICE_PATH)/configs/vintf/compatibility_matrix.xml DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/configs/vintf/compatibility_matrix.device.xml # VNDK diff --git a/configs/vintf/compatibility_matrix.xml b/configs/vintf/compatibility_matrix.xml new file mode 100644 index 0000000..a38c4e5 --- /dev/null +++ b/configs/vintf/compatibility_matrix.xml @@ -0,0 +1,96 @@ + + + + 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 + sigmahal64 + + + + vendor.qti.hardware.qccsyshal + hwbinder + 1.0-1 + + IQccsyshal + qccsyshal + + +