blob: 96c13e701fc79e17e3e6ce0ddd3defe4e1f1373f [file] [log] [blame]
Gabriel Biren28a48122021-10-26 21:00:47 +00001//
2// Copyright (C) 2021 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16
17package {
18 // See: http://go/android-license-faq
19 // A large-scale-change added 'default_applicable_licenses' to import
20 // all of the 'license_kinds' from "hardware_interfaces_license"
21 // to get the below license kinds:
22 // SPDX-license-identifier-Apache-2.0
23 default_applicable_licenses: ["hardware_interfaces_license"],
24}
25
26cc_test {
27 name: "VtsHalWifiSupplicantStaIfaceTargetTest",
28 defaults: [
29 "VtsHalTargetTestDefaults",
30 "use_libaidlvintf_gtest_helper_static",
31 ],
32 srcs: ["supplicant_sta_iface_aidl_test.cpp"],
33 shared_libs: [
34 "libbinder",
35 "libbinder_ndk",
Gabriel Biren4e6c9a22022-01-31 22:26:08 +000036 "libvndksupport",
Gabriel Biren28a48122021-10-26 21:00:47 +000037 ],
38 static_libs: [
Gabriel Birene80aabb2022-12-01 22:24:16 +000039 "android.hardware.wifi@1.0",
40 "android.hardware.wifi@1.1",
41 "android.hardware.wifi@1.2",
42 "android.hardware.wifi@1.3",
43 "android.hardware.wifi@1.4",
44 "android.hardware.wifi@1.5",
Gabriel Biren7d1bdeb2023-12-05 18:57:11 +000045 "android.hardware.wifi.common-V1-ndk",
Gabriel Birene80aabb2022-12-01 22:24:16 +000046 "android.hardware.wifi.supplicant@1.0",
47 "android.hardware.wifi.supplicant@1.1",
Sunil Ravi08c4c462023-11-07 00:06:59 +000048 "android.hardware.wifi.supplicant-V3-ndk",
Gabriel Biren28a48122021-10-26 21:00:47 +000049 "libwifi-system",
50 "libwifi-system-iface",
Gabriel Birene80aabb2022-12-01 22:24:16 +000051 "VtsHalWifiV1_0TargetTestUtil",
52 "VtsHalWifiV1_5TargetTestUtil",
53 "VtsHalWifiSupplicantV1_0TargetTestUtil",
Les Leeaf860de2023-12-07 04:45:03 +000054 "android.hardware.wifi.common-V1-ndk",
55 "android.hardware.wifi-V2-ndk",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000056 "VtsHalWifiTargetTestUtil",
Gabriel Biren28a48122021-10-26 21:00:47 +000057 ],
58 test_suites: [
59 "general-tests",
60 "vts",
61 ],
62}
63
64cc_test {
65 name: "VtsHalWifiSupplicantStaNetworkTargetTest",
66 defaults: [
67 "VtsHalTargetTestDefaults",
68 "use_libaidlvintf_gtest_helper_static",
69 ],
70 srcs: ["supplicant_sta_network_aidl_test.cpp"],
71 shared_libs: [
72 "libbinder",
73 "libbinder_ndk",
Gabriel Biren4e6c9a22022-01-31 22:26:08 +000074 "libvndksupport",
Gabriel Biren28a48122021-10-26 21:00:47 +000075 ],
76 static_libs: [
Gabriel Birene80aabb2022-12-01 22:24:16 +000077 "android.hardware.wifi@1.0",
78 "android.hardware.wifi@1.1",
79 "android.hardware.wifi@1.2",
80 "android.hardware.wifi@1.3",
81 "android.hardware.wifi@1.4",
82 "android.hardware.wifi@1.5",
Gabriel Biren7d1bdeb2023-12-05 18:57:11 +000083 "android.hardware.wifi.common-V1-ndk",
Gabriel Birene80aabb2022-12-01 22:24:16 +000084 "android.hardware.wifi.supplicant@1.0",
85 "android.hardware.wifi.supplicant@1.1",
Sunil Ravi08c4c462023-11-07 00:06:59 +000086 "android.hardware.wifi.supplicant-V3-ndk",
Gabriel Biren28a48122021-10-26 21:00:47 +000087 "libwifi-system",
88 "libwifi-system-iface",
Gabriel Birene80aabb2022-12-01 22:24:16 +000089 "VtsHalWifiV1_0TargetTestUtil",
90 "VtsHalWifiV1_5TargetTestUtil",
91 "VtsHalWifiSupplicantV1_0TargetTestUtil",
Les Leeaf860de2023-12-07 04:45:03 +000092 "android.hardware.wifi.common-V1-ndk",
93 "android.hardware.wifi-V2-ndk",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000094 "VtsHalWifiTargetTestUtil",
Gabriel Biren28a48122021-10-26 21:00:47 +000095 ],
96 test_suites: [
97 "general-tests",
98 "vts",
99 ],
100}
101
102cc_test {
103 name: "VtsHalWifiSupplicantP2pIfaceTargetTest",
104 defaults: [
105 "VtsHalTargetTestDefaults",
106 "use_libaidlvintf_gtest_helper_static",
107 ],
108 srcs: ["supplicant_p2p_iface_aidl_test.cpp"],
109 shared_libs: [
110 "libbinder",
111 "libbinder_ndk",
Gabriel Biren4e6c9a22022-01-31 22:26:08 +0000112 "libvndksupport",
Gabriel Biren28a48122021-10-26 21:00:47 +0000113 ],
114 static_libs: [
Gabriel Birene80aabb2022-12-01 22:24:16 +0000115 "android.hardware.wifi@1.0",
116 "android.hardware.wifi@1.1",
117 "android.hardware.wifi@1.2",
118 "android.hardware.wifi@1.3",
119 "android.hardware.wifi@1.4",
120 "android.hardware.wifi@1.5",
Gabriel Biren7d1bdeb2023-12-05 18:57:11 +0000121 "android.hardware.wifi.common-V1-ndk",
Gabriel Birene80aabb2022-12-01 22:24:16 +0000122 "android.hardware.wifi.supplicant@1.0",
123 "android.hardware.wifi.supplicant@1.1",
Sunil Ravi08c4c462023-11-07 00:06:59 +0000124 "android.hardware.wifi.supplicant-V3-ndk",
Gabriel Biren28a48122021-10-26 21:00:47 +0000125 "libwifi-system",
126 "libwifi-system-iface",
Gabriel Birene80aabb2022-12-01 22:24:16 +0000127 "VtsHalWifiV1_0TargetTestUtil",
128 "VtsHalWifiV1_5TargetTestUtil",
129 "VtsHalWifiSupplicantV1_0TargetTestUtil",
Les Leeaf860de2023-12-07 04:45:03 +0000130 "android.hardware.wifi.common-V1-ndk",
131 "android.hardware.wifi-V2-ndk",
Gabriel Birenbd150ea2022-11-04 21:45:53 +0000132 "VtsHalWifiTargetTestUtil",
Gabriel Biren28a48122021-10-26 21:00:47 +0000133 ],
134 test_suites: [
135 "general-tests",
136 "vts",
137 ],
138}