DFX部件整改

Signed-off-by: heyafeng <heyafeng5@huawei.com>
This commit is contained in:
heyafeng 2023-06-27 11:16:32 +08:00
parent 37062e0676
commit cd36818bca
116 changed files with 218 additions and 218 deletions

View File

@ -202,9 +202,9 @@ if (defined(ohos_lite)) {
public_configs = [ ":config_adapter_common" ]
if (is_standard_system) {
external_deps = [
"hisysevent_native:libhisysevent",
"hitrace_native:libhitracechain",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:libhitracechain",
"init:libbegetutil",
]
}

View File

@ -12,7 +12,7 @@
# limitations under the License.
import("//foundation/communication/dsoftbus/dsoftbus.gni")
adapter_ble_external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
adapter_ble_external_deps = [ "hilog:libhilog" ]
adapter_ble_inc = [
"$dsoftbus_root_path/adapter/common/include",

View File

@ -24,7 +24,7 @@
"hisysevent_config": [
"//foundation/communication/dsoftbus/hisysevent.yaml"
],
"syscap":[ "SystemCapability.Communication.SoftBus.Core" ],
"syscap":[ "SystemCapability.Communication.SoftBus" ],
"features": [
"dsoftbus_feature_conn_p2p",
"dsoftbus_feature_disc_ble",
@ -52,9 +52,9 @@
"device_auth",
"drivers_interface_wlan",
"hicollie_native",
"hisysevent_native",
"hitrace_native",
"hiviewdfx_hilog_native",
"hisysevent",
"hitrace",
"hilog",
"huks",
"init",
"ipc",

View File

@ -219,7 +219,7 @@ if (defined(ohos_lite)) {
"//third_party/bounds_checking_function:libsec_shared",
"//third_party/mbedtls",
]
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
public_configs = [ ":nstackx_util_header" ]
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "dsoftbus"

View File

@ -176,7 +176,7 @@ if (defined(ohos_lite)) {
]
}
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
}
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "dsoftbus"

View File

@ -202,7 +202,7 @@ if (defined(ohos_lite)) {
"access_token:libaccesstoken_sdk",
"access_token:libprivacy_sdk",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",

View File

@ -91,7 +91,7 @@ target(build_type, "softbus_client") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_single",
]
}

View File

