Move NFC/eSE settings
Bug: 196825539 Test: build pass Change-Id: I590f069139f641d886e1252e3acdb19483b7fcaa
This commit is contained in:
parent
cd9ea62e75
commit
8933f1b44f
11 changed files with 121 additions and 8 deletions
2
nfc/libse-gto-hal.conf
Normal file
2
nfc/libse-gto-hal.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
#Gemalto SPI devnode
|
||||
GTO_DEV=/dev/st54spi;
|
2
nfc/libse-gto-hal2.conf
Normal file
2
nfc/libse-gto-hal2.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
#Gemalto SPI devnode
|
||||
GTO_DEV=/dev/st33spi;
|
11
nfc/manifest_nfc.xml
Normal file
11
nfc/manifest_nfc.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
</hal>
|
||||
</manifest>
|
7
nfc/manifest_se.xml
Normal file
7
nfc/manifest_se.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.secure_element</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@1.2::ISecureElement/eSE1</fqname>
|
||||
</hal>
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue