platform_device_xiaomi_sm84.../vintf/manifest_no_nfc.xml
Arian e651d4133a sm8450-common: Don't override nfc services for no nfc skus
apparently disabling the service is sufficient with the new aidl

Change-Id: I5daa7b51b9963785ace45fb7ede8a45e83f44d57
2024-05-22 01:12:18 +02:00

27 lines
829 B
XML

<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest version="1.0" type="device">
<!-- secure element -->
<hal format="hidl" override="true">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>ISecureElement</name>
<instance>SIM1</instance>
<instance>SIM2</instance>
</interface>
</hal>
<!-- eSEPowerManager -->
<hal format="hidl" override="true">
<name>vendor.qti.esepowermanager</name>
<transport>hwbinder</transport>
</hal>
<!-- Eid service -->
<hal format="hidl" override="true">
<name>vendor.qti.hardware.eid</name>
<transport>hwbinder</transport>
</hal>
</manifest>