Ahmed ElArabawy | cc06445 | 2018-01-25 15:47:03 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2018 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 | |
Bob Badour | b224b36 | 2021-02-12 20:13:01 -0800 | [diff] [blame] | 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 | |
Ahmed ElArabawy | cc06445 | 2018-01-25 15:47:03 -0800 | [diff] [blame] | 26 | cc_test { |
| 27 | name: "VtsHalWifiV1_2TargetTest", |
| 28 | defaults: ["VtsHalTargetTestDefaults"], |
| 29 | srcs: [ |
Ahmed ElArabawy | cc06445 | 2018-01-25 15:47:03 -0800 | [diff] [blame] | 30 | "wifi_chip_hidl_test.cpp", |
Jong Wook Kim | b9f0ff9 | 2018-03-16 16:21:49 -0700 | [diff] [blame] | 31 | "wifi_sta_iface_hidl_test.cpp", |
Ahmed ElArabawy | cc06445 | 2018-01-25 15:47:03 -0800 | [diff] [blame] | 32 | ], |
| 33 | static_libs: [ |
| 34 | "VtsHalWifiV1_0TargetTestUtil", |
| 35 | "android.hardware.wifi@1.0", |
| 36 | "android.hardware.wifi@1.1", |
| 37 | "android.hardware.wifi@1.2", |
Ahmed ElArabawy | aa1e6b0 | 2019-01-02 10:07:05 -0800 | [diff] [blame] | 38 | "android.hardware.wifi@1.3", |
Nate Jiang | 9b7015c | 2020-05-14 18:06:26 -0700 | [diff] [blame] | 39 | "libwifi-system-iface", |
Ahmed ElArabawy | cc06445 | 2018-01-25 15:47:03 -0800 | [diff] [blame] | 40 | ], |
Dan Shi | 336fe46 | 2019-11-08 11:17:11 -0800 | [diff] [blame] | 41 | disable_framework: true, |
Nate Jiang | 9b7015c | 2020-05-14 18:06:26 -0700 | [diff] [blame] | 42 | test_suites: [ |
| 43 | "general-tests", |
| 44 | "vts", |
| 45 | ], |
Ahmed ElArabawy | cc06445 | 2018-01-25 15:47:03 -0800 | [diff] [blame] | 46 | } |
Etan Cohen | 1ffc534 | 2018-04-10 09:43:01 -0700 | [diff] [blame] | 47 | |
| 48 | cc_test { |
| 49 | name: "VtsHalWifiNanV1_2TargetTest", |
| 50 | defaults: ["VtsHalTargetTestDefaults"], |
| 51 | srcs: [ |
Etan Cohen | 1ffc534 | 2018-04-10 09:43:01 -0700 | [diff] [blame] | 52 | "wifi_nan_iface_hidl_test.cpp", |
| 53 | ], |
| 54 | static_libs: [ |
| 55 | "VtsHalWifiV1_0TargetTestUtil", |
| 56 | "android.hardware.wifi@1.0", |
| 57 | "android.hardware.wifi@1.1", |
| 58 | "android.hardware.wifi@1.2", |
Nate Jiang | 9b7015c | 2020-05-14 18:06:26 -0700 | [diff] [blame] | 59 | "libwifi-system-iface", |
Etan Cohen | 1ffc534 | 2018-04-10 09:43:01 -0700 | [diff] [blame] | 60 | ], |
Nate Jiang | 9b7015c | 2020-05-14 18:06:26 -0700 | [diff] [blame] | 61 | test_suites: [ |
| 62 | "general-tests", |
| 63 | "vts", |
| 64 | ], |
Etan Cohen | 1ffc534 | 2018-04-10 09:43:01 -0700 | [diff] [blame] | 65 | } |