blob: 4389147c1cc92eb9bcbad34afab1ffc10bee0f35 [file] [log] [blame]
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.tests.inheritance@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.tests.inheritance@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07007 srcs: [
8 "IChild.hal",
9 "IFetcher.hal",
10 "IGrandparent.hal",
11 "IParent.hal",
12 ],
13 out: [
14 "android/hardware/tests/inheritance/1.0/ChildAll.cpp",
15 "android/hardware/tests/inheritance/1.0/FetcherAll.cpp",
16 "android/hardware/tests/inheritance/1.0/GrandparentAll.cpp",
17 "android/hardware/tests/inheritance/1.0/ParentAll.cpp",
18 ],
19}
20
21genrule {
22 name: "android.hardware.tests.inheritance@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070023 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080024 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 -070025 srcs: [
26 "IChild.hal",
27 "IFetcher.hal",
28 "IGrandparent.hal",
29 "IParent.hal",
30 ],
31 out: [
32 "android/hardware/tests/inheritance/1.0/IChild.h",
33 "android/hardware/tests/inheritance/1.0/IHwChild.h",
Yifan Hong4bc69c92017-01-09 17:46:36 -080034 "android/hardware/tests/inheritance/1.0/BnHwChild.h",
35 "android/hardware/tests/inheritance/1.0/BpHwChild.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070036 "android/hardware/tests/inheritance/1.0/BsChild.h",
37 "android/hardware/tests/inheritance/1.0/IFetcher.h",
38 "android/hardware/tests/inheritance/1.0/IHwFetcher.h",
Yifan Hong4bc69c92017-01-09 17:46:36 -080039 "android/hardware/tests/inheritance/1.0/BnHwFetcher.h",
40 "android/hardware/tests/inheritance/1.0/BpHwFetcher.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070041 "android/hardware/tests/inheritance/1.0/BsFetcher.h",
42 "android/hardware/tests/inheritance/1.0/IGrandparent.h",
43 "android/hardware/tests/inheritance/1.0/IHwGrandparent.h",
Yifan Hong4bc69c92017-01-09 17:46:36 -080044 "android/hardware/tests/inheritance/1.0/BnHwGrandparent.h",
45 "android/hardware/tests/inheritance/1.0/BpHwGrandparent.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070046 "android/hardware/tests/inheritance/1.0/BsGrandparent.h",
47 "android/hardware/tests/inheritance/1.0/IParent.h",
48 "android/hardware/tests/inheritance/1.0/IHwParent.h",
Yifan Hong4bc69c92017-01-09 17:46:36 -080049 "android/hardware/tests/inheritance/1.0/BnHwParent.h",
50 "android/hardware/tests/inheritance/1.0/BpHwParent.h",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070051 "android/hardware/tests/inheritance/1.0/BsParent.h",
52 ],
53}
54
55cc_library_shared {
56 name: "android.hardware.tests.inheritance@1.0",
57 generated_sources: ["android.hardware.tests.inheritance@1.0_genc++"],
58 generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
59 export_generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
60 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080061 "libhidlbase",
62 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070063 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080064 "liblog",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070065 "libutils",
66 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080067 "android.hidl.base@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070068 ],
Steven Moreland79820582016-11-01 13:04:54 -070069 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080070 "libhidlbase",
71 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070072 "libhwbinder",
73 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080074 "android.hidl.base@1.0",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070075 ],
76}