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.benchmarks.msgq@1.0_genc++", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 5 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.benchmarks.msgq@1.0", |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 7 | srcs: [ |
| 8 | "IBenchmarkMsgQ.hal", |
| 9 | ], |
| 10 | out: [ |
| 11 | "android/hardware/benchmarks/msgq/1.0/BenchmarkMsgQAll.cpp", |
| 12 | ], |
| 13 | } |
| 14 | |
| 15 | genrule { |
| 16 | name: "android.hardware.benchmarks.msgq@1.0_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 17 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 18 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.benchmarks.msgq@1.0", |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 19 | srcs: [ |
| 20 | "IBenchmarkMsgQ.hal", |
| 21 | ], |
| 22 | out: [ |
| 23 | "android/hardware/benchmarks/msgq/1.0/IBenchmarkMsgQ.h", |
| 24 | "android/hardware/benchmarks/msgq/1.0/IHwBenchmarkMsgQ.h", |
| 25 | "android/hardware/benchmarks/msgq/1.0/BnBenchmarkMsgQ.h", |
| 26 | "android/hardware/benchmarks/msgq/1.0/BpBenchmarkMsgQ.h", |
| 27 | "android/hardware/benchmarks/msgq/1.0/BsBenchmarkMsgQ.h", |
| 28 | ], |
| 29 | } |
| 30 | |
| 31 | cc_library_shared { |
| 32 | name: "android.hardware.benchmarks.msgq@1.0", |
| 33 | generated_sources: ["android.hardware.benchmarks.msgq@1.0_genc++"], |
| 34 | generated_headers: ["android.hardware.benchmarks.msgq@1.0_genc++_headers"], |
| 35 | export_generated_headers: ["android.hardware.benchmarks.msgq@1.0_genc++_headers"], |
| 36 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 37 | "libhidlbase", |
| 38 | "libhidltransport", |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 39 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 40 | "liblog", |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 41 | "libutils", |
| 42 | "libcutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 43 | "android.hidl.base@1.0", |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 44 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 45 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 46 | "libhidlbase", |
| 47 | "libhidltransport", |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 48 | "libhwbinder", |
| 49 | "libutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 50 | "android.hidl.base@1.0", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 51 | ], |
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 52 | } |