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