blob: d2eee149ee93ec3d4394aca4d0be29a0515311a5 [file] [log] [blame]
Donghyun Cho8bdb7f92016-10-13 22:29:54 +09001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.tv.cec@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IHdmiCec.hal",
8 "IHdmiCecCallback.hal",
9 ],
10}
11
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090012genrule {
13 name: "android.hardware.tv.cec@1.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -070014 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080015 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 +090016 srcs: [
17 "types.hal",
18 "IHdmiCec.hal",
19 "IHdmiCecCallback.hal",
20 ],
21 out: [
22 "android/hardware/tv/cec/1.0/types.cpp",
23 "android/hardware/tv/cec/1.0/HdmiCecAll.cpp",
24 "android/hardware/tv/cec/1.0/HdmiCecCallbackAll.cpp",
25 ],
26}
27
28genrule {
29 name: "android.hardware.tv.cec@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070030 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080031 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 +090032 srcs: [
33 "types.hal",
34 "IHdmiCec.hal",
35 "IHdmiCecCallback.hal",
36 ],
37 out: [
38 "android/hardware/tv/cec/1.0/types.h",
39 "android/hardware/tv/cec/1.0/IHdmiCec.h",
40 "android/hardware/tv/cec/1.0/IHwHdmiCec.h",
Yifan Honga18049a2017-01-11 13:14:59 -080041 "android/hardware/tv/cec/1.0/BnHwHdmiCec.h",
42 "android/hardware/tv/cec/1.0/BpHwHdmiCec.h",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090043 "android/hardware/tv/cec/1.0/BsHdmiCec.h",
44 "android/hardware/tv/cec/1.0/IHdmiCecCallback.h",
45 "android/hardware/tv/cec/1.0/IHwHdmiCecCallback.h",
Yifan Honga18049a2017-01-11 13:14:59 -080046 "android/hardware/tv/cec/1.0/BnHwHdmiCecCallback.h",
47 "android/hardware/tv/cec/1.0/BpHwHdmiCecCallback.h",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090048 "android/hardware/tv/cec/1.0/BsHdmiCecCallback.h",
49 ],
50}
51
52cc_library_shared {
53 name: "android.hardware.tv.cec@1.0",
54 generated_sources: ["android.hardware.tv.cec@1.0_genc++"],
55 generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
56 export_generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
57 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090060 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080061 "liblog",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090062 "libutils",
63 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080064 "android.hidl.base@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090065 ],
Colin Crossb785f5b2016-11-04 15:02:42 -070066 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080067 "libhidlbase",
68 "libhidltransport",
Colin Crossb785f5b2016-11-04 15:02:42 -070069 "libhwbinder",
70 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080071 "android.hidl.base@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090072 ],
73}