blob: 1b473bc68e67e152ed8532a5be2a1b1220443cd1 [file] [log] [blame]
Felipe Lemee83f9fb2016-11-15 15:08:47 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.dumpstate@1.0_hal",
5 srcs: [
6 "IDumpstateDevice.hal",
7 ],
8}
9
Felipe Lemee83f9fb2016-11-15 15:08:47 -080010genrule {
11 name: "android.hardware.dumpstate@1.0_genc++",
12 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080013 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 -080014 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080015 ":android.hardware.dumpstate@1.0_hal",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080016 ],
17 out: [
18 "android/hardware/dumpstate/1.0/DumpstateDeviceAll.cpp",
19 ],
20}
21
22genrule {
23 name: "android.hardware.dumpstate@1.0_genc++_headers",
24 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080025 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 -080026 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080027 ":android.hardware.dumpstate@1.0_hal",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080028 ],
29 out: [
30 "android/hardware/dumpstate/1.0/IDumpstateDevice.h",
31 "android/hardware/dumpstate/1.0/IHwDumpstateDevice.h",
Yifan Honga18049a2017-01-11 13:14:59 -080032 "android/hardware/dumpstate/1.0/BnHwDumpstateDevice.h",
33 "android/hardware/dumpstate/1.0/BpHwDumpstateDevice.h",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080034 "android/hardware/dumpstate/1.0/BsDumpstateDevice.h",
35 ],
36}
37
38cc_library_shared {
39 name: "android.hardware.dumpstate@1.0",
40 generated_sources: ["android.hardware.dumpstate@1.0_genc++"],
41 generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
42 export_generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
43 shared_libs: [
44 "libhidlbase",
45 "libhidltransport",
46 "libhwbinder",
Steven Moreland52b91c02016-11-22 17:59:33 -080047 "liblog",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080048 "libutils",
49 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080050 "android.hidl.base@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080051 ],
52 export_shared_lib_headers: [
53 "libhidlbase",
54 "libhidltransport",
55 "libhwbinder",
56 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080057 "android.hidl.base@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080058 ],
59}