diff options
author | Bruno Martins <bgcngm@gmail.com> | 2024-02-08 17:05:32 +0000 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 09:18:36 +0530 |
commit | b7f214db2f3428bbb5453ea960306ada0011ac4c (patch) | |
tree | bb97aaf9fb537ccff39a9f04d1a949753a8b963e | |
parent | 3e55e30044080f25f92757aab4c083d9d0324a36 (diff) |
msm8996-common: Use the common device compatibility matrix from QCOM
Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720
-rw-r--r-- | BoardConfigCommon.mk | 4 | ||||
-rw-r--r-- | compatibility_matrix.xml | 78 |
2 files changed, 2 insertions, 80 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0247f62..2724161 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2021 The LineageOS Project +# Copyright (C) 2017-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. @@ -108,7 +108,7 @@ DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps # HIDL DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml -DEVICE_MATRIX_FILE := $(VENDOR_PATH)/compatibility_matrix.xml +DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml deleted file mode 100644 index 5fa60b3..0000000 --- a/compatibility_matrix.xml +++ /dev/null @@ -1,78 +0,0 @@ -<compatibility-matrix version="1.0" type="device"> - <hal format="hidl" optional="false"> - <name>android.frameworks.displayservice</name> - <version>1.0</version> - <interface> - <name>IDisplayService</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.frameworks.schedulerservice</name> - <version>1.0</version> - <interface> - <name>ISchedulingPolicyService</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.frameworks.sensorservice</name> - <version>1.0</version> - <interface> - <name>ISensorManager</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.hidl.allocator</name> - <version>1.0</version> - <interface> - <name>IAllocator</name> - <instance>ashmem</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.hidl.manager</name> - <version>1.1</version> - <interface> - <name>IServiceManager</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.hidl.memory</name> - <version>1.0</version> - <interface> - <name>IMapper</name> - <instance>ashmem</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.hidl.token</name> - <version>1.0</version> - <interface> - <name>ITokenManager</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.system.net.netd</name> - <version>1.1</version> - <interface> - <name>INetd</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="false"> - <name>android.system.wifi.keystore</name> - <version>1.0</version> - <interface> - <name>IKeystore</name> - <instance>default</instance> - </interface> - </hal> - <hal format="native" optional="false"> - <name>netutils-wrapper</name> - <version>1.0</version> - </hal> -</compatibility-matrix> |