mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-19 22:54:50 -04:00
Fix atomic ability part name change
Signed-off-by: hanhaibin <hanhaibin@huawei.com>
This commit is contained in:
@@ -27,8 +27,8 @@ template("ace_capability_ohos_source_set") {
|
||||
|
||||
if (defined(config.enable_system_clipboard) &&
|
||||
config.enable_system_clipboard) {
|
||||
external_deps = [
|
||||
"ability_runtime:want",
|
||||
external_deps += [
|
||||
"ability_base:want",
|
||||
"ipc:ipc_core",
|
||||
"pasteboard_native:pasteboard_client",
|
||||
]
|
||||
|
||||
@@ -80,11 +80,10 @@ template("ace_ohos_standard_source_set") {
|
||||
[ "//base/global/resmgr_standard/frameworks/resmgr:global_resmgr" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:base",
|
||||
"ability_base:want",
|
||||
"ability_runtime:ability_context_native",
|
||||
"ability_runtime:ability_manager",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:base",
|
||||
"ability_runtime:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"eventhandler:libeventhandler",
|
||||
|
||||
@@ -49,8 +49,7 @@ template("pa_backend") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"eventhandler:libeventhandler",
|
||||
|
||||
@@ -79,8 +79,7 @@ template("js_pa_engine_ark") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"eventhandler:libeventhandler",
|
||||
|
||||
@@ -50,8 +50,7 @@ template("js_pa_engine_qjs") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"eventhandler:libeventhandler",
|
||||
|
||||
@@ -101,7 +101,6 @@ template("uiservice_static") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:ability_manager",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:runtime",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -39,9 +39,8 @@ ohos_unittest("PluginManagerTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:base",
|
||||
"ability_runtime:want",
|
||||
"ability_base:base",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"eventhandler:libeventhandler",
|
||||
|
||||
@@ -28,8 +28,8 @@ build_component("form") {
|
||||
|
||||
if (is_standard_system) {
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:fmskit_native",
|
||||
|
||||
@@ -48,8 +48,7 @@ build_component("plugin") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -64,8 +64,7 @@ ohos_unittest("PluginCallBackClientTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ipc:ipc_core",
|
||||
@@ -98,8 +97,7 @@ ohos_unittest("PluginComponentTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ipc:ipc_core",
|
||||
@@ -132,8 +130,7 @@ ohos_unittest("PluginElementTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ipc:ipc_core",
|
||||
@@ -168,8 +165,7 @@ ohos_unittest("PluginManagerDelegateTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ipc:ipc_core",
|
||||
@@ -222,7 +218,7 @@ ohos_unittest("PluginSubContainerTest") {
|
||||
"$ace_root/build:ace_ohos_unittest_base",
|
||||
]
|
||||
|
||||
external_deps = [ "ability_runtime:want" ]
|
||||
external_deps = [ "ability_base:want" ]
|
||||
|
||||
if (!is_standard_system) {
|
||||
subsystem_name = "ace"
|
||||
|
||||
@@ -45,9 +45,9 @@ ohos_shared_library("plugincomponent") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:base",
|
||||
"ability_base:want",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:base",
|
||||
"ability_runtime:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
Reference in New Issue
Block a user