blob: 4dbcf4b2401882de75e0e02123c835207d6e391a [file] [log] [blame]
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voac9f1c02017-02-06 09:59:51 -08003filegroup {
4 name: "android.hardware.tests.inheritance@1.0_hal",
5 srcs: [
6 "IChild.hal",
7 "IFetcher.hal",
8 "IGrandparent.hal",
9 "IParent.hal",
10 ],
11}
12
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070013genrule {
14 name: "android.hardware.tests.inheritance@1.0_genc++",
Colin Cross8f084e02016-11-04 15:02:42 -070015 tools: ["hidl-gen"],
Steven Morelandcb360c62017-05-09 14:34:19 -070016 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.inheritance@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070017 srcs: [
Tri Vo06da29f2017-02-08 10:53:06 -080018 ":android.hardware.tests.inheritance@1.0_hal",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070019 ],
20 out: [
21 "android/hardware/tests/inheritance/1.0/ChildAll.cpp",
22 "android/hardware/tests/inheritance/1.0/FetcherAll.cpp",
23 "android/hardware/tests/inheritance/1.0/GrandparentAll.cpp",
24 "android/hardware/tests/inheritance/1.0/ParentAll.cpp",
25 ],
26}
27
28genrule {
29 name: "android.hardware.tests.inheritance@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070030 tools: ["hidl-gen"],
Steven Morelandcb360c62017-05-09 14:34:19 -070031 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.inheritance@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070032 srcs: [
Tri Vo06da29f2017-02-08 10:53:06 -080033 ":android.hardware.tests.inheritance@1.0_hal",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070034 ],
35 out: [
36 "android/hardware/tests/inheritance/1.0/IChild.h",
37 "android/hardware/tests/inheritance/1.0/IHwChild.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080038 "android/hardware/tests/inheritance/1.0/BnHwChild.h",
39 "android/hardware/tests/inheritance/1.0/BpHwChild.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070040 "android/hardware/tests/inheritance/1.0/BsChild.h",
41 "android/hardware/tests/inheritance/1.0/IFetcher.h",
42 "android/hardware/tests/inheritance/1.0/IHwFetcher.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080043 "android/hardware/tests/inheritance/1.0/BnHwFetcher.h",
44 "android/hardware/tests/inheritance/1.0/BpHwFetcher.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070045 "android/hardware/tests/inheritance/1.0/BsFetcher.h",
46 "android/hardware/tests/inheritance/1.0/IGrandparent.h",
47 "android/hardware/tests/inheritance/1.0/IHwGrandparent.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080048 "android/hardware/tests/inheritance/1.0/BnHwGrandparent.h",
49 "android/hardware/tests/inheritance/1.0/BpHwGrandparent.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070050 "android/hardware/tests/inheritance/1.0/BsGrandparent.h",
51 "android/hardware/tests/inheritance/1.0/IParent.h",
52 "android/hardware/tests/inheritance/1.0/IHwParent.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080053 "android/hardware/tests/inheritance/1.0/BnHwParent.h",
54 "android/hardware/tests/inheritance/1.0/BpHwParent.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070055 "android/hardware/tests/inheritance/1.0/BsParent.h",
56 ],
57}
58
59cc_library_shared {
60 name: "android.hardware.tests.inheritance@1.0",
Steven Moreland06c85d92017-05-18 16:14:16 -070061 defaults: ["hidl-module-defaults"],
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070062 generated_sources: ["android.hardware.tests.inheritance@1.0_genc++"],
63 generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
64 export_generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
Steven Moreland0dd5ba22017-04-11 09:57:11 -070065 vendor_available: true,
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070066 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080067 "libhidlbase",
68 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070069 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080070 "liblog",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070071 "libutils",
72 "libcutils",
73 ],
Steven Moreland79820582016-11-01 13:04:54 -070074 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080075 "libhidlbase",
76 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070077 "libhwbinder",
78 "libutils",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070079 ],
80}