platform_hardware_interfaces/nfc/1.1/Android.bp
Ruchi Kandoi d128c87f70 NFC 1.1: Add getConfigs() method
Test: Boot and check Nfc configs initialized
Bug: 72080121
Merged-In: I000cea4491b2bd136b9ece232b9d73293804c733
Change-Id: I000cea4491b2bd136b9ece232b9d73293804c733
2018-03-09 23:47:18 +00:00

27 lines
544 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.nfc@1.1",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"INfc.hal",
"INfcClientCallback.hal",
],
interfaces: [
"android.hardware.nfc@1.0",
"android.hidl.base@1.0",
],
types: [
"Constant",
"NfcConfig",
"NfcEvent",
"PresenceCheckAlgorithm",
"ProtocolDiscoveryConfig",
],
gen_java: true,
}