universal7885: Enable NFC only if hardware sku prop is set

Change-Id: Iac4734657504004c12630dc482dfb9d6c2612282
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Pig 2020-06-29 15:17:55 +00:00 committed by roynatech2544
commit f66a5f7574
3 changed files with 18 additions and 4 deletions

11
manifest_nfc.xml Normal file
View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl" override="true">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
</hal>
</manifest>