Fix atomic ability part name change

Signed-off-by: hanhaibin <hanhaibin@huawei.com>
This commit is contained in:
hanhaibin
2022-02-10 16:28:35 +08:00
parent 700263972a
commit 1fb6d474da
11 changed files with 18 additions and 29 deletions
+2 -2
View File
@@ -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",
]
+2 -3
View File
@@ -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",
+1 -2
View File
@@ -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",
-1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -2
View File
@@ -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",