blob: 03a708779cc84a8ee5d1f28ea198b8c099261cdc [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 {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +000018 default_team: "trendy_team_fwk_wifi_hal",
Gabriel Biren28a48122021-10-26 21:00:47 +000019 // See: http://go/android-license-faq
20 // A large-scale-change added 'default_applicable_licenses' to import
21 // all of the 'license_kinds' from "hardware_interfaces_license"
22 // to get the below license kinds:
23 // SPDX-license-identifier-Apache-2.0
24 default_applicable_licenses: ["hardware_interfaces_license"],
25}
26
27cc_test {
28 name: "VtsHalWifiSupplicantStaIfaceTargetTest",
29 defaults: [
30 "VtsHalTargetTestDefaults",
31 "use_libaidlvintf_gtest_helper_static",
32 ],
33 srcs: ["supplicant_sta_iface_aidl_test.cpp"],
34 shared_libs: [
35 "libbinder",
36 "libbinder_ndk",
Gabriel Biren4e6c9a22022-01-31 22:26:08 +000037 "libvndksupport",
Gabriel Biren28a48122021-10-26 21:00:47 +000038 ],
39 static_libs: [
Gabriel Birene80aabb2022-12-01 22:24:16 +000040 "android.hardware.wifi@1.0",
41 "android.hardware.wifi@1.1",
42 "android.hardware.wifi@1.2",
43 "android.hardware.wifi@1.3",
44 "android.hardware.wifi@1.4",
45 "android.hardware.wifi@1.5",
46 "android.hardware.wifi.supplicant@1.0",
47 "android.hardware.wifi.supplicant@1.1",
Biswarup Pal76514eb2022-11-05 14:13:09 +000048 "android.hardware.wifi.supplicant-V2-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",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000054 "android.hardware.wifi-V1-ndk",
55 "VtsHalWifiTargetTestUtil",
Gabriel Biren28a48122021-10-26 21:00:47 +000056 ],
57 test_suites: [
58 "general-tests",
59 "vts",
60 ],
61}
62
63cc_test {
64 name: "VtsHalWifiSupplicantStaNetworkTargetTest",
65 defaults: [
66 "VtsHalTargetTestDefaults",
67 "use_libaidlvintf_gtest_helper_static",
68 ],
69 srcs: ["supplicant_sta_network_aidl_test.cpp"],
70 shared_libs: [
71 "libbinder",
72 "libbinder_ndk",
Gabriel Biren4e6c9a22022-01-31 22:26:08 +000073 "libvndksupport",
Gabriel Biren28a48122021-10-26 21:00:47 +000074 ],
75 static_libs: [
Gabriel Birene80aabb2022-12-01 22:24:16 +000076 "android.hardware.wifi@1.0",
77 "android.hardware.wifi@1.1",
78 "android.hardware.wifi@1.2",
79 "android.hardware.wifi@1.3",
80 "android.hardware.wifi@1.4",
81 "android.hardware.wifi@1.5",
82 "android.hardware.wifi.supplicant@1.0",
83 "android.hardware.wifi.supplicant@1.1",
Biswarup Pal76514eb2022-11-05 14:13:09 +000084 "android.hardware.wifi.supplicant-V2-ndk",
Gabriel Biren28a48122021-10-26 21:00:47 +000085 "libwifi-system",
86 "libwifi-system-iface",
Gabriel Birene80aabb2022-12-01 22:24:16 +000087 "VtsHalWifiV1_0TargetTestUtil",
88 "VtsHalWifiV1_5TargetTestUtil",
89 "VtsHalWifiSupplicantV1_0TargetTestUtil",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000090 "android.hardware.wifi-V1-ndk",
91 "VtsHalWifiTargetTestUtil",
Gabriel Biren28a48122021-10-26 21:00:47 +000092 ],
93 test_suites: [
94 "general-tests",
95 "vts",
96 ],
97}
98
99cc_test {
100 name: "VtsHalWifiSupplicantP2pIfaceTargetTest",
101 defaults: [
102 "VtsHalTargetTestDefaults",
103 "use_libaidlvintf_gtest_helper_static",
104 ],
105 srcs: ["supplicant_p2p_iface_aidl_test.cpp"],
106 shared_libs: [
107 "libbinder",
108 "libbinder_ndk",
Gabriel Biren4e6c9a22022-01-31 22:26:08 +0000109 "libvndksupport",
Gabriel Biren28a48122021-10-26 21:00:47 +0000110 ],
111 static_libs: [
Gabriel Birene80aabb2022-12-01 22:24:16 +0000112 "android.hardware.wifi@1.0",
113 "android.hardware.wifi@1.1",
114 "android.hardware.wifi@1.2",
115 "android.hardware.wifi@1.3",
116 "android.hardware.wifi@1.4",
117 "android.hardware.wifi@1.5",
118 "android.hardware.wifi.supplicant@1.0",
119 "android.hardware.wifi.supplicant@1.1",
Biswarup Pal76514eb2022-11-05 14:13:09 +0000120 "android.hardware.wifi.supplicant-V2-ndk",
Gabriel Biren28a48122021-10-26 21:00:47 +0000121 "libwifi-system",
122 "libwifi-system-iface",
Gabriel Birene80aabb2022-12-01 22:24:16 +0000123 "VtsHalWifiV1_0TargetTestUtil",
124 "VtsHalWifiV1_5TargetTestUtil",
125 "VtsHalWifiSupplicantV1_0TargetTestUtil",
Gabriel Birenbd150ea2022-11-04 21:45:53 +0000126 "android.hardware.wifi-V1-ndk",
127 "VtsHalWifiTargetTestUtil",
Gabriel Biren28a48122021-10-26 21:00:47 +0000128 ],
129 test_suites: [
130 "general-tests",
131 "vts",
132 ],
133}