1060ff233Sopenharmony_ci# Copyright (c) 2022-2024 Huawei Device Co., Ltd. 2060ff233Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3060ff233Sopenharmony_ci# you may not use this file except in compliance with the License. 4060ff233Sopenharmony_ci# You may obtain a copy of the License at 5060ff233Sopenharmony_ci# 6060ff233Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7060ff233Sopenharmony_ci# 8060ff233Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9060ff233Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10060ff233Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11060ff233Sopenharmony_ci# See the License for the specific language governing permissions and 12060ff233Sopenharmony_ci# limitations under the License. 13060ff233Sopenharmony_ci 14060ff233Sopenharmony_ciimport("//build/test.gni") 15060ff233Sopenharmony_ciimport("../../../../core/common/dfx/dsoftbus_dfx.gni") 16060ff233Sopenharmony_ciimport("../../../../dsoftbus.gni") 17060ff233Sopenharmony_ci 18060ff233Sopenharmony_cimodule_output_path = "dsoftbus/transmission" 19060ff233Sopenharmony_cidsoftbus_root_path = "../../../.." 20060ff233Sopenharmony_ci 21060ff233Sopenharmony_ciohos_unittest("TransClientSessionManagerTest") { 22060ff233Sopenharmony_ci module_out_path = module_output_path 23060ff233Sopenharmony_ci sources = [ "client_trans_session_manager_test.cpp" ] 24060ff233Sopenharmony_ci 25060ff233Sopenharmony_ci include_dirs = [ 26060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common/include", 27060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame/common/include", 28060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/common/include", 29060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/include", 30060ff233Sopenharmony_ci "$dsoftbus_root_path/core/authentication/interface", 31060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/interface", 32060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/session/include", 33060ff233Sopenharmony_ci "$dsoftbus_root_path/core/connection/interface", 34060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/common/include", 35060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/manager/include", 36060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/interface", 37060ff233Sopenharmony_ci ] 38060ff233Sopenharmony_ci 39060ff233Sopenharmony_ci deps = [ 40060ff233Sopenharmony_ci "$dsoftbus_dfx_path/log:softbus_dfx_log", 41060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 42060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame:softbus_server", 43060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 44060ff233Sopenharmony_ci ] 45060ff233Sopenharmony_ci 46060ff233Sopenharmony_ci if (is_standard_system) { 47060ff233Sopenharmony_ci external_deps = [ 48060ff233Sopenharmony_ci "c_utils:utils", 49060ff233Sopenharmony_ci "hilog:libhilog", 50060ff233Sopenharmony_ci ] 51060ff233Sopenharmony_ci } else { 52060ff233Sopenharmony_ci external_deps = [ 53060ff233Sopenharmony_ci "c_utils:utils", 54060ff233Sopenharmony_ci "hilog:libhilog", 55060ff233Sopenharmony_ci ] 56060ff233Sopenharmony_ci } 57060ff233Sopenharmony_ci} 58060ff233Sopenharmony_ci 59060ff233Sopenharmony_ciohos_unittest("TransClientSessionServiceTest") { 60060ff233Sopenharmony_ci module_out_path = module_output_path 61060ff233Sopenharmony_ci sources = [ "client_trans_session_service_test.cpp" ] 62060ff233Sopenharmony_ci 63060ff233Sopenharmony_ci include_dirs = [ 64060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common/include", 65060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame/common/include", 66060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/common/include", 67060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/include", 68060ff233Sopenharmony_ci "$dsoftbus_root_path/adapter/default_config/spec_config", 69060ff233Sopenharmony_ci "$dsoftbus_root_path/core/connection/interface", 70060ff233Sopenharmony_ci "$dsoftbus_root_path/core/authentication/interface", 71060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/interface", 72060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/session/include", 73060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/common/include", 74060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/manager/include", 75060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/interface", 76060ff233Sopenharmony_ci ] 77060ff233Sopenharmony_ci 78060ff233Sopenharmony_ci deps = [ 79060ff233Sopenharmony_ci "$dsoftbus_dfx_path/log:softbus_dfx_log", 80060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 81060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame:softbus_server", 82060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 83060ff233Sopenharmony_ci ] 84060ff233Sopenharmony_ci 85060ff233Sopenharmony_ci if (is_standard_system) { 86060ff233Sopenharmony_ci external_deps = [ 87060ff233Sopenharmony_ci "c_utils:utils", 88060ff233Sopenharmony_ci "hilog:libhilog", 89060ff233Sopenharmony_ci ] 90060ff233Sopenharmony_ci } else { 91060ff233Sopenharmony_ci external_deps = [ 92060ff233Sopenharmony_ci "c_utils:utils", 93060ff233Sopenharmony_ci "hilog:libhilog", 94060ff233Sopenharmony_ci ] 95060ff233Sopenharmony_ci } 96060ff233Sopenharmony_ci} 97060ff233Sopenharmony_ci 98060ff233Sopenharmony_ciohos_unittest("TransClientSessionCallbackTest") { 99060ff233Sopenharmony_ci module_out_path = module_output_path 100060ff233Sopenharmony_ci sources = [ "client_trans_session_callback_test.cpp" ] 101060ff233Sopenharmony_ci 102060ff233Sopenharmony_ci include_dirs = [ 103060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common/include", 104060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame/common/include", 105060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/common/include", 106060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/include", 107060ff233Sopenharmony_ci "$dsoftbus_root_path/adapter/default_config/spec_config", 108060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/src", 109060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/proxy/include", 110060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/udp/file/include", 111060ff233Sopenharmony_ci "$dsoftbus_root_path/core/connection/interface", 112060ff233Sopenharmony_ci "$dsoftbus_root_path/core/authentication/interface", 113060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/interface", 114060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/session/include", 115060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/common/include", 116060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/manager/include", 117060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/interface", 118060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/udp/common/include", 119060ff233Sopenharmony_ci ] 120060ff233Sopenharmony_ci 121060ff233Sopenharmony_ci deps = [ 122060ff233Sopenharmony_ci "$dsoftbus_dfx_path/log:softbus_dfx_log", 123060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 124060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame:softbus_server", 125060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 126060ff233Sopenharmony_ci ] 127060ff233Sopenharmony_ci 128060ff233Sopenharmony_ci if (is_standard_system) { 129060ff233Sopenharmony_ci external_deps = [ 130060ff233Sopenharmony_ci "c_utils:utils", 131060ff233Sopenharmony_ci "hilog:libhilog", 132060ff233Sopenharmony_ci ] 133060ff233Sopenharmony_ci } else { 134060ff233Sopenharmony_ci external_deps = [ 135060ff233Sopenharmony_ci "c_utils:utils", 136060ff233Sopenharmony_ci "hilog:libhilog", 137060ff233Sopenharmony_ci ] 138060ff233Sopenharmony_ci } 139060ff233Sopenharmony_ci} 140060ff233Sopenharmony_ci 141060ff233Sopenharmony_ciohos_unittest("TransClientMsgServiceTest") { 142060ff233Sopenharmony_ci module_out_path = module_output_path 143060ff233Sopenharmony_ci sources = [ "client_trans_message_service_test.cpp" ] 144060ff233Sopenharmony_ci 145060ff233Sopenharmony_ci include_dirs = [ 146060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common/include", 147060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame/common/include", 148060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/common/include", 149060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/include", 150060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/src", 151060ff233Sopenharmony_ci "$dsoftbus_root_path/interfaces/inner_kits/transport", 152060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/statistics/include", 153060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/udp/file/include", 154060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/manager/include", 155060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/frame/common/include", 156060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk/common/include", 157060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/udp/common/include", 158060ff233Sopenharmony_ci "$dsoftbus_root_path/core/connection/interface", 159060ff233Sopenharmony_ci "$dsoftbus_root_path/core/authentication/interface", 160060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/interface", 161060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/session/include", 162060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/common/include", 163060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/manager/include", 164060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/interface", 165060ff233Sopenharmony_ci ] 166060ff233Sopenharmony_ci 167060ff233Sopenharmony_ci deps = [ 168060ff233Sopenharmony_ci "$dsoftbus_dfx_path/log:softbus_dfx_log", 169060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 170060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame:softbus_server", 171060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 172060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk/common:softbus_access_token_test", 173060ff233Sopenharmony_ci ] 174060ff233Sopenharmony_ci 175060ff233Sopenharmony_ci if (is_standard_system) { 176060ff233Sopenharmony_ci external_deps = [ 177060ff233Sopenharmony_ci "c_utils:utils", 178060ff233Sopenharmony_ci "hilog:libhilog", 179060ff233Sopenharmony_ci ] 180060ff233Sopenharmony_ci } else { 181060ff233Sopenharmony_ci external_deps = [ 182060ff233Sopenharmony_ci "c_utils:utils", 183060ff233Sopenharmony_ci "hilog:libhilog", 184060ff233Sopenharmony_ci ] 185060ff233Sopenharmony_ci } 186060ff233Sopenharmony_ci} 187060ff233Sopenharmony_ci 188060ff233Sopenharmony_ciohos_unittest("TransClientSessionTest") { 189060ff233Sopenharmony_ci module_out_path = module_output_path 190060ff233Sopenharmony_ci sources = [ "client_trans_session_test.cpp" ] 191060ff233Sopenharmony_ci 192060ff233Sopenharmony_ci include_dirs = [ 193060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common/include", 194060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame/common/include", 195060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/common/include", 196060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/include", 197060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/src", 198060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/proxy/include", 199060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/udp/file/include", 200060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/qos/include", 201060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/manager/include", 202060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/frame/common/include", 203060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/ipc/include", 204060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk/common/include", 205060ff233Sopenharmony_ci "$dsoftbus_root_path/interfaces/kits/common", 206060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/bus_center/manager/include", 207060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/tcp_direct/include", 208060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/trans_channel/udp/common/include", 209060ff233Sopenharmony_ci "$dsoftbus_root_path/core/connection/interface", 210060ff233Sopenharmony_ci "$dsoftbus_root_path/core/authentication/interface", 211060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/interface", 212060ff233Sopenharmony_ci "$dsoftbus_root_path/core/transmission/session/include", 213060ff233Sopenharmony_ci "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/common/include", 214060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/manager/include", 215060ff233Sopenharmony_ci "$dsoftbus_root_path/core/discovery/interface", 216060ff233Sopenharmony_ci ] 217060ff233Sopenharmony_ci 218060ff233Sopenharmony_ci deps = [ 219060ff233Sopenharmony_ci "$dsoftbus_dfx_path/log:softbus_dfx_log", 220060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 221060ff233Sopenharmony_ci "$dsoftbus_root_path/core/frame:softbus_server", 222060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 223060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk/common:softbus_access_token_test", 224060ff233Sopenharmony_ci ] 225060ff233Sopenharmony_ci 226060ff233Sopenharmony_ci if (is_standard_system) { 227060ff233Sopenharmony_ci external_deps = [ 228060ff233Sopenharmony_ci "access_token:libtoken_setproc", 229060ff233Sopenharmony_ci "c_utils:utils", 230060ff233Sopenharmony_ci "hilog:libhilog", 231060ff233Sopenharmony_ci ] 232060ff233Sopenharmony_ci } else { 233060ff233Sopenharmony_ci external_deps = [ 234060ff233Sopenharmony_ci "c_utils:utils", 235060ff233Sopenharmony_ci "hilog:libhilog", 236060ff233Sopenharmony_ci ] 237060ff233Sopenharmony_ci } 238060ff233Sopenharmony_ci} 239060ff233Sopenharmony_ci 240060ff233Sopenharmony_ciohos_unittest("TransClientSocketServiceTest") { 241060ff233Sopenharmony_ci module_out_path = module_output_path 242060ff233Sopenharmony_ci sources = [ "client_trans_socket_service_test.cpp" ] 243060ff233Sopenharmony_ci 244060ff233Sopenharmony_ci deps = [ "$dsoftbus_root_path/tests/sdk:softbus_client_static" ] 245060ff233Sopenharmony_ci 246060ff233Sopenharmony_ci if (is_standard_system) { 247060ff233Sopenharmony_ci external_deps = [ 248060ff233Sopenharmony_ci "c_utils:utils", 249060ff233Sopenharmony_ci "hilog:libhilog", 250060ff233Sopenharmony_ci ] 251060ff233Sopenharmony_ci } else { 252060ff233Sopenharmony_ci external_deps = [ 253060ff233Sopenharmony_ci "c_utils:utils", 254060ff233Sopenharmony_ci "hilog:libhilog", 255060ff233Sopenharmony_ci ] 256060ff233Sopenharmony_ci } 257060ff233Sopenharmony_ci} 258060ff233Sopenharmony_ci 259060ff233Sopenharmony_ciohos_unittest("TransClientSocketTest") { 260060ff233Sopenharmony_ci module_out_path = module_output_path 261060ff233Sopenharmony_ci sources = [ "client_trans_inner_socket_test.cpp" ] 262060ff233Sopenharmony_ci 263060ff233Sopenharmony_ci deps = [ "$dsoftbus_root_path/tests/sdk:softbus_client_static" ] 264060ff233Sopenharmony_ci 265060ff233Sopenharmony_ci if (is_standard_system) { 266060ff233Sopenharmony_ci external_deps = [ 267060ff233Sopenharmony_ci "access_token:libaccesstoken_sdk", 268060ff233Sopenharmony_ci "access_token:libnativetoken", 269060ff233Sopenharmony_ci "access_token:libtoken_setproc", 270060ff233Sopenharmony_ci "c_utils:utils", 271060ff233Sopenharmony_ci "hilog:libhilog", 272060ff233Sopenharmony_ci ] 273060ff233Sopenharmony_ci } else { 274060ff233Sopenharmony_ci external_deps = [ 275060ff233Sopenharmony_ci "c_utils:utils", 276060ff233Sopenharmony_ci "hilog:libhilog", 277060ff233Sopenharmony_ci ] 278060ff233Sopenharmony_ci } 279060ff233Sopenharmony_ci} 280060ff233Sopenharmony_ci 281060ff233Sopenharmony_ciohos_unittest("SessionMockTest") { 282060ff233Sopenharmony_ci module_out_path = module_output_path 283060ff233Sopenharmony_ci sources = [ "session_mock_test.cpp" ] 284060ff233Sopenharmony_ci include_dirs = [ 285060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/cpp/src", 286060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/cpp/include", 287060ff233Sopenharmony_ci ] 288060ff233Sopenharmony_ci 289060ff233Sopenharmony_ci deps = [ "$dsoftbus_root_path/tests/sdk:softbus_client_static" ] 290060ff233Sopenharmony_ci 291060ff233Sopenharmony_ci if (is_standard_system) { 292060ff233Sopenharmony_ci external_deps = [ 293060ff233Sopenharmony_ci "access_token:libaccesstoken_sdk", 294060ff233Sopenharmony_ci "access_token:libnativetoken", 295060ff233Sopenharmony_ci "access_token:libtoken_setproc", 296060ff233Sopenharmony_ci "c_utils:utils", 297060ff233Sopenharmony_ci "hilog:libhilog", 298060ff233Sopenharmony_ci ] 299060ff233Sopenharmony_ci } else { 300060ff233Sopenharmony_ci external_deps = [ 301060ff233Sopenharmony_ci "c_utils:utils", 302060ff233Sopenharmony_ci "hilog:libhilog", 303060ff233Sopenharmony_ci ] 304060ff233Sopenharmony_ci } 305060ff233Sopenharmony_ci} 306060ff233Sopenharmony_ci 307060ff233Sopenharmony_ciohos_unittest("TransClientSessionImplTest") { 308060ff233Sopenharmony_ci module_out_path = module_output_path 309060ff233Sopenharmony_ci sources = [ "client_trans_session_impl_test.cpp" ] 310060ff233Sopenharmony_ci include_dirs = [ 311060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/cpp/include", 312060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/cpp/src", 313060ff233Sopenharmony_ci ] 314060ff233Sopenharmony_ci 315060ff233Sopenharmony_ci deps = [ 316060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 317060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 318060ff233Sopenharmony_ci ] 319060ff233Sopenharmony_ci 320060ff233Sopenharmony_ci if (is_standard_system) { 321060ff233Sopenharmony_ci external_deps = [ "hilog:libhilog" ] 322060ff233Sopenharmony_ci } 323060ff233Sopenharmony_ci} 324060ff233Sopenharmony_ci 325060ff233Sopenharmony_ciohos_unittest("TransClientSessionServiceImplTest") { 326060ff233Sopenharmony_ci module_out_path = module_output_path 327060ff233Sopenharmony_ci sources = [ "client_trans_session_service_impl_test.cpp" ] 328060ff233Sopenharmony_ci include_dirs = [ 329060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/cpp/src", 330060ff233Sopenharmony_ci "$dsoftbus_root_path/sdk/transmission/session/cpp/include", 331060ff233Sopenharmony_ci ] 332060ff233Sopenharmony_ci 333060ff233Sopenharmony_ci deps = [ 334060ff233Sopenharmony_ci "$dsoftbus_root_path/core/common:softbus_utils", 335060ff233Sopenharmony_ci "$dsoftbus_root_path/tests/sdk:softbus_client_static", 336060ff233Sopenharmony_ci ] 337060ff233Sopenharmony_ci 338060ff233Sopenharmony_ci if (is_standard_system) { 339060ff233Sopenharmony_ci external_deps = [ "hilog:libhilog" ] 340060ff233Sopenharmony_ci } 341060ff233Sopenharmony_ci} 342060ff233Sopenharmony_ci 343060ff233Sopenharmony_cigroup("unittest") { 344060ff233Sopenharmony_ci testonly = true 345060ff233Sopenharmony_ci deps = [ 346060ff233Sopenharmony_ci ":SessionMockTest", 347060ff233Sopenharmony_ci ":TransClientMsgServiceTest", 348060ff233Sopenharmony_ci ":TransClientSessionCallbackTest", 349060ff233Sopenharmony_ci ":TransClientSessionImplTest", 350060ff233Sopenharmony_ci ":TransClientSessionManagerTest", 351060ff233Sopenharmony_ci ":TransClientSessionServiceImplTest", 352060ff233Sopenharmony_ci ":TransClientSessionServiceTest", 353060ff233Sopenharmony_ci ":TransClientSessionTest", 354060ff233Sopenharmony_ci ":TransClientSocketServiceTest", 355060ff233Sopenharmony_ci ":TransClientSocketTest", 356060ff233Sopenharmony_ci ] 357060ff233Sopenharmony_ci} 358