2016-09-29 01:12:24 +02:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
2017-02-06 18:59:51 +01:00
|
|
|
filegroup {
|
|
|
|
name: "android.hardware.nfc@1.0_hal",
|
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"INfc.hal",
|
|
|
|
"INfcClientCallback.hal",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
2016-09-29 01:12:24 +02:00
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc@1.0_genc++",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2017-05-09 23:34:19 +02:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
2016-09-29 01:12:24 +02:00
|
|
|
srcs: [
|
2017-02-08 19:53:06 +01:00
|
|
|
":android.hardware.nfc@1.0_hal",
|
2016-09-29 01:12:24 +02:00
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/nfc/1.0/types.cpp",
|
|
|
|
"android/hardware/nfc/1.0/NfcAll.cpp",
|
|
|
|
"android/hardware/nfc/1.0/NfcClientCallbackAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc@1.0_genc++_headers",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2017-05-09 23:34:19 +02:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
2016-09-29 01:12:24 +02:00
|
|
|
srcs: [
|
2017-02-08 19:53:06 +01:00
|
|
|
":android.hardware.nfc@1.0_hal",
|
2016-09-29 01:12:24 +02:00
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/nfc/1.0/types.h",
|
2017-03-25 05:50:45 +01:00
|
|
|
"android/hardware/nfc/1.0/hwtypes.h",
|
2016-09-29 01:12:24 +02:00
|
|
|
"android/hardware/nfc/1.0/INfc.h",
|
|
|
|
"android/hardware/nfc/1.0/IHwNfc.h",
|
2017-01-10 02:46:36 +01:00
|
|
|
"android/hardware/nfc/1.0/BnHwNfc.h",
|
|
|
|
"android/hardware/nfc/1.0/BpHwNfc.h",
|
2016-09-29 01:12:24 +02:00
|
|
|
"android/hardware/nfc/1.0/BsNfc.h",
|
|
|
|
"android/hardware/nfc/1.0/INfcClientCallback.h",
|
|
|
|
"android/hardware/nfc/1.0/IHwNfcClientCallback.h",
|
2017-01-10 02:46:36 +01:00
|
|
|
"android/hardware/nfc/1.0/BnHwNfcClientCallback.h",
|
|
|
|
"android/hardware/nfc/1.0/BpHwNfcClientCallback.h",
|
2016-09-29 01:12:24 +02:00
|
|
|
"android/hardware/nfc/1.0/BsNfcClientCallback.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
2017-07-26 19:14:57 +02:00
|
|
|
cc_library {
|
2016-09-29 01:12:24 +02:00
|
|
|
name: "android.hardware.nfc@1.0",
|
2017-05-19 01:14:16 +02:00
|
|
|
defaults: ["hidl-module-defaults"],
|
2016-09-29 01:12:24 +02:00
|
|
|
generated_sources: ["android.hardware.nfc@1.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.nfc@1.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.nfc@1.0_genc++_headers"],
|
2017-04-11 18:57:11 +02:00
|
|
|
vendor_available: true,
|
2017-07-26 03:24:40 +02:00
|
|
|
vndk: {
|
|
|
|
enabled: true,
|
|
|
|
},
|
2016-09-29 01:12:24 +02:00
|
|
|
shared_libs: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-09-29 01:12:24 +02:00
|
|
|
"libhwbinder",
|
2016-11-22 01:19:57 +01:00
|
|
|
"liblog",
|
2016-09-29 01:12:24 +02:00
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
|
|
|
],
|
2016-11-01 21:04:54 +01:00
|
|
|
export_shared_lib_headers: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-11-01 21:04:54 +01:00
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
2016-10-21 22:40:54 +02:00
|
|
|
],
|
2016-09-29 01:12:24 +02:00
|
|
|
}
|
2017-09-22 23:10:47 +02:00
|
|
|
|
2017-10-10 20:05:20 +02:00
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc-V1.0-java_gen_java",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Ljava -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
|
|
|
srcs: [
|
|
|
|
":android.hardware.nfc@1.0_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/nfc/V1_0/NfcEvent.java",
|
|
|
|
"android/hardware/nfc/V1_0/NfcStatus.java",
|
|
|
|
"android/hardware/nfc/V1_0/INfc.java",
|
|
|
|
"android/hardware/nfc/V1_0/INfcClientCallback.java",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
java_library {
|
|
|
|
name: "android.hardware.nfc-V1.0-java",
|
|
|
|
no_framework_libs: true,
|
|
|
|
defaults: ["hidl-java-module-defaults"],
|
|
|
|
srcs: [":android.hardware.nfc-V1.0-java_gen_java"],
|
|
|
|
libs: [
|
|
|
|
"hwbinder",
|
|
|
|
"android.hidl.base-V1.0-java",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc-V1.0-java-constants_gen_java",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Ljava-constants -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
|
|
|
srcs: [
|
|
|
|
":android.hardware.nfc@1.0_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/nfc/V1_0/Constants.java",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
java_library {
|
|
|
|
name: "android.hardware.nfc-V1.0-java-constants",
|
|
|
|
no_framework_libs: true,
|
|
|
|
defaults: ["hidl-java-module-defaults"],
|
|
|
|
srcs: [":android.hardware.nfc-V1.0-java-constants_gen_java"],
|
|
|
|
}
|
|
|
|
|
2017-09-22 23:10:47 +02:00
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc@1.0-adapter-helper_genc++",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
|
|
|
srcs: [
|
|
|
|
":android.hardware.nfc@1.0_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/nfc/1.0/ANfc.cpp",
|
|
|
|
"android/hardware/nfc/1.0/ANfcClientCallback.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc@1.0-adapter-helper_genc++_headers",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
|
|
|
srcs: [
|
|
|
|
":android.hardware.nfc@1.0_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/nfc/1.0/ANfc.h",
|
|
|
|
"android/hardware/nfc/1.0/ANfcClientCallback.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library {
|
|
|
|
name: "android.hardware.nfc@1.0-adapter-helper",
|
|
|
|
defaults: ["hidl-module-defaults"],
|
|
|
|
generated_sources: ["android.hardware.nfc@1.0-adapter-helper_genc++"],
|
|
|
|
generated_headers: ["android.hardware.nfc@1.0-adapter-helper_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.nfc@1.0-adapter-helper_genc++_headers"],
|
|
|
|
vendor_available: true,
|
|
|
|
shared_libs: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"liblog",
|
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
|
|
|
"libhidladapter",
|
|
|
|
"android.hardware.nfc@1.0",
|
|
|
|
"android.hidl.base@1.0-adapter-helper",
|
|
|
|
],
|
|
|
|
export_shared_lib_headers: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
|
|
|
"libhidladapter",
|
|
|
|
"android.hardware.nfc@1.0",
|
|
|
|
"android.hidl.base@1.0-adapter-helper",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.nfc@1.0-adapter_genc++",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0",
|
2017-09-26 21:54:42 +02:00
|
|
|
out: ["main.cpp"]
|
|
|
|
}
|
2017-09-22 23:10:47 +02:00
|
|
|
|
|
|
|
cc_test {
|
|
|
|
name: "android.hardware.nfc@1.0-adapter",
|
2017-10-04 21:47:03 +02:00
|
|
|
defaults: ["hidl-module-defaults"],
|
2017-09-22 23:10:47 +02:00
|
|
|
shared_libs: [
|
|
|
|
"libhidladapter",
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libutils",
|
|
|
|
"android.hardware.nfc@1.0",
|
|
|
|
"android.hardware.nfc@1.0-adapter-helper",
|
|
|
|
],
|
|
|
|
generated_sources: ["android.hardware.nfc@1.0-adapter_genc++"],
|
|
|
|
}
|