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 { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame] | 18 | default_team: "trendy_team_fwk_wifi_hal", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 19 | // 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 | |
| 27 | cc_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 Biren | 4e6c9a2 | 2022-01-31 22:26:08 +0000 | [diff] [blame] | 37 | "libvndksupport", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 38 | ], |
| 39 | static_libs: [ |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 40 | "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", |
Gabriel Biren | 7d1bdeb | 2023-12-05 18:57:11 +0000 | [diff] [blame] | 46 | "android.hardware.wifi.common-V1-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 47 | "android.hardware.wifi.supplicant@1.0", |
| 48 | "android.hardware.wifi.supplicant@1.1", |
Sunil Ravi | 39f8625 | 2024-09-18 04:40:22 +0000 | [diff] [blame] | 49 | "android.hardware.wifi.supplicant-V4-ndk", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 50 | "libwifi-system", |
| 51 | "libwifi-system-iface", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 52 | "VtsHalWifiV1_0TargetTestUtil", |
| 53 | "VtsHalWifiV1_5TargetTestUtil", |
| 54 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
Les Lee | af860de | 2023-12-07 04:45:03 +0000 | [diff] [blame] | 55 | "android.hardware.wifi.common-V1-ndk", |
| 56 | "android.hardware.wifi-V2-ndk", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 57 | "VtsHalWifiTargetTestUtil", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 58 | ], |
| 59 | test_suites: [ |
| 60 | "general-tests", |
| 61 | "vts", |
| 62 | ], |
| 63 | } |
| 64 | |
| 65 | cc_test { |
| 66 | name: "VtsHalWifiSupplicantStaNetworkTargetTest", |
| 67 | defaults: [ |
| 68 | "VtsHalTargetTestDefaults", |
| 69 | "use_libaidlvintf_gtest_helper_static", |
| 70 | ], |
| 71 | srcs: ["supplicant_sta_network_aidl_test.cpp"], |
| 72 | shared_libs: [ |
| 73 | "libbinder", |
| 74 | "libbinder_ndk", |
Gabriel Biren | 4e6c9a2 | 2022-01-31 22:26:08 +0000 | [diff] [blame] | 75 | "libvndksupport", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 76 | ], |
| 77 | static_libs: [ |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 78 | "android.hardware.wifi@1.0", |
| 79 | "android.hardware.wifi@1.1", |
| 80 | "android.hardware.wifi@1.2", |
| 81 | "android.hardware.wifi@1.3", |
| 82 | "android.hardware.wifi@1.4", |
| 83 | "android.hardware.wifi@1.5", |
Gabriel Biren | 7d1bdeb | 2023-12-05 18:57:11 +0000 | [diff] [blame] | 84 | "android.hardware.wifi.common-V1-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 85 | "android.hardware.wifi.supplicant@1.0", |
| 86 | "android.hardware.wifi.supplicant@1.1", |
Sunil Ravi | 39f8625 | 2024-09-18 04:40:22 +0000 | [diff] [blame] | 87 | "android.hardware.wifi.supplicant-V4-ndk", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 88 | "libwifi-system", |
| 89 | "libwifi-system-iface", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 90 | "VtsHalWifiV1_0TargetTestUtil", |
| 91 | "VtsHalWifiV1_5TargetTestUtil", |
| 92 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
Les Lee | af860de | 2023-12-07 04:45:03 +0000 | [diff] [blame] | 93 | "android.hardware.wifi.common-V1-ndk", |
| 94 | "android.hardware.wifi-V2-ndk", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 95 | "VtsHalWifiTargetTestUtil", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 96 | ], |
| 97 | test_suites: [ |
| 98 | "general-tests", |
| 99 | "vts", |
| 100 | ], |
| 101 | } |
| 102 | |
| 103 | cc_test { |
| 104 | name: "VtsHalWifiSupplicantP2pIfaceTargetTest", |
| 105 | defaults: [ |
| 106 | "VtsHalTargetTestDefaults", |
| 107 | "use_libaidlvintf_gtest_helper_static", |
| 108 | ], |
| 109 | srcs: ["supplicant_p2p_iface_aidl_test.cpp"], |
| 110 | shared_libs: [ |
| 111 | "libbinder", |
| 112 | "libbinder_ndk", |
Gabriel Biren | 4e6c9a2 | 2022-01-31 22:26:08 +0000 | [diff] [blame] | 113 | "libvndksupport", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 114 | ], |
| 115 | static_libs: [ |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 116 | "android.hardware.wifi@1.0", |
| 117 | "android.hardware.wifi@1.1", |
| 118 | "android.hardware.wifi@1.2", |
| 119 | "android.hardware.wifi@1.3", |
| 120 | "android.hardware.wifi@1.4", |
| 121 | "android.hardware.wifi@1.5", |
Gabriel Biren | 7d1bdeb | 2023-12-05 18:57:11 +0000 | [diff] [blame] | 122 | "android.hardware.wifi.common-V1-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 123 | "android.hardware.wifi.supplicant@1.0", |
| 124 | "android.hardware.wifi.supplicant@1.1", |
Sunil Ravi | 39f8625 | 2024-09-18 04:40:22 +0000 | [diff] [blame] | 125 | "android.hardware.wifi.supplicant-V4-ndk", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 126 | "libwifi-system", |
| 127 | "libwifi-system-iface", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 128 | "VtsHalWifiV1_0TargetTestUtil", |
| 129 | "VtsHalWifiV1_5TargetTestUtil", |
| 130 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
Les Lee | af860de | 2023-12-07 04:45:03 +0000 | [diff] [blame] | 131 | "android.hardware.wifi.common-V1-ndk", |
| 132 | "android.hardware.wifi-V2-ndk", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 133 | "VtsHalWifiTargetTestUtil", |
Gabriel Biren | 28a4812 | 2021-10-26 21:00:47 +0000 | [diff] [blame] | 134 | ], |
| 135 | test_suites: [ |
| 136 | "general-tests", |
| 137 | "vts", |
| 138 | ], |
| 139 | } |