blob: 5c6919dc872cfa8000b220937c3639eb14084e27 [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: [
Tri Vo85120c92017-02-10 12:45:17 -080017 ":android.hardware.tv.cec@1.0_hal",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090018 ],
19 out: [
20 "android/hardware/tv/cec/1.0/types.cpp",
21 "android/hardware/tv/cec/1.0/HdmiCecAll.cpp",
22 "android/hardware/tv/cec/1.0/HdmiCecCallbackAll.cpp",
23 ],
24}
25
26genrule {
27 name: "android.hardware.tv.cec@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070028 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080029 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 +090030 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080031 ":android.hardware.tv.cec@1.0_hal",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090032 ],
33 out: [
34 "android/hardware/tv/cec/1.0/types.h",
35 "android/hardware/tv/cec/1.0/IHdmiCec.h",
36 "android/hardware/tv/cec/1.0/IHwHdmiCec.h",
Yifan Honga18049a2017-01-11 13:14:59 -080037 "android/hardware/tv/cec/1.0/BnHwHdmiCec.h",
38 "android/hardware/tv/cec/1.0/BpHwHdmiCec.h",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090039 "android/hardware/tv/cec/1.0/BsHdmiCec.h",
40 "android/hardware/tv/cec/1.0/IHdmiCecCallback.h",
41 "android/hardware/tv/cec/1.0/IHwHdmiCecCallback.h",
Yifan Honga18049a2017-01-11 13:14:59 -080042 "android/hardware/tv/cec/1.0/BnHwHdmiCecCallback.h",
43 "android/hardware/tv/cec/1.0/BpHwHdmiCecCallback.h",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090044 "android/hardware/tv/cec/1.0/BsHdmiCecCallback.h",
45 ],
46}
47
48cc_library_shared {
49 name: "android.hardware.tv.cec@1.0",
50 generated_sources: ["android.hardware.tv.cec@1.0_genc++"],
51 generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
52 export_generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
53 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080054 "libhidlbase",
55 "libhidltransport",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090056 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080057 "liblog",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090058 "libutils",
59 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080060 "android.hidl.base@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090061 ],
Colin Crossb785f5b2016-11-04 15:02:42 -070062 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080063 "libhidlbase",
64 "libhidltransport",
Colin Crossb785f5b2016-11-04 15:02:42 -070065 "libhwbinder",
66 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080067 "android.hidl.base@1.0",
Donghyun Cho8bdb7f92016-10-13 22:29:54 +090068 ],
69}