修改同步

Signed-off-by: guduhanyan <xuyanjun27@163.com>
This commit is contained in:
liulinna
2022-03-11 16:32:11 +08:00
committed by guduhanyan
parent 2942a62da2
commit 5a35b76f05
4 changed files with 5 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@
"components": [
"ability_base",
"ability_runtime",
"ability_manager",
"aafwk_standard",
"appexecfwk_standard",
"ans_standard",
"ces_standard",
@@ -59,9 +59,8 @@ ohos_shared_library("systemtimer") {
]
external_deps = [
"ability_base:want",
"ability_runtime:runtime",
"ability_runtime:wantagent_innerkits",
"bundle_framework:appexecfwk_base",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
]
+1
View File
@@ -71,6 +71,7 @@ ohos_shared_library("time_service") {
"ability_base:want",
"ability_runtime:wantagent_innerkits",
"bundle_framework:appexecfwk_base",
"native_appdatamgr:native_rdb",
"ces_standard:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
+1
View File
@@ -53,6 +53,7 @@ ohos_unittest("TimeServiceTest") {
"bundle_framework:appexecfwk_core",
"ces_standard:cesfwk_innerkits",
"eventhandler:libeventhandler",
"native_appdatamgr:native_rdb",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",