@ -36,7 +36,7 @@ ohos_unittest("AdapterBleGattTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}
@ -63,7 +63,7 @@ ohos_unittest("AdapterBleGattServerTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}
@ -90,7 +90,7 @@ ohos_unittest("AdapterBleGattClientTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}
@ -114,7 +114,7 @@ ohos_unittest("AdapterBtUtilsTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}
@ -141,7 +141,7 @@ ohos_unittest("AdapterBtCommonTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}

View File

@ -43,7 +43,7 @@ ohos_fuzztest("SoftBusAdapterHiSysEventFuzzTest") {
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -34,7 +34,7 @@ ohos_fuzztest("SoftBusAdapterRangeFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -35,6 +35,6 @@ ohos_fuzztest("SoftBusDecryptDataFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -65,7 +65,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -92,7 +92,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -119,7 +119,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -146,7 +146,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -173,7 +173,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -200,7 +200,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -225,7 +225,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -250,7 +250,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -294,7 +294,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -343,7 +343,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -61,7 +61,7 @@ ohos_unittest("AuthTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -147,7 +147,7 @@ ohos_unittest("AuthEnhanceMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -232,7 +232,7 @@ ohos_unittest("AuthTestCallBackTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -290,7 +290,7 @@ ohos_unittest("AuthOtherTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -348,7 +348,7 @@ ohos_unittest("AuthTcpConnectionTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -411,7 +411,7 @@ ohos_unittest("AuthHichainTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -50,6 +50,6 @@ ohos_fuzztest("UnpackAuthDataFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -128,7 +128,7 @@ ohos_unittest("LaneTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -152,7 +152,7 @@ ohos_unittest("NetLedgerTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -176,7 +176,7 @@ ohos_unittest("NetBuilderTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -200,7 +200,7 @@ ohos_unittest("LNNHuksUtilsTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -224,7 +224,7 @@ ohos_unittest("LedgerLaneHubTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -248,7 +248,7 @@ ohos_unittest("LNNBusCenterIpcTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -272,7 +272,7 @@ ohos_unittest("BusCenterClientProxyTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -296,7 +296,7 @@ ohos_unittest("BusCenterClientProxyStandardTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -357,7 +357,7 @@ ohos_unittest("LNNNetBuilderTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -427,7 +427,7 @@ ohos_unittest("LNNNetBuilderMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -466,7 +466,7 @@ ohos_unittest("LNNConnectionFsmTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -504,7 +504,7 @@ ohos_unittest("LNNDeviceNameInfoTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -542,7 +542,7 @@ ohos_unittest("LNNNetworkInfoTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -580,7 +580,7 @@ ohos_unittest("LNNNodeWeightTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -618,7 +618,7 @@ ohos_unittest("LNNP2pInfoTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -656,7 +656,7 @@ ohos_unittest("LNNSyncInfoManagerTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -694,7 +694,7 @@ ohos_unittest("LNNTopoManagerTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -763,7 +763,7 @@ ohos_unittest("LNNBtNetworkImplMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -828,7 +828,7 @@ ohos_unittest("LNNNetworkManagerMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -894,7 +894,7 @@ ohos_unittest("LNNIpNetworkImplMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -962,7 +962,7 @@ ohos_unittest("LNNLedgerMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1027,7 +1027,7 @@ ohos_unittest("LNNNetLedgerCommonTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1092,7 +1092,7 @@ ohos_unittest("LNNDisctributedLedgerTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1161,7 +1161,7 @@ ohos_unittest("LNNMetaNodeLedgerTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1232,7 +1232,7 @@ ohos_unittest("LNNLaneMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1291,7 +1291,7 @@ ohos_unittest("LNNLaneLinkMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1354,7 +1354,7 @@ ohos_unittest("LNNTransLaneMockTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1402,7 +1402,7 @@ ohos_unittest("LNNDiscoveryInterfaceTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -1483,7 +1483,7 @@ if (!defined(ohos_lite) && enhanced_test) {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -63,7 +63,7 @@ ohos_unittest("HeartBeatMediumTest") {
if (is_standard_system) {
external_deps = [
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -128,7 +128,7 @@ ohos_unittest("HeartBeatFSMTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -175,7 +175,7 @@ ohos_unittest("ClientProxyTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"samgr:samgr_proxy",
]
} else {
@ -227,7 +227,7 @@ ohos_unittest("BusCenterIpcTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -63,7 +63,7 @@ ohos_unittest("LNNConnAddrUtilsTest") {
external_deps = [
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -37,7 +37,7 @@ if (defined(ohos_lite)) {
include_dirs = [ "$dsoftbus_root_path/core/common/include" ]
deps = [ "$dsoftbus_root_path/core/common:softbus_utils" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -43,7 +43,7 @@ if (defined(ohos_lite)) {
]
deps = [ "$dsoftbus_root_path/core/common:softbus_utils" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -40,7 +40,7 @@ ohos_fuzztest("SoftBusHiDumperFuzzTest") {
deps = [ "$dsoftbus_root_path/core/common:softbus_utils" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -38,7 +38,7 @@ ohos_unittest("HidumperTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -40,7 +40,7 @@ ohos_fuzztest("SoftBusHiSysEvtFuzzTest") {
deps = [ "$dsoftbus_root_path/core/common:softbus_utils" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -43,7 +43,7 @@ if (defined(ohos_lite)) {
"$dsoftbus_root_path/core/frame:softbus_server",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -61,7 +61,7 @@ if (defined(ohos_lite)) {
"$dsoftbus_root_path/core/frame:softbus_server",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -44,7 +44,7 @@ ohos_fuzztest("JsonUtilsFuzzTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -45,7 +45,7 @@ ohos_fuzztest("SoftBusLogFuzzTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -22,7 +22,7 @@ ohos_unittest("SoftBusLogTest") {
include_dirs = [ "$dsoftbus_root_path/core/common/include" ]
deps = [ "$dsoftbus_root_path/core/common:softbus_utils" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -27,7 +27,7 @@ if (defined(ohos_lite)) {
]
deps = [ "$dsoftbus_root_path/core/common:softbus_utils" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -36,7 +36,7 @@ ohos_unittest("PermissionEntryTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -67,7 +67,7 @@ ohos_unittest("PermissionEntryStaticTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -36,7 +36,7 @@ ohos_unittest("SoftbusPermissionTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -65,7 +65,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -36,6 +36,6 @@ ohos_fuzztest("BindParaTextFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -36,6 +36,6 @@ ohos_fuzztest("EncryptedDbFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -36,6 +36,6 @@ ohos_fuzztest("InsertRecordFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -35,6 +35,6 @@ ohos_fuzztest("RemoveAllRecordFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -35,6 +35,6 @@ ohos_fuzztest("RemoveRecordByKeyFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -36,6 +36,6 @@ ohos_fuzztest("Sqlite3UtilsFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -35,6 +35,6 @@ ohos_fuzztest("UpdateDbPasswordFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -41,7 +41,7 @@ ohos_unittest("PermissionStateTest") {
"access_token:libprivacy_sdk",
"c_utils:utils",
"device_auth:deviceauth_sdk",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
]
} else {

View File

@ -50,7 +50,7 @@ ohos_unittest("ConnectionBleTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
sources = [ "connection_ble_test.cpp" ]
}

View File

@ -54,7 +54,7 @@ ohos_unittest("ConnectionBrTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
sources = [ "connection_br_test.cpp" ]
}

View File

@ -38,5 +38,5 @@ ohos_unittest("SoftbusConnCommonTest") {
"//third_party/googletest:gtest_main",
]
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
}

View File

@ -51,7 +51,7 @@ ohos_unittest("ConnectionManagerTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
sources = [ "connection_manager_test.cpp" ]
}

View File

@ -71,7 +71,7 @@ ohos_unittest("ConnectionP2pTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
sources = [ "connection_p2p_test.cpp" ]
}
@ -133,7 +133,7 @@ ohos_unittest("P2pManagerTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
sources = [ "p2p_manager_test.cpp" ]
}
@ -197,7 +197,7 @@ ohos_unittest("P2pDeviceTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
sources = [ "p2p_device_test.cpp" ]
}

View File

@ -74,7 +74,7 @@ ohos_unittest("P2pCommonTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -76,7 +76,7 @@ ohos_unittest("P2pInterfaceTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -77,7 +77,7 @@ ohos_unittest("P2pNegotiationTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -43,6 +43,6 @@ ohos_unittest("TcpManagerTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -41,7 +41,7 @@ ohos_unittest("DiscBleDispatcherTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -60,7 +60,7 @@ ohos_unittest("DiscSoftBusBleTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -68,7 +68,7 @@ ohos_unittest("DiscBleTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -62,7 +62,7 @@ ohos_unittest("NstackxAdapterTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -54,7 +54,7 @@ ohos_unittest("DiscNstackxAdapterTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -98,7 +98,7 @@ ohos_unittest("DiscCoapTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -51,7 +51,7 @@ ohos_unittest("DiscClientProxyTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -45,7 +45,7 @@ ohos_unittest("DiscManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -90,7 +90,7 @@ ohos_unittest("DiscManagerMockTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -44,7 +44,7 @@ ohos_unittest("SoftBusMessageOpenChannelTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -61,7 +61,7 @@ ohos_unittest("TransPendingPktTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -84,7 +84,7 @@ ohos_fuzztest("SoftbusProxychannelListenerFuzzTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}

View File

@ -43,7 +43,7 @@ ohos_unittest("TransClientProxyTest") {
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -81,7 +81,7 @@ ohos_unittest("TransClientProxyStandardTest") {
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -36,7 +36,7 @@ ohos_unittest("TransSessionManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -66,7 +66,7 @@ ohos_unittest("TransSessionServiceTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -75,7 +75,7 @@ ohos_unittest("TransAuthChannelTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -107,7 +107,7 @@ ohos_unittest("TransAuthManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -138,7 +138,7 @@ ohos_unittest("TransAuthMessageTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -55,7 +55,7 @@ ohos_unittest("TransLaneTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -75,7 +75,7 @@ ohos_unittest("TransChannelCallbackTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -80,7 +80,7 @@ ohos_unittest("TransChannelManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -75,7 +75,7 @@ ohos_unittest("TransLaneManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -76,7 +76,7 @@ ohos_unittest("TransLinkListenerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -77,7 +77,7 @@ ohos_unittest("TransProxyChannelTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -81,7 +81,7 @@ ohos_unittest("TransServerTcpDirectTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -152,7 +152,7 @@ ohos_unittest("TransCoreTcpDirectTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -223,7 +223,7 @@ ohos_unittest("TransTcpDirectMessageTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -292,7 +292,7 @@ ohos_unittest("TransTcpDirectMessageAppendTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -363,7 +363,7 @@ ohos_unittest("TransTcpDirectP2pTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -79,7 +79,7 @@ ohos_unittest("TransUdpNegoTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -117,7 +117,7 @@ ohos_unittest("TransUdpNegotiationTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -149,7 +149,7 @@ ohos_unittest("TransUdpNegotiationExchangeTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -219,7 +219,7 @@ ohos_unittest("TransUdpManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -45,6 +45,6 @@ ohos_fuzztest("ActiveMetaNodeFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -44,6 +44,6 @@ ohos_fuzztest("DeactiveMetaNodeFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -44,6 +44,6 @@ ohos_fuzztest("GetAllMetaNodeInfoFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -44,6 +44,6 @@ ohos_fuzztest("GetAllNodeDeviceInfoFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -44,6 +44,6 @@ ohos_fuzztest("GetLocalNodeDeviceInfoFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("GetNodeKeyInfoFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -39,6 +39,6 @@ ohos_fuzztest("IsPassSeqCheckFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("JoinLNNFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("JoinMetaNodeFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -41,6 +41,6 @@ ohos_fuzztest("LeaveLNNFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -43,6 +43,6 @@ ohos_fuzztest("LeaveLNNInnerFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("PublishLNNFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("RefreshLNNFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -40,6 +40,6 @@ ohos_fuzztest("RegNodeDeviceStateCbFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -44,6 +44,6 @@ ohos_fuzztest("SetNodeDataChangeFlagFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("ShiftLnnGearFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -34,6 +34,6 @@ ohos_fuzztest("SoftBusClientManagerFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("StartTimeSyncFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("StopPublishLNNFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("StopRefreshLNNFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -45,6 +45,6 @@ ohos_fuzztest("StopTimeSyncFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -42,6 +42,6 @@ ohos_fuzztest("StopTimeSyncInnerFuzzTest") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
}

View File

@ -163,7 +163,7 @@ if (defined(ohos_lite)) {
"//third_party/googletest:gtest_main",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -187,7 +187,7 @@ if (defined(ohos_lite)) {
"//third_party/googletest:gtest_main",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -211,7 +211,7 @@ if (defined(ohos_lite)) {
"//third_party/googletest:gtest_main",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -235,7 +235,7 @@ if (defined(ohos_lite)) {
"//third_party/googletest:gtest_main",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -259,7 +259,7 @@ if (defined(ohos_lite)) {
"//third_party/googletest:gtest_main",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -285,7 +285,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -309,7 +309,7 @@ if (defined(ohos_lite)) {
"//third_party/googletest:gtest_main",
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -40,7 +40,7 @@ ohos_unittest("disc_account_test") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -59,7 +59,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -93,7 +93,7 @@ if (defined(ohos_lite)) {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -53,7 +53,7 @@ ohos_unittest("SoftbusClientEventManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -57,7 +57,7 @@ ohos_fuzztest("VtpStreamSocketFuzzTest") {
external_deps = [ "c_utils:utils" ]
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
external_deps += [ "hilog:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}

View File

@ -48,7 +48,7 @@ ohos_unittest("DeviceManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -49,7 +49,7 @@ ohos_unittest("TransIpcStandardTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_single",
]

View File

@ -37,7 +37,7 @@ ohos_unittest("TransClientSessionManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -69,7 +69,7 @@ ohos_unittest("TransClientSessionServiceTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -104,7 +104,7 @@ ohos_unittest("TransClientSessionCallbackTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -143,7 +143,7 @@ ohos_unittest("TransClientMsgServiceTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [
@ -185,7 +185,7 @@ ohos_unittest("TransClientSessionTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

View File

@ -77,7 +77,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -92,7 +92,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -107,7 +107,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -122,7 +122,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -137,7 +137,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -152,7 +152,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -190,7 +190,7 @@ if (defined(ohos_lite)) {
deps += [ "$dsoftbus_root_path/components/nstackx/nstackx_core/dfile:nstackx_dfile.open" ]
}
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -216,7 +216,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -237,7 +237,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -258,7 +258,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -281,7 +281,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -294,7 +294,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -315,7 +315,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}
@ -328,7 +328,7 @@ if (defined(ohos_lite)) {
deps = trans_sdk_test_common_deps
deps += trans_sdk_proxy_test_deps
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
} else {
external_deps = [ "hilog:libhilog" ]
}

View File

@ -54,7 +54,7 @@ if (defined(ohos_lite)) {
]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
part_name = "dsoftbus"
}
subsystem_name = "communication"
@ -83,7 +83,7 @@ ohos_unittest("TransClientSdkAuthManagerTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
} else {
external_deps = [

Some files were not shown because too many files have changed in this diff Show More