From 83a0bcef5583ccb865643adb887aad5091012c12 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 8 Feb 2024 17:05:32 +0000 Subject: [PATCH] sm6150-common: Use the common device compatibility matrix from QCOM Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720 --- BoardConfigCommon.mk | 4 +- configs/hidl/compatibility_matrix.xml | 58 --------------------------- 2 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 configs/hidl/compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 212f60c..43004d4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2023 The LineageOS Project +# Copyright (C) 2020-2024 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -70,7 +70,7 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ DEVICE_MANIFEST_FILE := $(COMMON_PATH)/configs/hidl/manifest.xml DEVICE_MANIFEST_FILE += hardware/qcom-caf/sm8150/media/conf_files/sm6150/c2_manifest.xml -DEVICE_MATRIX_FILE := $(COMMON_PATH)/configs/hidl/compatibility_matrix.xml +DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml # Kernel BOARD_KERNEL_BASE := 0x00000000 diff --git a/configs/hidl/compatibility_matrix.xml b/configs/hidl/compatibility_matrix.xml deleted file mode 100644 index 8b06eef..0000000 --- a/configs/hidl/compatibility_matrix.xml +++ /dev/null @@ -1,58 +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 - - -