mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-19 22:54:50 -04:00
Signed-off-by: zero-cyc <chenlien@huawei.com> Change-Id: Idb0f395691578708e034ad531d360a9667cfe984
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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") {
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user