platform_hardware_interfaces/nfc/1.1/Android.bp
Ruchi Kandoi 61a53d98b6 NFC 1.1: Add getConfigs() method
Test: Boot and check Nfc configs initialized
Bug: 72080121
Change-Id: I000cea4491b2bd136b9ece232b9d73293804c733
(cherry picked from commit 0fc60e41a2f523fb025111fcbce064d9c7a7d4cc)
2018-03-09 22:05:04 +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,
}