blob: a9485672b8585a8e5273352cd6c7945aa2e6a5a7 [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"],
Steven Morelandbc711242017-05-09 19:51:19 -070014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020015 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080016 ":android.hardware.thermal@1.0_hal",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020017 ],
18 out: [
19 "android/hardware/thermal/1.0/types.cpp",
20 "android/hardware/thermal/1.0/ThermalAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.thermal@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070026 tools: ["hidl-gen"],
Steven Morelandbc711242017-05-09 19:51:19 -070027 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020028 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080029 ":android.hardware.thermal@1.0_hal",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020030 ],
31 out: [
32 "android/hardware/thermal/1.0/types.h",
Steven Moreland561b6022017-03-27 11:48:14 -070033 "android/hardware/thermal/1.0/hwtypes.h",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020034 "android/hardware/thermal/1.0/IThermal.h",
35 "android/hardware/thermal/1.0/IHwThermal.h",
Yifan Honga18049a2017-01-11 13:14:59 -080036 "android/hardware/thermal/1.0/BnHwThermal.h",
37 "android/hardware/thermal/1.0/BpHwThermal.h",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020038 "android/hardware/thermal/1.0/BsThermal.h",
39 ],
40}
41
42cc_library_shared {
43 name: "android.hardware.thermal@1.0",
Steven Moreland76cfb842017-05-19 15:52:22 -070044 defaults: ["hidl-module-defaults"],
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020045 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"],
Steven Moreland3b36a832017-04-11 09:58:03 -070048 vendor_available: true,
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020049 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080050 "libhidlbase",
51 "libhidltransport",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020052 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080053 "liblog",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020054 "libutils",
55 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080056 "android.hidl.base@1.0",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020057 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070058 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080059 "libhidlbase",
60 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070061 "libhwbinder",
62 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080063 "android.hidl.base@1.0",
Steven Moreland69727772016-10-25 15:45:19 -070064 ],
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020065}