Files
hardware_interfaces/nfc/1.2/Android.bp
Ruchi Kandoi 668d4cd28e Add android.hardware.nfc@1.2
Extends the NfcConfig data type to
accomodate newer features.

Test: TBD
Bug: 117253962
Change-Id: I7e8a78e373da48e3c232adff53a03002079ffc0d
2018-12-07 15:24:16 -08:00

24 lines
437 B
Plaintext

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