blob: 51cfbe9d4f91c64343e9190cd44b4cfa0a8c9aed [file] [log] [blame]
Eric Laurent402a8292016-10-19 17:57:01 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.broadcastradio@1.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -07005 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -08006 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0",
Eric Laurent402a8292016-10-19 17:57:01 -07007 srcs: [
8 "types.hal",
9 "IBroadcastRadio.hal",
10 "IBroadcastRadioFactory.hal",
11 "ITuner.hal",
12 "ITunerCallback.hal",
13 ],
14 out: [
15 "android/hardware/broadcastradio/1.0/types.cpp",
16 "android/hardware/broadcastradio/1.0/BroadcastRadioAll.cpp",
17 "android/hardware/broadcastradio/1.0/BroadcastRadioFactoryAll.cpp",
18 "android/hardware/broadcastradio/1.0/TunerAll.cpp",
19 "android/hardware/broadcastradio/1.0/TunerCallbackAll.cpp",
20 ],
21}
22
23genrule {
24 name: "android.hardware.broadcastradio@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070025 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080026 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0",
Eric Laurent402a8292016-10-19 17:57:01 -070027 srcs: [
28 "types.hal",
29 "IBroadcastRadio.hal",
30 "IBroadcastRadioFactory.hal",
31 "ITuner.hal",
32 "ITunerCallback.hal",
33 ],
34 out: [
35 "android/hardware/broadcastradio/1.0/types.h",
36 "android/hardware/broadcastradio/1.0/IBroadcastRadio.h",
37 "android/hardware/broadcastradio/1.0/IHwBroadcastRadio.h",
Yifan Honga18049a2017-01-11 13:14:59 -080038 "android/hardware/broadcastradio/1.0/BnHwBroadcastRadio.h",
39 "android/hardware/broadcastradio/1.0/BpHwBroadcastRadio.h",
Eric Laurent402a8292016-10-19 17:57:01 -070040 "android/hardware/broadcastradio/1.0/BsBroadcastRadio.h",
41 "android/hardware/broadcastradio/1.0/IBroadcastRadioFactory.h",
42 "android/hardware/broadcastradio/1.0/IHwBroadcastRadioFactory.h",
Yifan Honga18049a2017-01-11 13:14:59 -080043 "android/hardware/broadcastradio/1.0/BnHwBroadcastRadioFactory.h",
44 "android/hardware/broadcastradio/1.0/BpHwBroadcastRadioFactory.h",
Eric Laurent402a8292016-10-19 17:57:01 -070045 "android/hardware/broadcastradio/1.0/BsBroadcastRadioFactory.h",
46 "android/hardware/broadcastradio/1.0/ITuner.h",
47 "android/hardware/broadcastradio/1.0/IHwTuner.h",
Yifan Honga18049a2017-01-11 13:14:59 -080048 "android/hardware/broadcastradio/1.0/BnHwTuner.h",
49 "android/hardware/broadcastradio/1.0/BpHwTuner.h",
Eric Laurent402a8292016-10-19 17:57:01 -070050 "android/hardware/broadcastradio/1.0/BsTuner.h",
51 "android/hardware/broadcastradio/1.0/ITunerCallback.h",
52 "android/hardware/broadcastradio/1.0/IHwTunerCallback.h",
Yifan Honga18049a2017-01-11 13:14:59 -080053 "android/hardware/broadcastradio/1.0/BnHwTunerCallback.h",
54 "android/hardware/broadcastradio/1.0/BpHwTunerCallback.h",
Eric Laurent402a8292016-10-19 17:57:01 -070055 "android/hardware/broadcastradio/1.0/BsTunerCallback.h",
56 ],
57}
58
59cc_library_shared {
60 name: "android.hardware.broadcastradio@1.0",
61 generated_sources: ["android.hardware.broadcastradio@1.0_genc++"],
62 generated_headers: ["android.hardware.broadcastradio@1.0_genc++_headers"],
63 export_generated_headers: ["android.hardware.broadcastradio@1.0_genc++_headers"],
64 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080065 "libhidlbase",
66 "libhidltransport",
Eric Laurent402a8292016-10-19 17:57:01 -070067 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080068 "liblog",
Eric Laurent402a8292016-10-19 17:57:01 -070069 "libutils",
70 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080071 "android.hidl.base@1.0",
Eric Laurent402a8292016-10-19 17:57:01 -070072 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070073 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080074 "libhidlbase",
75 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070076 "libhwbinder",
77 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080078 "android.hidl.base@1.0",
Steven Moreland69727772016-10-25 15:45:19 -070079 ],
Eric Laurent402a8292016-10-19 17:57:01 -070080}
Zhuoyao Zhange9b43bb2017-02-02 16:55:00 -080081
82genrule {
83 name: "android.hardware.broadcastradio.vts.driver@1.0_genc++",
84 tools: ["hidl-gen", "vtsc"],
85 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/broadcastradio/1.0/ $(genDir)/android/hardware/broadcastradio/1.0/",
86 srcs: [
87 "types.hal",
88 "IBroadcastRadio.hal",
89 "IBroadcastRadioFactory.hal",
90 "ITuner.hal",
91 "ITunerCallback.hal",
92 ],
93 out: [
94 "android/hardware/broadcastradio/1.0/types.vts.cpp",
95 "android/hardware/broadcastradio/1.0/BroadcastRadio.vts.cpp",
96 "android/hardware/broadcastradio/1.0/BroadcastRadioFactory.vts.cpp",
97 "android/hardware/broadcastradio/1.0/Tuner.vts.cpp",
98 "android/hardware/broadcastradio/1.0/TunerCallback.vts.cpp",
99 ],
100}
101
102genrule {
103 name: "android.hardware.broadcastradio.vts.driver@1.0_genc++_headers",
104 tools: ["hidl-gen", "vtsc"],
105 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/broadcastradio/1.0/ $(genDir)/android/hardware/broadcastradio/1.0/",
106 srcs: [
107 "types.hal",
108 "IBroadcastRadio.hal",
109 "IBroadcastRadioFactory.hal",
110 "ITuner.hal",
111 "ITunerCallback.hal",
112 ],
113 out: [
114 "android/hardware/broadcastradio/1.0/types.vts.h",
115 "android/hardware/broadcastradio/1.0/BroadcastRadio.vts.h",
116 "android/hardware/broadcastradio/1.0/BroadcastRadioFactory.vts.h",
117 "android/hardware/broadcastradio/1.0/Tuner.vts.h",
118 "android/hardware/broadcastradio/1.0/TunerCallback.vts.h",
119 ],
120}
121
122cc_library_shared {
123 name: "android.hardware.broadcastradio.vts.driver@1.0",
124 generated_sources: ["android.hardware.broadcastradio.vts.driver@1.0_genc++"],
125 generated_headers: ["android.hardware.broadcastradio.vts.driver@1.0_genc++_headers"],
126 export_generated_headers: ["android.hardware.broadcastradio.vts.driver@1.0_genc++_headers"],
127 shared_libs: [
128 "libhidlbase",
129 "libhidltransport",
130 "libhwbinder",
131 "liblog",
132 "libutils",
133 "libcutils",
134 "libvts_common",
135 "libvts_datatype",
136 "libvts_measurement",
137 "libvts_multidevice_proto",
138 "libcamera_metadata",
139 "libprotobuf-cpp-full",
140 "android.hidl.base@1.0",
141 "android.hardware.broadcastradio@1.0",
142 ],
143 export_shared_lib_headers: [
144 "libhidlbase",
145 "libhidltransport",
146 "libhwbinder",
147 "libutils",
148 "android.hidl.base@1.0",
149 ],
150}
151
152genrule {
153 name: "android.hardware.broadcastradio@1.0-vts.profiler_genc++",
154 tools: ["hidl-gen", "vtsc"],
155 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/broadcastradio/1.0/ $(genDir)/android/hardware/broadcastradio/1.0/",
156 srcs: [
157 "types.hal",
158 "IBroadcastRadio.hal",
159 "IBroadcastRadioFactory.hal",
160 "ITuner.hal",
161 "ITunerCallback.hal",
162 ],
163 out: [
164 "android/hardware/broadcastradio/1.0/types.vts.cpp",
165 "android/hardware/broadcastradio/1.0/BroadcastRadio.vts.cpp",
166 "android/hardware/broadcastradio/1.0/BroadcastRadioFactory.vts.cpp",
167 "android/hardware/broadcastradio/1.0/Tuner.vts.cpp",
168 "android/hardware/broadcastradio/1.0/TunerCallback.vts.cpp",
169 ],
170}
171
172genrule {
173 name: "android.hardware.broadcastradio@1.0-vts.profiler_genc++_headers",
174 tools: ["hidl-gen", "vtsc"],
175 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/broadcastradio/1.0/ $(genDir)/android/hardware/broadcastradio/1.0/",
176 srcs: [
177 "types.hal",
178 "IBroadcastRadio.hal",
179 "IBroadcastRadioFactory.hal",
180 "ITuner.hal",
181 "ITunerCallback.hal",
182 ],
183 out: [
184 "android/hardware/broadcastradio/1.0/types.vts.h",
185 "android/hardware/broadcastradio/1.0/BroadcastRadio.vts.h",
186 "android/hardware/broadcastradio/1.0/BroadcastRadioFactory.vts.h",
187 "android/hardware/broadcastradio/1.0/Tuner.vts.h",
188 "android/hardware/broadcastradio/1.0/TunerCallback.vts.h",
189 ],
190}
191
192cc_library_shared {
193 name: "android.hardware.broadcastradio@1.0-vts.profiler",
194 generated_sources: ["android.hardware.broadcastradio@1.0-vts.profiler_genc++"],
195 generated_headers: ["android.hardware.broadcastradio@1.0-vts.profiler_genc++_headers"],
196 export_generated_headers: ["android.hardware.broadcastradio@1.0-vts.profiler_genc++_headers"],
197 shared_libs: [
198 "libbase",
199 "libhidlbase",
200 "libhidltransport",
201 "libvts_profiling",
202 "libvts_multidevice_proto",
203 "libprotobuf-cpp-full",
204 "android.hidl.base@1.0",
205 "android.hardware.broadcastradio@1.0",
206 ],
207}