blob: c4b6d39768575ddf9f358094889df617c7852a88 [file] [log] [blame]
Polina Bondarenko254e2fe2016-10-11 16:39:23 +02001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.thermal@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IThermal.hal",
8 ],
9}
10
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020011genrule {
12 name: "android.hardware.thermal@1.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -070013 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020015 srcs: [
16 "types.hal",
17 "IThermal.hal",
18 ],
19 out: [
20 "android/hardware/thermal/1.0/types.cpp",
21 "android/hardware/thermal/1.0/ThermalAll.cpp",
22 ],
23}
24
25genrule {
26 name: "android.hardware.thermal@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070027 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080028 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020029 srcs: [
30 "types.hal",
31 "IThermal.hal",
32 ],
33 out: [
34 "android/hardware/thermal/1.0/types.h",
35 "android/hardware/thermal/1.0/IThermal.h",
36 "android/hardware/thermal/1.0/IHwThermal.h",
Yifan Honga18049a2017-01-11 13:14:59 -080037 "android/hardware/thermal/1.0/BnHwThermal.h",
38 "android/hardware/thermal/1.0/BpHwThermal.h",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020039 "android/hardware/thermal/1.0/BsThermal.h",
40 ],
41}
42
43cc_library_shared {
44 name: "android.hardware.thermal@1.0",
45 generated_sources: ["android.hardware.thermal@1.0_genc++"],
46 generated_headers: ["android.hardware.thermal@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.thermal@1.0_genc++_headers"],
48 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080049 "libhidlbase",
50 "libhidltransport",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020051 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080052 "liblog",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020053 "libutils",
54 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080055 "android.hidl.base@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020056 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070057 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070060 "libhwbinder",
61 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080062 "android.hidl.base@1.0",
Steven Moreland69727772016-10-25 15:45:19 -070063 ],
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020064}