blob: 53b1ce860aa6ac1e38093730d7efdf06a9026421 [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"],
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.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"],
Yifan Hong50183942016-11-28 16:09:37 -080022 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport 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: [
Yifan Hong6b920e42016-11-16 14:17:58 -080049 "libhidlbase",
50 "libhidltransport",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090051 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080052 "liblog",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090053 "libutils",
54 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080055 "android.hidl.base@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090056 ],
Colin Crossb785f5b2016-11-04 15:02:42 -070057 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Colin Crossb785f5b2016-11-04 15:02:42 -070060 "libhwbinder",
61 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080062 "android.hidl.base@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090063 ],
64}