Kai Shi | 5118e4f | 2020-08-12 18:56:43 -0700 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2020 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_library_static { |
| 18 | name: "VtsHalWifiSupplicantV1_4TargetTestUtil", |
| 19 | defaults: ["VtsHalTargetTestDefaults"], |
| 20 | srcs: ["supplicant_hidl_test_utils_1_4.cpp"], |
| 21 | export_include_dirs: [ |
| 22 | ".", |
| 23 | ], |
| 24 | static_libs: [ |
| 25 | "VtsHalWifiV1_0TargetTestUtil", |
| 26 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
| 27 | "VtsHalWifiSupplicantV1_1TargetTestUtil", |
| 28 | "VtsHalWifiSupplicantV1_2TargetTestUtil", |
| 29 | "VtsHalWifiSupplicantV1_3TargetTestUtil", |
| 30 | "android.hardware.wifi.supplicant@1.0", |
| 31 | "android.hardware.wifi.supplicant@1.1", |
| 32 | "android.hardware.wifi.supplicant@1.2", |
| 33 | "android.hardware.wifi.supplicant@1.3", |
| 34 | "android.hardware.wifi.supplicant@1.4", |
| 35 | "android.hardware.wifi@1.0", |
| 36 | "libgmock", |
| 37 | "libwifi-system", |
| 38 | "libwifi-system-iface", |
| 39 | ], |
| 40 | } |
| 41 | |
| 42 | cc_test { |
| 43 | name: "VtsHalWifiSupplicantV1_4TargetTest", |
| 44 | defaults: ["VtsHalTargetTestDefaults"], |
| 45 | srcs: [ |
| 46 | "supplicant_sta_iface_hidl_test.cpp", |
| 47 | ], |
| 48 | static_libs: [ |
| 49 | "VtsHalWifiV1_0TargetTestUtil", |
| 50 | "VtsHalWifiSupplicantV1_0TargetTestUtil", |
| 51 | "VtsHalWifiSupplicantV1_1TargetTestUtil", |
| 52 | "VtsHalWifiSupplicantV1_2TargetTestUtil", |
| 53 | "VtsHalWifiSupplicantV1_3TargetTestUtil", |
| 54 | "VtsHalWifiSupplicantV1_4TargetTestUtil", |
| 55 | "android.hardware.wifi.supplicant@1.0", |
| 56 | "android.hardware.wifi.supplicant@1.1", |
| 57 | "android.hardware.wifi.supplicant@1.2", |
| 58 | "android.hardware.wifi.supplicant@1.3", |
| 59 | "android.hardware.wifi.supplicant@1.4", |
| 60 | "android.hardware.wifi@1.0", |
| 61 | "android.hardware.wifi@1.1", |
| 62 | "libgmock", |
| 63 | "libwifi-system", |
| 64 | "libwifi-system-iface", |
| 65 | ], |
| 66 | test_suites: [ |
| 67 | "general-tests", |
| 68 | "vts", |
| 69 | ], |
| 70 | disable_framework: true, |
| 71 | } |