mirror of
https://github.com/openharmony/aafwk_standard.git
synced 2026-07-01 20:04:39 -04:00
@@ -26,7 +26,8 @@ kits_path = "//foundation/aafwk/standard/frameworks/kits"
|
||||
innerkits_path = "//foundation/aafwk/standard/interfaces/innerkits"
|
||||
bundlefwk_innerkits_path = "${bundlefwk_path}/interfaces/innerkits"
|
||||
bundlefwk_inner_api_path = "${bundlefwk_path}/interfaces/inner_api"
|
||||
ans_core_path = "//base/notification/ans_standard/frameworks/ans/core"
|
||||
ans_core_path =
|
||||
"//base/notification/distributed_notification_service/frameworks/core"
|
||||
system_test_app_path =
|
||||
"//foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc"
|
||||
form_runtime_path = "//foundation/aafwk/standard/form_runtime"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"deps": {
|
||||
"components": [
|
||||
"ability_runtime",
|
||||
"ans_standard",
|
||||
"distributed_notification_service",
|
||||
"bundle_framework",
|
||||
"common_event_service",
|
||||
"hiviewdfx_hilog_native",
|
||||
@@ -91,4 +91,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,10 +51,6 @@ ohos_unittest("completed_dispatcher_test") {
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "${ans_core_path}:ans_core" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
@@ -58,10 +58,6 @@ ohos_unittest("pending_want_test") {
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "${ans_core_path}:ans_core" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
@@ -51,10 +51,6 @@ ohos_unittest("trigger_Info_test") {
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "${ans_core_path}:ans_core" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
@@ -56,10 +56,6 @@ ohos_unittest("want_agent_helper_test") {
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "${ans_core_path}:ans_core" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
@@ -51,10 +51,6 @@ ohos_unittest("want_agent_info_test") {
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "${ans_core_path}:ans_core" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
@@ -51,10 +51,6 @@ ohos_unittest("want_agent_test") {
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "${ans_core_path}:ans_core" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
Reference in New Issue
Block a user