1# Copyright (c) 2021-2025 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//foundation/communication/dsoftbus/dsoftbus.gni") 15 16auth_manager_include = [ 17 "$dsoftbus_dfx_path/interface/include/form", 18 "$dsoftbus_dfx_path/interface/include/legacy", 19 "$dsoftbus_root_path/adapter/common/include/", 20 "$dsoftbus_root_path/adapter/common/net/bluetooth/include", 21 "$dsoftbus_root_path/core/adapter/authentication/include", 22 "$dsoftbus_root_path/core/adapter/bus_center/include", 23 "$dsoftbus_root_path/core/authentication/include", 24 "$dsoftbus_root_path/core/authentication/interface", 25 "$dsoftbus_root_path/core/authentication/src", 26 "$dsoftbus_root_path/core/bus_center/interface", 27 "$dsoftbus_root_path/core/bus_center/lnn/lane_hub/heartbeat/include", 28 "$dsoftbus_root_path/core/bus_center/lnn/lane_hub/lane_manager/include", 29 "$dsoftbus_root_path/core/bus_center/lnn/net_builder/include", 30 "$dsoftbus_root_path/core/bus_center/lnn/net_buscenter/include", 31 "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/common/include", 32 "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/decision_db/include", 33 "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/distributed_ledger/include", 34 "$dsoftbus_root_path/core/bus_center/lnn/net_ledger/local_ledger/include", 35 "$dsoftbus_root_path/core/bus_center/monitor/include", 36 "$dsoftbus_root_path/core/bus_center/service/include", 37 "$dsoftbus_root_path/core/bus_center/utils/include", 38 "$dsoftbus_root_path/core/common/include", 39 "$dsoftbus_root_path/core/common/message_handler/include", 40 "$dsoftbus_root_path/core/connection/interface", 41 "$dsoftbus_root_path/core/connection/manager", 42 "$dsoftbus_root_path/core/discovery/interface", 43 "$dsoftbus_root_path/core/discovery/manager/include", 44 "$dsoftbus_root_path/core/frame/$os_type/init/include", 45 "$dsoftbus_root_path/core/frame/common/include", 46 "$dsoftbus_root_path/interfaces/kits/adapter", 47 "$dsoftbus_root_path/interfaces/kits/authentication", 48 "$dsoftbus_root_path/interfaces/kits/bus_center", 49 "$dsoftbus_root_path/interfaces/kits/common", 50 "$dsoftbus_root_path/interfaces/kits/connect", 51 "$dsoftbus_root_path/interfaces/kits/disc", 52 "$dsoftbus_root_path/interfaces/kits/lnn", 53 "$dsoftbus_root_path/tests/sdk/common/include", 54 "unittest/common/", 55] 56 57auth_manager_source = [ 58 "$dsoftbus_root_path/tests/core/authentication/unittest/auth_manager_test.cpp", 59 "$dsoftbus_root_path/core/bus_center/monitor/src/lnn_init_monitor.c", 60] 61