blob: bb1ae82ff9b099b4dee5b14294b5caf3870cb548 [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++",
Colin Crossb785f5b2016-11-04 15:02:42 -07005 tools: ["hidl-gen"],
6 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tv.cec@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +09007 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",
Colin Crossb785f5b2016-11-04 15:02:42 -070021 tools: ["hidl-gen"],
22 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tv.cec@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090023 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 ],
Colin Crossb785f5b2016-11-04 15:02:42 -070054 export_shared_lib_headers: [
55 "libhidl",
56 "libhwbinder",
57 "libutils",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090058 ],
59}