blob: 8cdc69958e74993e151b3276dd93c21c1a74e356 [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"],
Steven Morelandbc711242017-05-09 19:51:19 -070013 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -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"],
Steven Morelandbc711242017-05-09 19:51:19 -070025 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -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",
Steven Moreland76cfb842017-05-19 15:52:22 -070040 defaults: ["hidl-module-defaults"],
Felipe Lemee83f9fb2016-11-15 15:08:47 -080041 generated_sources: ["android.hardware.dumpstate@1.0_genc++"],
42 generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
43 export_generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070044 vendor_available: true,
Felipe Lemee83f9fb2016-11-15 15:08:47 -080045 shared_libs: [
46 "libhidlbase",
47 "libhidltransport",
48 "libhwbinder",
Steven Moreland52b91c02016-11-22 17:59:33 -080049 "liblog",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080050 "libutils",
51 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080052 "android.hidl.base@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080053 ],
54 export_shared_lib_headers: [
55 "libhidlbase",
56 "libhidltransport",
57 "libhwbinder",
58 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080059 "android.hidl.base@1.0",
Felipe Lemee83f9fb2016-11-15 15:08:47 -080060 ],
61}