blob: 9dc65ef229a66a59afeec58130746f1feba3e604 [file] [log] [blame]
Roshan Piusa6489732017-09-25 14:57:43 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.wifi.supplicant@1.1_hal",
5 srcs: [
6 "ISupplicant.hal",
7 ],
8}
9
10genrule {
11 name: "android.hardware.wifi.supplicant@1.1_genc++",
12 tools: ["hidl-gen"],
13 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.1",
14 srcs: [
15 ":android.hardware.wifi.supplicant@1.1_hal",
16 ],
17 out: [
18 "android/hardware/wifi/supplicant/1.1/SupplicantAll.cpp",
19 ],
20}
21
22genrule {
23 name: "android.hardware.wifi.supplicant@1.1_genc++_headers",
24 tools: ["hidl-gen"],
25 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.1",
26 srcs: [
27 ":android.hardware.wifi.supplicant@1.1_hal",
28 ],
29 out: [
30 "android/hardware/wifi/supplicant/1.1/ISupplicant.h",
31 "android/hardware/wifi/supplicant/1.1/IHwSupplicant.h",
32 "android/hardware/wifi/supplicant/1.1/BnHwSupplicant.h",
33 "android/hardware/wifi/supplicant/1.1/BpHwSupplicant.h",
34 "android/hardware/wifi/supplicant/1.1/BsSupplicant.h",
35 ],
36}
37
38cc_library {
39 name: "android.hardware.wifi.supplicant@1.1",
40 defaults: ["hidl-module-defaults"],
41 generated_sources: ["android.hardware.wifi.supplicant@1.1_genc++"],
42 generated_headers: ["android.hardware.wifi.supplicant@1.1_genc++_headers"],
43 export_generated_headers: ["android.hardware.wifi.supplicant@1.1_genc++_headers"],
44 vendor_available: true,
45 vndk: {
46 enabled: true,
47 },
48 shared_libs: [
49 "libhidlbase",
50 "libhidltransport",
51 "libhwbinder",
52 "liblog",
53 "libutils",
54 "libcutils",
55 "android.hardware.wifi.supplicant@1.0",
56 ],
57 export_shared_lib_headers: [
58 "libhidlbase",
59 "libhidltransport",
60 "libhwbinder",
61 "libutils",
62 "android.hardware.wifi.supplicant@1.0",
63 ],
64}
65
66genrule {
Steven Morelandf390f032017-10-11 11:09:24 -070067 name: "android.hardware.wifi.supplicant-V1.1-java_gen_java",
68 tools: ["hidl-gen"],
69 cmd: "$(location hidl-gen) -o $(genDir) -Ljava -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.1",
70 srcs: [
71 ":android.hardware.wifi.supplicant@1.1_hal",
72 ],
73 out: [
74 "android/hardware/wifi/supplicant/V1_1/ISupplicant.java",
75 ],
76}
77
78java_library {
79 name: "android.hardware.wifi.supplicant-V1.1-java",
80 no_framework_libs: true,
81 defaults: ["hidl-java-module-defaults"],
82 srcs: [":android.hardware.wifi.supplicant-V1.1-java_gen_java"],
83 libs: [
84 "hwbinder",
85 "android.hardware.wifi.supplicant-V1.0-java",
86 "android.hidl.base-V1.0-java",
87 ]
88}
89
90// This package does not export any types. Not creating java constants export.
91
92
93genrule {
Roshan Piusa6489732017-09-25 14:57:43 -070094 name: "android.hardware.wifi.supplicant@1.1-adapter-helper_genc++",
95 tools: ["hidl-gen"],
96 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.1",
97 srcs: [
98 ":android.hardware.wifi.supplicant@1.1_hal",
99 ],
100 out: [
101 "android/hardware/wifi/supplicant/1.1/ASupplicant.cpp",
102 ],
103}
104
105genrule {
106 name: "android.hardware.wifi.supplicant@1.1-adapter-helper_genc++_headers",
107 tools: ["hidl-gen"],
108 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.1",
109 srcs: [
110 ":android.hardware.wifi.supplicant@1.1_hal",
111 ],
112 out: [
113 "android/hardware/wifi/supplicant/1.1/ASupplicant.h",
114 ],
115}
116
Roshan Piusa6489732017-09-25 14:57:43 -0700117cc_library {
118 name: "android.hardware.wifi.supplicant@1.1-adapter-helper",
119 defaults: ["hidl-module-defaults"],
120 generated_sources: ["android.hardware.wifi.supplicant@1.1-adapter-helper_genc++"],
121 generated_headers: ["android.hardware.wifi.supplicant@1.1-adapter-helper_genc++_headers"],
122 export_generated_headers: ["android.hardware.wifi.supplicant@1.1-adapter-helper_genc++_headers"],
123 vendor_available: true,
124 shared_libs: [
125 "libhidlbase",
126 "libhidltransport",
127 "libhwbinder",
128 "liblog",
129 "libutils",
130 "libcutils",
131 "libhidladapter",
132 "android.hardware.wifi.supplicant@1.0",
133 "android.hardware.wifi.supplicant@1.1",
134 "android.hardware.wifi.supplicant@1.0-adapter-helper",
135 "android.hidl.base@1.0-adapter-helper",
136 ],
137 export_shared_lib_headers: [
138 "libhidlbase",
139 "libhidltransport",
140 "libhwbinder",
141 "libutils",
142 "libhidladapter",
143 "android.hardware.wifi.supplicant@1.0",
144 "android.hardware.wifi.supplicant@1.1",
145 "android.hardware.wifi.supplicant@1.0-adapter-helper",
146 "android.hidl.base@1.0-adapter-helper",
147 ],
148}
149
150genrule {
151 name: "android.hardware.wifi.supplicant@1.1-adapter_genc++",
152 tools: ["hidl-gen"],
153 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.1",
154 out: ["main.cpp"]
155}
156
157cc_test {
158 name: "android.hardware.wifi.supplicant@1.1-adapter",
159 defaults: ["hidl-module-defaults"],
160 shared_libs: [
161 "libhidladapter",
162 "libhidlbase",
163 "libhidltransport",
164 "libutils",
165 "android.hardware.wifi.supplicant@1.0",
166 "android.hardware.wifi.supplicant@1.1",
167 "android.hardware.wifi.supplicant@1.1-adapter-helper",
168 ],
169 generated_sources: ["android.hardware.wifi.supplicant@1.1-adapter_genc++"],
170}