blob: 3b6ef06340151b18a1637e6ef18edfa3ebc76218 [file] [log] [blame]
Polina Bondarenko254e2fe2016-10-11 16:39:23 +02001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.thermal@1.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -07005 tools: ["hidl-gen"],
6 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.thermal@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +02007 srcs: [
8 "types.hal",
9 "IThermal.hal",
10 ],
11 out: [
12 "android/hardware/thermal/1.0/types.cpp",
13 "android/hardware/thermal/1.0/ThermalAll.cpp",
14 ],
15}
16
17genrule {
18 name: "android.hardware.thermal@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070019 tools: ["hidl-gen"],
20 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.thermal@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020021 srcs: [
22 "types.hal",
23 "IThermal.hal",
24 ],
25 out: [
26 "android/hardware/thermal/1.0/types.h",
27 "android/hardware/thermal/1.0/IThermal.h",
28 "android/hardware/thermal/1.0/IHwThermal.h",
29 "android/hardware/thermal/1.0/BnThermal.h",
30 "android/hardware/thermal/1.0/BpThermal.h",
31 "android/hardware/thermal/1.0/BsThermal.h",
32 ],
33}
34
35cc_library_shared {
36 name: "android.hardware.thermal@1.0",
37 generated_sources: ["android.hardware.thermal@1.0_genc++"],
38 generated_headers: ["android.hardware.thermal@1.0_genc++_headers"],
39 export_generated_headers: ["android.hardware.thermal@1.0_genc++_headers"],
40 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080041 "libhidlbase",
42 "libhidltransport",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020043 "libhwbinder",
44 "libutils",
45 "libcutils",
46 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070047 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080048 "libhidlbase",
49 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070050 "libhwbinder",
51 "libutils",
Steven Moreland69727772016-10-25 15:45:19 -070052 ],
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020053}