From 1d9ca74671fd389008c3c6a34dfd1015477fda6a Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 8 Feb 2024 17:05:32 +0000 Subject: [PATCH] Spacewar: Use the common device compatibility matrix from QCOM Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720 --- BoardConfig.mk | 4 +- configs/vintf/compatibility_matrix.xml | 85 -------------------------- 2 files changed, 2 insertions(+), 87 deletions(-) delete mode 100644 configs/vintf/compatibility_matrix.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index ff59e81..bdb56b4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 The LineageOS Project +# Copyright (C) 2022-2025 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -110,7 +110,7 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ $(DEVICE_PATH)/configs/vintf/vendor_framework_compatibility_matrix.xml \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ vendor/lineage/config/device_framework_matrix.xml -DEVICE_MATRIX_FILE := $(DEVICE_PATH)/configs/vintf/compatibility_matrix.xml +DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/configs/vintf/manifest.xml # Metadata diff --git a/configs/vintf/compatibility_matrix.xml b/configs/vintf/compatibility_matrix.xml deleted file mode 100644 index 5f447e7..0000000 --- a/configs/vintf/compatibility_matrix.xml +++ /dev/null @@ -1,85 +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 - - -