blob: 4fd1b7eeb2d332ca50d28f33cd14f811f3a1501a [file] [log] [blame]
Donghyun Cho8bdb7f92016-10-13 22:29:54 +09001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.tv.cec@1.0_genc++",
5 tool: "hidl-gen",
6 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tv.cec@1.0",
7 srcs: [
8 "types.hal",
9 "IHdmiCec.hal",
10 "IHdmiCecCallback.hal",
11 ],
12 out: [
13 "android/hardware/tv/cec/1.0/types.cpp",
14 "android/hardware/tv/cec/1.0/HdmiCecAll.cpp",
15 "android/hardware/tv/cec/1.0/HdmiCecCallbackAll.cpp",
16 ],
17}
18
19genrule {
20 name: "android.hardware.tv.cec@1.0_genc++_headers",
21 tool: "hidl-gen",
22 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tv.cec@1.0",
23 srcs: [
24 "types.hal",
25 "IHdmiCec.hal",
26 "IHdmiCecCallback.hal",
27 ],
28 out: [
29 "android/hardware/tv/cec/1.0/types.h",
30 "android/hardware/tv/cec/1.0/IHdmiCec.h",
31 "android/hardware/tv/cec/1.0/IHwHdmiCec.h",
32 "android/hardware/tv/cec/1.0/BnHdmiCec.h",
33 "android/hardware/tv/cec/1.0/BpHdmiCec.h",
34 "android/hardware/tv/cec/1.0/BsHdmiCec.h",
35 "android/hardware/tv/cec/1.0/IHdmiCecCallback.h",
36 "android/hardware/tv/cec/1.0/IHwHdmiCecCallback.h",
37 "android/hardware/tv/cec/1.0/BnHdmiCecCallback.h",
38 "android/hardware/tv/cec/1.0/BpHdmiCecCallback.h",
39 "android/hardware/tv/cec/1.0/BsHdmiCecCallback.h",
40 ],
41}
42
43cc_library_shared {
44 name: "android.hardware.tv.cec@1.0",
45 generated_sources: ["android.hardware.tv.cec@1.0_genc++"],
46 generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
48 shared_libs: [
49 "libhidl",
50 "libhwbinder",
51 "libutils",
52 "libcutils",
53 ],
54export_shared_lib_headers: [
55 "libhidl",
56 "libhwbinder",
57 "libutils",
58 ],
59}