device_xiaomi_sm6150-common/configs/hidl/manifest-nfc.xml
Bhuvan Varshney 95d823b92c
davinci: Update NqNfc Interface version
Update the INqNfc version to enable
new upgraded interface solution.

Change-Id: Ibad37c7165ae885524537385b75e65373a88c58c
2020-12-30 02:02:57 +01:00

23 lines
666 B
XML

<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
<fqname>@1.2::INfc/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.nxp.hardware.nfc</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>INqNfc</name>
<instance>default</instance>
</interface>
<fqname>@2.0::INqNfc/default</fqname>
</hal>
</manifest>