1
0
mirror of https://github.com/devhunter1/android_device_samsung_a15.git synced 2025-10-15 10:54:44 +00:00
Files
Twrp/recovery/root/vendor/etc/vintf/manifest/nxp.android.hardware.nfc@1.2-service.xml
2024-10-01 09:55:17 +05:30

21 lines
521 B
XML

<manifest version="1.0" type="device">
<!-- NFC -->
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.samsung.hardware.nfc</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ISehNfc</name>
<instance>default</instance>
</interface>
</hal>
</manifest>