!395 DFX进行部件整改,涉及模块需要适配整改

Merge pull request !395 from maoziduanl/master
This commit is contained in:
openharmony_ci 2023-06-28 09:30:58 +00:00 committed by Gitee
commit 6eb5ed5d8a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 14 additions and 14 deletions

View File

@ -52,9 +52,9 @@
"components": [
"ability_base",
"ability_runtime",
"hisysevent_native",
"hitrace_native",
"hiviewdfx_hilog_native",
"hilog",
"hisysevent",
"hitrace",
"napi",
"ace_engine",
"bundle_framework",

View File

@ -104,9 +104,9 @@ ohos_shared_library("global_resmgr") {
external_deps = [
"ability_base:extractortool",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
]
subsystem_name = "global"
@ -243,7 +243,7 @@ ohos_shared_library("librawfile") {
"ability_base:configuration",
"bundle_framework:appexecfwk_base",
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"napi:ace_napi",
]

View File

@ -55,7 +55,7 @@ ohos_unittest("resmgr_test") {
external_deps = [
"ability_base:extractortool",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
resource_config_file = "../../../test/resource/ohos_test.xml"

View File

@ -44,9 +44,9 @@ ohos_shared_library("resmgr_napi_core") {
"bundle_framework:appexecfwk_base",
"graphic_standard:2d_graphics",
"graphic_standard:librender_service_client",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
"napi:ace_napi",
]

View File

@ -32,9 +32,9 @@ ohos_shared_library("resourcemanager") {
external_deps = [
"ability_runtime:abilitykit_native",
"ability_runtime:runtime",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
"napi:ace_napi",
]