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++", |
| 5 | tool: "hidl-gen", |
| 6 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.benchmarks.msgq@1.0", |
| 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", |
| 17 | tool: "hidl-gen", |
| 18 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.benchmarks.msgq@1.0", |
| 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: [ |
| 37 | "libhidl", |
| 38 | "libhwbinder", |
| 39 | "libutils", |
| 40 | "libcutils", |
| 41 | ], |
| 42 | } |