blob: eab338ba3ab1966bca9e7467c6a4ac01687a55e7 [file] [log] [blame]
Roshan Pius1ae4cbb2016-12-06 18:59:15 -08001//
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
17cc_test {
Zhuoyao Zhangf7693ee2017-02-16 14:58:55 -080018 name: "VtsHalWifiV1_0TargetTest",
Steven Moreland691a4552017-03-08 15:58:46 -080019 defaults: ["hidl_defaults"],
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080020 srcs: [
Zhuoyao Zhangf7693ee2017-02-16 14:58:55 -080021 "VtsHalWifiV1_0TargetTest.cpp",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080022 "wifi_ap_iface_hidl_test.cpp",
23 "wifi_chip_hidl_test.cpp",
mukesh agrawal90f32172017-01-25 19:43:08 -080024 "wifi_hidl_call_util_selftest.cpp",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080025 "wifi_hidl_test.cpp",
26 "wifi_hidl_test_utils.cpp",
27 "wifi_nan_iface_hidl_test.cpp",
28 "wifi_p2p_iface_hidl_test.cpp",
29 "wifi_rtt_controller_hidl_test.cpp",
30 "wifi_sta_iface_hidl_test.cpp"],
31 shared_libs: [
32 "libbase",
33 "liblog",
34 "libcutils",
35 "libhidlbase",
36 "libhidltransport",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080037 "libnativehelper",
38 "libutils",
39 "android.hardware.wifi@1.0",
40 ],
Yuexi Ma6b872012017-03-10 00:42:13 -080041 static_libs: ["VtsHalHidlTargetTestBase"],
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080042 cflags: [
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080043 "-O0",
44 "-g",
45 ],
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080046}