sm8450-common: vintf: Add xiaomi manifest additions

Change-Id: I5954f5279de6a0fc85d846cf75e38ed366b7b948
This commit is contained in:
Arian 2024-01-20 11:41:55 +01:00
parent c6994920f8
commit 541c714404
3 changed files with 63 additions and 0 deletions

View file

@ -96,9 +96,11 @@ DEVICE_MANIFEST_SKUS := taro
$(foreach sku, $(call to-upper, $(DEVICE_MANIFEST_SKUS)), \
$(eval DEVICE_MANIFEST_$(sku)_FILES := \
$(COMMON_PATH)/vintf/manifest.xml \
$(COMMON_PATH)/vintf/manifest_xiaomi.xml \
))
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
$(COMMON_PATH)/vintf/xiaomi_framework_compatibility_matrix.xml \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
hardware/xiaomi/vintf/xiaomi_framework_compatibility_matrix.xml \
vendor/lineage/config/device_framework_matrix.xml

51
vintf/manifest_xiaomi.xml Normal file
View file

@ -0,0 +1,51 @@
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.ir</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.sla.service</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISlaService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.xiaomi.hardware.bgservice</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBGService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.xiaomi.hardware.campostproc</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMiPostProcService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.xiaomi.hardware.fx.tunnel</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMiFxTunnel</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,10 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="hidl" optional="true">
<name>vendor.qti.sla.service</name>
<version>1.0</version>
<interface>
<name>ISlaService</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>