blob: 433e9acca65b597213c2d8ec7112e34534b563ae [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"],
Yifan Honge19e5822016-11-28 16:09:37 -080016 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.inheritance@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070017 srcs: [
18 "IChild.hal",
19 "IFetcher.hal",
20 "IGrandparent.hal",
21 "IParent.hal",
22 ],
23 out: [
24 "android/hardware/tests/inheritance/1.0/ChildAll.cpp",
25 "android/hardware/tests/inheritance/1.0/FetcherAll.cpp",
26 "android/hardware/tests/inheritance/1.0/GrandparentAll.cpp",
27 "android/hardware/tests/inheritance/1.0/ParentAll.cpp",
28 ],
29}
30
31genrule {
32 name: "android.hardware.tests.inheritance@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070033 tools: ["hidl-gen"],
Yifan Honge19e5822016-11-28 16:09:37 -080034 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.inheritance@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070035 srcs: [
36 "IChild.hal",
37 "IFetcher.hal",
38 "IGrandparent.hal",
39 "IParent.hal",
40 ],
41 out: [
42 "android/hardware/tests/inheritance/1.0/IChild.h",
43 "android/hardware/tests/inheritance/1.0/IHwChild.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080044 "android/hardware/tests/inheritance/1.0/BnHwChild.h",
45 "android/hardware/tests/inheritance/1.0/BpHwChild.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070046 "android/hardware/tests/inheritance/1.0/BsChild.h",
47 "android/hardware/tests/inheritance/1.0/IFetcher.h",
48 "android/hardware/tests/inheritance/1.0/IHwFetcher.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080049 "android/hardware/tests/inheritance/1.0/BnHwFetcher.h",
50 "android/hardware/tests/inheritance/1.0/BpHwFetcher.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070051 "android/hardware/tests/inheritance/1.0/BsFetcher.h",
52 "android/hardware/tests/inheritance/1.0/IGrandparent.h",
53 "android/hardware/tests/inheritance/1.0/IHwGrandparent.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080054 "android/hardware/tests/inheritance/1.0/BnHwGrandparent.h",
55 "android/hardware/tests/inheritance/1.0/BpHwGrandparent.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070056 "android/hardware/tests/inheritance/1.0/BsGrandparent.h",
57 "android/hardware/tests/inheritance/1.0/IParent.h",
58 "android/hardware/tests/inheritance/1.0/IHwParent.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080059 "android/hardware/tests/inheritance/1.0/BnHwParent.h",
60 "android/hardware/tests/inheritance/1.0/BpHwParent.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070061 "android/hardware/tests/inheritance/1.0/BsParent.h",
62 ],
63}
64
65cc_library_shared {
66 name: "android.hardware.tests.inheritance@1.0",
67 generated_sources: ["android.hardware.tests.inheritance@1.0_genc++"],
68 generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
69 export_generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
70 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080071 "libhidlbase",
72 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070073 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080074 "liblog",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070075 "libutils",
76 "libcutils",
Yifan Honge19e5822016-11-28 16:09:37 -080077 "android.hidl.base@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070078 ],
Steven Moreland79820582016-11-01 13:04:54 -070079 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080080 "libhidlbase",
81 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070082 "libhwbinder",
83 "libutils",
Yifan Honge19e5822016-11-28 16:09:37 -080084 "android.hidl.base@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070085 ],
86}