summaryrefslogtreecommitdiffstats
path: root/1.0/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to '1.0/Android.bp')
-rw-r--r--1.0/Android.bp87
1 files changed, 7 insertions, 80 deletions
diff --git a/1.0/Android.bp b/1.0/Android.bp
index e5b3752..2316e5b 100644
--- a/1.0/Android.bp
+++ b/1.0/Android.bp
@@ -1,90 +1,17 @@
-// This file is autogenerated by hidl-gen. Do not edit manually.
+// This file is autogenerated by hidl-gen -Landroidbp.
-filegroup {
- name: "vendor.nxp.hardware.nfc@1.0_hal",
+hidl_interface {
+ name: "vendor.nxp.hardware.nfc@1.0",
+ root: "vendor.nxp.hardware",
srcs: [
"types.hal",
"INqNfc.hal",
],
-}
-
-genrule {
- name: "vendor.nxp.hardware.nfc@1.0_genc++",
- tools: ["hidl-gen"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hidl:system/libhidl/transport -rvendor.nxp.hardware:vendor/nxp/interfaces/opensource vendor.nxp.hardware.nfc@1.0",
- srcs: [
- ":vendor.nxp.hardware.nfc@1.0_hal",
- ],
- out: [
- "vendor/nxp/hardware/nfc/1.0/types.cpp",
- "vendor/nxp/hardware/nfc/1.0/NqNfcAll.cpp",
- ],
-}
-
-genrule {
- name: "vendor.nxp.hardware.nfc@1.0_genc++_headers",
- tools: ["hidl-gen"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hidl:system/libhidl/transport -rvendor.nxp.hardware:vendor/nxp/interfaces/opensource vendor.nxp.hardware.nfc@1.0",
- srcs: [
- ":vendor.nxp.hardware.nfc@1.0_hal",
- ],
- out: [
- "vendor/nxp/hardware/nfc/1.0/types.h",
- "vendor/nxp/hardware/nfc/1.0/hwtypes.h",
- "vendor/nxp/hardware/nfc/1.0/INqNfc.h",
- "vendor/nxp/hardware/nfc/1.0/IHwNqNfc.h",
- "vendor/nxp/hardware/nfc/1.0/BnHwNqNfc.h",
- "vendor/nxp/hardware/nfc/1.0/BpHwNqNfc.h",
- "vendor/nxp/hardware/nfc/1.0/BsNqNfc.h",
- ],
-}
-
-cc_library_shared {
- name: "vendor.nxp.hardware.nfc@1.0",
- defaults: ["hidl-module-defaults"],
- generated_sources: ["vendor.nxp.hardware.nfc@1.0_genc++"],
- generated_headers: ["vendor.nxp.hardware.nfc@1.0_genc++_headers"],
- export_generated_headers: ["vendor.nxp.hardware.nfc@1.0_genc++_headers"],
- vendor_available: true,
- shared_libs: [
- "libhidlbase",
- "libhidltransport",
- "libhwbinder",
- "liblog",
- "libutils",
- "libcutils",
+ interfaces: [
"android.hidl.base@1.0",
],
- export_shared_lib_headers: [
- "libhidlbase",
- "libhidltransport",
- "libhwbinder",
- "libutils",
- "android.hidl.base@1.0",
+ types: [
],
+ gen_java: true,
}
-cc_library_shared {
- name: "vendor.nxp.hardware.nfc@1.0_vendor",
- defaults: ["hidl-module-defaults"],
- generated_sources: ["vendor.nxp.hardware.nfc@1.0_genc++"],
- generated_headers: ["vendor.nxp.hardware.nfc@1.0_genc++_headers"],
- export_generated_headers: ["vendor.nxp.hardware.nfc@1.0_genc++_headers"],
- vendor: true,
- shared_libs: [
- "libhidlbase",
- "libhidltransport",
- "libhwbinder",
- "liblog",
- "libutils",
- "libcutils",
- "android.hidl.base@1.0",
- ],
- export_shared_lib_headers: [
- "libhidlbase",
- "libhidltransport",
- "libhwbinder",
- "libutils",
- "android.hidl.base@1.0",
- ],
-}