blob: de917c0bd238c12491bf0caf0a5fbd325d908ee3 [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",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080019 srcs: [
Zhuoyao Zhangf7693ee2017-02-16 14:58:55 -080020 "VtsHalWifiV1_0TargetTest.cpp",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080021 "wifi_ap_iface_hidl_test.cpp",
22 "wifi_chip_hidl_test.cpp",
mukesh agrawal90f32172017-01-25 19:43:08 -080023 "wifi_hidl_call_util_selftest.cpp",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080024 "wifi_hidl_test.cpp",
25 "wifi_hidl_test_utils.cpp",
26 "wifi_nan_iface_hidl_test.cpp",
27 "wifi_p2p_iface_hidl_test.cpp",
28 "wifi_rtt_controller_hidl_test.cpp",
29 "wifi_sta_iface_hidl_test.cpp"],
30 shared_libs: [
31 "libbase",
32 "liblog",
33 "libcutils",
34 "libhidlbase",
35 "libhidltransport",
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080036 "libnativehelper",
37 "libutils",
38 "android.hardware.wifi@1.0",
39 ],
Yuexi Ma178dfd52017-02-24 13:17:02 -080040 static_libs: ["VtsHalHidlTargetBaseTest"],
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080041 cflags: [
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080042 "-O0",
43 "-g",
44 ],
Roshan Pius1ae4cbb2016-12-06 18:59:15 -080045}