blob: 51841c243f4e88f2e73bb9cfa2c1a3b5478f3309 [file] [log] [blame]
Dan Willemsen242b34e2016-09-28 16:12:24 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
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
15genrule {
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
31cc_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}