Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 1 | // |
| 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 | |
| 17 | package { |
| 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 | |
| 26 | cc_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 Biren | 4e6c9a2 | 2022-01-31 22:26:08 +0000 | [diff] [blame] | 36 | "libvndksupport", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 37 | ], |
| 38 | static_libs: [ |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 39 | "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 Biren | 7d1bdeb | 2023-12-05 18:57:11 +0000 | [diff] [blame] | 45 | "android.hardware.wifi.common-V1-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 46 | "android.hardware.wifi.supplicant@1.0", |
| 47 | "android.hardware.wifi.supplicant@1.1", |
Sunil Ravi | 08c4c46 | 2023-11-07 00:06:59 +0000 | [diff] [blame] | 48 | "android.hardware.wifi.supplicant-V3-ndk", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 49 | "libwifi-system", |
| 50 | "libwifi-system-iface", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 51 | "VtsHalWifiV1_0TargetTestUtil", |
| 52 | "VtsHalWifiV1_5TargetTestUtil", |
| 53 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
Les Lee | af860de | 2023-12-07 04:45:03 +0000 | [diff] [blame] | 54 | "android.hardware.wifi.common-V1-ndk", |
| 55 | "android.hardware.wifi-V2-ndk", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 56 | "VtsHalWifiTargetTestUtil", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 57 | ], |
| 58 | test_suites: [ |
| 59 | "general-tests", |
| 60 | "vts", |
| 61 | ], |
| 62 | } |
| 63 | |
| 64 | cc_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 Biren | 4e6c9a2 | 2022-01-31 22:26:08 +0000 | [diff] [blame] | 74 | "libvndksupport", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 75 | ], |
| 76 | static_libs: [ |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 77 | "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 Biren | 7d1bdeb | 2023-12-05 18:57:11 +0000 | [diff] [blame] | 83 | "android.hardware.wifi.common-V1-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 84 | "android.hardware.wifi.supplicant@1.0", |
| 85 | "android.hardware.wifi.supplicant@1.1", |
Sunil Ravi | 08c4c46 | 2023-11-07 00:06:59 +0000 | [diff] [blame] | 86 | "android.hardware.wifi.supplicant-V3-ndk", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 87 | "libwifi-system", |
| 88 | "libwifi-system-iface", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 89 | "VtsHalWifiV1_0TargetTestUtil", |
| 90 | "VtsHalWifiV1_5TargetTestUtil", |
| 91 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
Les Lee | af860de | 2023-12-07 04:45:03 +0000 | [diff] [blame] | 92 | "android.hardware.wifi.common-V1-ndk", |
| 93 | "android.hardware.wifi-V2-ndk", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 94 | "VtsHalWifiTargetTestUtil", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 95 | ], |
| 96 | test_suites: [ |
| 97 | "general-tests", |
| 98 | "vts", |
| 99 | ], |
| 100 | } |
| 101 | |
| 102 | cc_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 Biren | 4e6c9a2 | 2022-01-31 22:26:08 +0000 | [diff] [blame] | 112 | "libvndksupport", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 113 | ], |
| 114 | static_libs: [ |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 115 | "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 Biren | 7d1bdeb | 2023-12-05 18:57:11 +0000 | [diff] [blame] | 121 | "android.hardware.wifi.common-V1-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 122 | "android.hardware.wifi.supplicant@1.0", |
| 123 | "android.hardware.wifi.supplicant@1.1", |
Sunil Ravi | 08c4c46 | 2023-11-07 00:06:59 +0000 | [diff] [blame] | 124 | "android.hardware.wifi.supplicant-V3-ndk", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 125 | "libwifi-system", |
| 126 | "libwifi-system-iface", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 127 | "VtsHalWifiV1_0TargetTestUtil", |
| 128 | "VtsHalWifiV1_5TargetTestUtil", |
| 129 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
Les Lee | af860de | 2023-12-07 04:45:03 +0000 | [diff] [blame] | 130 | "android.hardware.wifi.common-V1-ndk", |
| 131 | "android.hardware.wifi-V2-ndk", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 132 | "VtsHalWifiTargetTestUtil", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 133 | ], |
| 134 | test_suites: [ |
| 135 | "general-tests", |
| 136 | "vts", |
| 137 | ], |
| 138 | } |