diff --git a/bundle.json b/bundle.json index 5c3dc08a7f715d50dcb1e6be04aac0a3be41c078..248a4ff4bc4045c7d9270e5b3dac5ecb07453330 100755 --- a/bundle.json +++ b/bundle.json @@ -58,6 +58,7 @@ "napi", "ace_engine", "bundle_framework", + "common_event_service", "c_utils", "init", "zlib", diff --git a/frameworks/resmgr/BUILD.gn b/frameworks/resmgr/BUILD.gn index c92b1e07f6a184be2a9fee71d31f627362197c50..a5ba1970742b9ceac103b58614fb2632e3dab958 100644 --- a/frameworks/resmgr/BUILD.gn +++ b/frameworks/resmgr/BUILD.gn @@ -93,6 +93,7 @@ ohos_shared_library("global_resmgr") { external_deps = [ "ability_base:extractortool", "bounds_checking_function:libsec_shared", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson", "hilog:libhilog", "hisysevent:libhisysevent", @@ -143,6 +144,7 @@ ohos_shared_library("global_resmgr_win") { external_deps = [ "bounds_checking_function:libsec_shared", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson_static", "icu:static_icui18n", "zlib:libz", @@ -178,6 +180,7 @@ ohos_shared_library("global_resmgr_mac") { if (host_os == "mac") { external_deps = [ "bounds_checking_function:libsec_static", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson_static", "icu:static_icui18n", "zlib:libz", @@ -214,6 +217,7 @@ ohos_shared_library("global_resmgr_linux") { external_deps = [ "bounds_checking_function:libsec_shared", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson_static", "icu:shared_icui18n", "zlib:shared_libz", @@ -254,7 +258,9 @@ ohos_shared_library("librawfile") { "ability_base:configuration", "ability_runtime:app_context", "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson_static", + "common_event_service:cesfwk_innerkits", "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", diff --git a/interfaces/cj/BUILD.gn b/interfaces/cj/BUILD.gn index bfdce75515ad76eb2f785c7d5ee957b567615bb5..5518a6350ae584109b60de993e43f795272423a3 100755 --- a/interfaces/cj/BUILD.gn +++ b/interfaces/cj/BUILD.gn @@ -30,7 +30,9 @@ ohos_shared_library("cj_resource_manager_ffi") { "ace_engine:drawable_descriptor", "bounds_checking_function:libsec_shared", "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core_headers", "c_utils:utils", + "common_event_service:cesfwk_innerkits", "hilog:libhilog", "hisysevent:libhisysevent", "hitrace:hitrace_meter", diff --git a/interfaces/ets/ani/resourceManager/BUILD.gn b/interfaces/ets/ani/resourceManager/BUILD.gn index a9fbec9acb02ae3b7d9f8a6b3540789942a551c9..66d27a0905d0e335682321c51e9e6c060c7f7c17 100644 --- a/interfaces/ets/ani/resourceManager/BUILD.gn +++ b/interfaces/ets/ani/resourceManager/BUILD.gn @@ -40,7 +40,9 @@ ohos_shared_library("resourceManager_ani") { "ability_runtime:app_context", "ace_engine:drawable_descriptor", "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson", + "common_event_service:cesfwk_innerkits", "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", @@ -70,6 +72,8 @@ ohos_shared_library("resmgr_ani") { "ability_base:configuration", "ability_runtime:app_context", "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core_headers", + "common_event_service:cesfwk_innerkits", "hilog:libhilog", "ipc:ipc_single", "runtime_core:ani", diff --git a/interfaces/js/innerkits/core/BUILD.gn b/interfaces/js/innerkits/core/BUILD.gn index bafa834be8650c57fe69597cdf8fd8f1ec03460f..135efada18b84195e99c97d3970b54a9a9d1013d 100644 --- a/interfaces/js/innerkits/core/BUILD.gn +++ b/interfaces/js/innerkits/core/BUILD.gn @@ -58,7 +58,9 @@ ohos_shared_library("resmgr_napi_core") { "ace_engine:drawable_descriptor", "bounds_checking_function:libsec_shared", "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core_headers", "cJSON:cjson", + "common_event_service:cesfwk_innerkits", "c_utils:utils", "hilog:libhilog", "hisysevent:libhisysevent",