feat:modify gn file

Signed-off-by: quyh <quyihao@huawei.com>
This commit is contained in:
quyh 2024-04-14 17:28:15 +08:00
parent 8cc96fd547
commit 6af44b682a
2 changed files with 3 additions and 2 deletions

View File

@ -224,12 +224,12 @@ if (defined(ohos_lite)) {
"$dsoftbus_root_path/core/common/dfx/interface/include",
"$dsoftbus_root_path/interfaces/kits",
"$dsoftbus_root_path/interfaces/kits/common",
"//third_party/json/include",
]
external_deps = [
"bounds_checking_function:libsec_shared",
"c_utils:utilsbase",
]
external_deps += [ "json:nlohmann_json_static" ]
sources = [
"$softbus_adapter_common/dfx/softbus_adapter_hisysevent.cpp",
"$softbus_adapter_common/dfx/softbus_adapter_hitrace.c",
@ -276,7 +276,6 @@ if (defined(ohos_lite)) {
]
}
external_deps = []
if (enhanced_range && defined(global_parts_info.msdp_algorithm)) {
sources += [ "$dsoftbus_root_path/dsoftbus_enhance/adapter/common/range/softbus_adapter_range.c" ]
external_deps += [ "algorithm:msdp_ble_range" ]

View File

@ -58,6 +58,7 @@
"device_auth",
"device_info_manager",
"drivers_interface_wlan",
"json",
"hicollie",
"hisysevent",
"hitrace",
@ -82,6 +83,7 @@
"third_party": [
"bounds_checking_function",
"cJSON",
"json",
"mbedtls",
"openssl",
"sqlite"