blob: 893e2f7259c9e0d126024ca752d1ac58a0c9ae11 [file] [log] [blame]
Felipe Lemee83f9fb2016-11-15 15:08:47 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.dumpstate@1.0_genc++",
5 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -08006 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -08007 srcs: [
8 "IDumpstateDevice.hal",
9 ],
10 out: [
11 "android/hardware/dumpstate/1.0/DumpstateDeviceAll.cpp",
12 ],
13}
14
15genrule {
16 name: "android.hardware.dumpstate@1.0_genc++_headers",
17 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080018 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080019 srcs: [
20 "IDumpstateDevice.hal",
21 ],
22 out: [
23 "android/hardware/dumpstate/1.0/IDumpstateDevice.h",
24 "android/hardware/dumpstate/1.0/IHwDumpstateDevice.h",
25 "android/hardware/dumpstate/1.0/BnDumpstateDevice.h",
26 "android/hardware/dumpstate/1.0/BpDumpstateDevice.h",
27 "android/hardware/dumpstate/1.0/BsDumpstateDevice.h",
28 ],
29}
30
31cc_library_shared {
32 name: "android.hardware.dumpstate@1.0",
33 generated_sources: ["android.hardware.dumpstate@1.0_genc++"],
34 generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
35 export_generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
36 shared_libs: [
37 "libhidlbase",
38 "libhidltransport",
39 "libhwbinder",
Steven Moreland52b91c02016-11-22 17:59:33 -080040 "liblog",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080041 "libutils",
42 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080043 "android.hidl.base@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080044 ],
45 export_shared_lib_headers: [
46 "libhidlbase",
47 "libhidltransport",
48 "libhwbinder",
49 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080050 "android.hidl.base@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080051 ],
52}