blob: 895aa73698d5a8dafdc745d0054e5f5d49dd70d4 [file] [log] [blame]
Dongwon Kang0fa472f2016-10-12 17:06:25 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.tv.input@1.0_genc++",
5 tool: "hidl-gen",
6 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tv.input@1.0",
7 srcs: [
8 "types.hal",
9 "ITvInput.hal",
10 "ITvInputCallback.hal",
11 ],
12 out: [
13 "android/hardware/tv/input/1.0/types.cpp",
14 "android/hardware/tv/input/1.0/TvInputAll.cpp",
15 "android/hardware/tv/input/1.0/TvInputCallbackAll.cpp",
16 ],
17}
18
19genrule {
20 name: "android.hardware.tv.input@1.0_genc++_headers",
21 tool: "hidl-gen",
22 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tv.input@1.0",
23 srcs: [
24 "types.hal",
25 "ITvInput.hal",
26 "ITvInputCallback.hal",
27 ],
28 out: [
29 "android/hardware/tv/input/1.0/types.h",
30 "android/hardware/tv/input/1.0/ITvInput.h",
31 "android/hardware/tv/input/1.0/IHwTvInput.h",
32 "android/hardware/tv/input/1.0/BnTvInput.h",
33 "android/hardware/tv/input/1.0/BpTvInput.h",
34 "android/hardware/tv/input/1.0/BsTvInput.h",
35 "android/hardware/tv/input/1.0/ITvInputCallback.h",
36 "android/hardware/tv/input/1.0/IHwTvInputCallback.h",
37 "android/hardware/tv/input/1.0/BnTvInputCallback.h",
38 "android/hardware/tv/input/1.0/BpTvInputCallback.h",
39 "android/hardware/tv/input/1.0/BsTvInputCallback.h",
40 ],
41}
42
43cc_library_shared {
44 name: "android.hardware.tv.input@1.0",
45 generated_sources: ["android.hardware.tv.input@1.0_genc++"],
46 generated_headers: ["android.hardware.tv.input@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.tv.input@1.0_genc++_headers"],
48 shared_libs: [
49 "libhidl",
50 "libhwbinder",
51 "libutils",
52 "libcutils",
53 "android.hardware.audio.common@2.0",
54 ],
Steven Moreland69727772016-10-25 15:45:19 -070055export_shared_lib_headers: [
56 "libhidl",
57 "libhwbinder",
58 "libutils",
59 ],
Dongwon Kang0fa472f2016-10-12 17:06:25 -070060}