Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.nfc@1.0_genc++", |
| 5 | tool: "hidl-gen", |
| 6 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.nfc@1.0", |
| 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "INfc.hal", |
| 10 | "INfcClientCallback.hal", |
| 11 | ], |
| 12 | out: [ |
| 13 | "android/hardware/nfc/1.0/types.cpp", |
| 14 | "android/hardware/nfc/1.0/NfcAll.cpp", |
| 15 | "android/hardware/nfc/1.0/NfcClientCallbackAll.cpp", |
| 16 | ], |
| 17 | } |
| 18 | |
| 19 | genrule { |
| 20 | name: "android.hardware.nfc@1.0_genc++_headers", |
| 21 | tool: "hidl-gen", |
| 22 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.nfc@1.0", |
| 23 | srcs: [ |
| 24 | "types.hal", |
| 25 | "INfc.hal", |
| 26 | "INfcClientCallback.hal", |
| 27 | ], |
| 28 | out: [ |
| 29 | "android/hardware/nfc/1.0/types.h", |
| 30 | "android/hardware/nfc/1.0/INfc.h", |
| 31 | "android/hardware/nfc/1.0/IHwNfc.h", |
| 32 | "android/hardware/nfc/1.0/BnNfc.h", |
| 33 | "android/hardware/nfc/1.0/BpNfc.h", |
| 34 | "android/hardware/nfc/1.0/BsNfc.h", |
| 35 | "android/hardware/nfc/1.0/INfcClientCallback.h", |
| 36 | "android/hardware/nfc/1.0/IHwNfcClientCallback.h", |
| 37 | "android/hardware/nfc/1.0/BnNfcClientCallback.h", |
| 38 | "android/hardware/nfc/1.0/BpNfcClientCallback.h", |
| 39 | "android/hardware/nfc/1.0/BsNfcClientCallback.h", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | cc_library_shared { |
| 44 | name: "android.hardware.nfc@1.0", |
| 45 | generated_sources: ["android.hardware.nfc@1.0_genc++"], |
| 46 | generated_headers: ["android.hardware.nfc@1.0_genc++_headers"], |
| 47 | export_generated_headers: ["android.hardware.nfc@1.0_genc++_headers"], |
| 48 | shared_libs: [ |
| 49 | "libhidl", |
| 50 | "libhwbinder", |
| 51 | "libutils", |
| 52 | "libcutils", |
| 53 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 54 | export_shared_lib_headers: [ |
| 55 | "libhidl", |
| 56 | "libhwbinder", |
| 57 | "libutils", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 58 | ], |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 59 | } |