Signed-off-by: zero-cyc <chenlien@huawei.com>
Change-Id: Idb0f395691578708e034ad531d360a9667cfe984
This commit is contained in:
zero-cyc
2022-01-25 10:02:39 +08:00
parent fa5b0ff31a
commit cc8cf4de1e
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -82,9 +82,9 @@ template("ace_ohos_standard_source_set") {
"ability_runtime:app_manager",
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"eventhandler:libeventhandler",
"form_runtime:fmskit_native",
"form_runtime:form_manager",
"ipc:ipc_core",
+1 -1
View File
@@ -51,9 +51,9 @@ template("pa_backend") {
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"eventhandler:libeventhandler",
"form_runtime:form_manager",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
@@ -81,9 +81,9 @@ template("js_pa_engine_ark") {
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"eventhandler:libeventhandler",
"form_runtime:form_manager",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
@@ -52,9 +52,9 @@ template("js_pa_engine_qjs") {
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"eventhandler:libeventhandler",
"form_runtime:form_manager",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
+1 -1
View File
@@ -444,7 +444,7 @@ template("flutter_engine_shell") {
"//foundation/windowmanager/wm:libwm",
]
external_deps = [
"appexecfwk_standard:libeventhandler",
"eventhandler:libeventhandler",
"ipc:ipc_core",
]
} else if (platform == "ohos" || platform == "android") {
+1 -1
View File
@@ -363,9 +363,9 @@ template("ace_core_source_set") {
"ability_runtime:app_manager",
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"eventhandler:libeventhandler",
]
sources += [ "common/plugin_manager.cpp" ]
}
@@ -42,9 +42,9 @@ ohos_unittest("PluginManagerTest") {
"ability_runtime:app_manager",
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"eventhandler:libeventhandler",
]
if (!is_standard_system) {
@@ -236,8 +236,8 @@ ohos_unittest("TransitionElementTest") {
if (is_standard_system) {
external_deps = [
"appexecfwk_standard:libeventhandler",
"bytrace_standard:bytrace_core",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"startup_l2:syspara",
@@ -301,8 +301,8 @@ ohos_unittest("SharedTransitionElementTest") {
if (is_standard_system) {
external_deps = [
"appexecfwk_standard:libeventhandler",
"bytrace_standard:bytrace_core",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"startup_l2:syspara",
@@ -361,8 +361,8 @@ ohos_unittest("TransitionPropertyElementTest") {
if (is_standard_system) {
external_deps = [
"appexecfwk_standard:libeventhandler",
"bytrace_standard:bytrace_core",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"startup_l2:syspara",
@@ -216,7 +216,7 @@ ohos_unittest("PipelineContextTest") {
configs += [ "//third_party/curl:curl_config" ]
deps += [ "//third_party/curl:curl" ]
external_deps = [
"appexecfwk_standard:libeventhandler",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
]