mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 08:49:59 +00:00
feat:modify gn file
Signed-off-by: quyh <quyihao@huawei.com>
This commit is contained in:
parent
8cc96fd547
commit
6af44b682a
@ -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" ]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user