Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2016 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 | |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 17 | cc_library_static { |
| 18 | name: "VtsHalWifiV1_0TargetTestUtil", |
Yuexi Ma | d56539e | 2018-03-21 10:47:22 -0700 | [diff] [blame] | 19 | defaults: ["VtsHalTargetTestDefaults"], |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 20 | srcs: [ |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 21 | "wifi_hidl_call_util_selftest.cpp", |
| 22 | "wifi_hidl_test.cpp", |
Zhuoyao Zhang | 308f153 | 2018-02-08 21:17:39 -0800 | [diff] [blame] | 23 | "wifi_hidl_test_utils.cpp", |
| 24 | ], |
Roshan Pius | dbd83ef | 2017-06-20 12:05:40 -0700 | [diff] [blame] | 25 | export_include_dirs: [ |
| 26 | "." |
| 27 | ], |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 28 | shared_libs: [ |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 29 | "libnativehelper", |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 30 | ], |
Yuexi Ma | d56539e | 2018-03-21 10:47:22 -0700 | [diff] [blame] | 31 | static_libs: ["android.hardware.wifi@1.0"], |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 32 | } |
| 33 | |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 34 | cc_test { |
Zhuoyao Zhang | f7693ee | 2017-02-16 14:58:55 -0800 | [diff] [blame] | 35 | name: "VtsHalWifiV1_0TargetTest", |
Tri Vo | 6c2bd86 | 2017-08-01 13:14:53 -0700 | [diff] [blame] | 36 | defaults: ["VtsHalTargetTestDefaults"], |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 37 | srcs: [ |
Etan Cohen | 2d523c0 | 2017-03-23 08:11:47 -0700 | [diff] [blame] | 38 | "VtsHalWifiV1_0TargetTest.cpp", |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 39 | "wifi_ap_iface_hidl_test.cpp", |
| 40 | "wifi_chip_hidl_test.cpp", |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 41 | "wifi_p2p_iface_hidl_test.cpp", |
| 42 | "wifi_rtt_controller_hidl_test.cpp", |
Tri Vo | 6c2bd86 | 2017-08-01 13:14:53 -0700 | [diff] [blame] | 43 | "wifi_sta_iface_hidl_test.cpp", |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 44 | ], |
Tri Vo | 6c2bd86 | 2017-08-01 13:14:53 -0700 | [diff] [blame] | 45 | static_libs: [ |
| 46 | "VtsHalWifiV1_0TargetTestUtil", |
| 47 | "android.hardware.wifi@1.0", |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 48 | ], |
| 49 | } |
| 50 | |
| 51 | cc_test { |
| 52 | name: "VtsHalWifiNanV1_0TargetTest", |
Tri Vo | 6c2bd86 | 2017-08-01 13:14:53 -0700 | [diff] [blame] | 53 | defaults: ["VtsHalTargetTestDefaults"], |
Etan Cohen | 2d523c0 | 2017-03-23 08:11:47 -0700 | [diff] [blame] | 54 | srcs: [ |
| 55 | "VtsHalWifiV1_0TargetTest.cpp", |
Tri Vo | 6c2bd86 | 2017-08-01 13:14:53 -0700 | [diff] [blame] | 56 | "wifi_nan_iface_hidl_test.cpp", |
Etan Cohen | a49579b | 2017-03-10 10:43:31 -0800 | [diff] [blame] | 57 | ], |
Tri Vo | 6c2bd86 | 2017-08-01 13:14:53 -0700 | [diff] [blame] | 58 | static_libs: [ |
| 59 | "VtsHalWifiV1_0TargetTestUtil", |
| 60 | "android.hardware.wifi@1.0", |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 61 | ], |
Roshan Pius | 1ae4cbb | 2016-12-06 18:59:15 -0800 | [diff] [blame] | 62 | } |