!1850 通知部件目录调整

Merge pull request !1850 from zero-cyc/0520
This commit is contained in:
openharmony_ci
2022-05-27 02:39:48 +00:00
committed by Gitee
8 changed files with 4 additions and 27 deletions
+2 -1
View File
@@ -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"
+2 -2
View File
@@ -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") {