# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import("../../../../dsoftbus.gni") trans_direct_channel_sdk_src = [ "$dsoftbus_sdk_path/transmission/trans_channel/tcp_direct/src/client_trans_tcp_direct_callback.c", "$dsoftbus_sdk_path/transmission/trans_channel/tcp_direct/src/client_trans_tcp_direct_listener.c", "$dsoftbus_sdk_path/transmission/trans_channel/tcp_direct/src/client_trans_tcp_direct_manager.c", "$dsoftbus_sdk_path/transmission/trans_channel/tcp_direct/src/client_trans_tcp_direct_message.c", ] trans_direct_channel_sdk_inc = [ "$dsoftbus_sdk_path/transmission/trans_channel/tcp_direct/include", "$dsoftbus_root_path/core/authentication/interface", ] if (defined(ohos_lite)) { } else { trans_direct_channel_sdk_inc += [ "$dsoftbus_root_path/core/common/security/sequence_verification/include", "$dsoftbus_root_path/core/common/wifi_common/tcp_socket/include", "$dsoftbus_root_path/adapter/common/include", ] }