11e934351Sopenharmony_ci# Copyright (c) 2022-2023 Huawei Device Co., Ltd. 21e934351Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 31e934351Sopenharmony_ci# you may not use this file except in compliance with the License. 41e934351Sopenharmony_ci# You may obtain a copy of the License at 51e934351Sopenharmony_ci# 61e934351Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 71e934351Sopenharmony_ci# 81e934351Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 91e934351Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 101e934351Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 111e934351Sopenharmony_ci# See the License for the specific language governing permissions and 121e934351Sopenharmony_ci# limitations under the License. 131e934351Sopenharmony_ci 141e934351Sopenharmony_ci# args of this module 151e934351Sopenharmony_ciSUBSYSTEM_DIR = "//foundation/communication" 161e934351Sopenharmony_ciNETSTACK_DIR = "$SUBSYSTEM_DIR/netstack" 171e934351Sopenharmony_ciNETSTACK_NATIVE_ROOT = "$NETSTACK_DIR/frameworks/native" 181e934351Sopenharmony_ciNETSTACK_INNERKITS_DIR = "$NETSTACK_DIR/interfaces/innerkits" 191e934351Sopenharmony_ci 201e934351Sopenharmony_ci# args of base module 211e934351Sopenharmony_ciNETMANAGER_BASE_INNERKITS_DIR = 221e934351Sopenharmony_ci "$SUBSYSTEM_DIR/netmanager_base/interfaces/innerkits" 231e934351Sopenharmony_ci 241e934351Sopenharmony_ci# args of other module 251e934351Sopenharmony_ciARKUI_ROOT = "//foundation/arkui" 261e934351Sopenharmony_ciTHIRD_PARTY_ROOT = "//third_party" 271e934351Sopenharmony_ciHILOG_ROOT = "//base/hiviewdfx/hilog" 281e934351Sopenharmony_ciHILOG_LITE_ROOT = "//base/hiviewdfx/hilog_lite" 291e934351Sopenharmony_cifuzz_test_path = "netstack/netstack" 301e934351Sopenharmony_ci 311e934351Sopenharmony_cideclare_args() { 321e934351Sopenharmony_ci netstack_http_boringssl = false 331e934351Sopenharmony_ci} 34