DFX-DFT的hilog/hisysevent/hitrace模块规范化整改

Signed-off-by: wangfeifan <wangfeifan2@huawei.com>
This commit is contained in:
wangfeifan 2023-06-19 15:24:53 +08:00
parent 6895363e51
commit 5d4db96d55
8 changed files with 18 additions and 18 deletions

View File

@ -34,9 +34,9 @@
"distributed_notification_service",
"drivers_interface_ril",
"eventhandler",
"hisysevent_native",
"hitrace_native",
"hiviewdfx_hilog_native",
"hisysevent",
"hitrace",
"hilog",
"i18n",
"init",
"ipc",

View File

@ -56,7 +56,7 @@ ohos_shared_library("print_client") {
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"napi:ace_napi",
"preferences:native_preferences",

View File

@ -76,8 +76,8 @@ ohos_shared_library("print_extension_framework") {
"ability_runtime:runtime",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hitrace:hitrace_meter",
"i18n:intl_util",
"ipc:ipc_napi_common",
"ipc_js:rpc",
@ -105,9 +105,9 @@ ohos_shared_library("print_extension_module") {
"ability_runtime:runtime",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
"i18n:intl_util",
"resource_management:global_resmgr",
]

View File

@ -46,7 +46,7 @@ ohos_shared_library("print_napi") {
"ability_runtime:napi_base_context",
"c_utils:utils",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"napi:ace_napi",
"preferences:native_preferences",

View File

@ -61,9 +61,9 @@ ohos_shared_library("print_service") {
"distributed_notification_service:ans_innerkits",
"drivers_interface_ril:hril_innerkits",
"eventhandler:libeventhandler",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
"init:libbegetutil",
"ipc:ipc_core",
"netmanager_base:net_conn_manager_if",

View File

@ -56,9 +56,9 @@ ohos_fuzztest("PrintServiceFuzzTest") {
"distributed_notification_service:ans_innerkits",
"drivers_interface_ril:hril_innerkits",
"eventhandler:libeventhandler",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
"init:libbegetutil",
"ipc:ipc_core",
"netmanager_base:net_conn_manager_if",

View File

@ -69,7 +69,7 @@ ohos_unittest("print_fwk_inner_napi_test") {
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"i18n:intl_util",
"ipc:ipc_core",
"napi:ace_napi",

View File

@ -62,7 +62,7 @@ ohos_unittest("print_service_test") {
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"ipc:ipc_core",
"napi:ace_napi",
"safwk:system_ability_fwk",