From 5a35b76f05e9543e92ea3950bf8a3ca22073428d Mon Sep 17 00:00:00 2001 From: liulinna Date: Fri, 11 Mar 2022 16:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guduhanyan --- bundle.json | 2 ++ interfaces/kits/js/napi/system_timer/BUILD.gn | 3 +-- services/BUILD.gn | 1 + services/time_manager/test/BUILD.gn | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index cb0585e..fbce06b 100644 --- a/bundle.json +++ b/bundle.json @@ -26,6 +26,8 @@ "components": [ "ability_base", "ability_runtime", + "ability_manager", + "aafwk_standard", "appexecfwk_standard", "ans_standard", "ces_standard", diff --git a/interfaces/kits/js/napi/system_timer/BUILD.gn b/interfaces/kits/js/napi/system_timer/BUILD.gn index fbd613e..5f24f34 100644 --- a/interfaces/kits/js/napi/system_timer/BUILD.gn +++ b/interfaces/kits/js/napi/system_timer/BUILD.gn @@ -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", ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 33c6e22..7661ac3 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -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", diff --git a/services/time_manager/test/BUILD.gn b/services/time_manager/test/BUILD.gn index 2e53c0d..a6c232b 100644 --- a/services/time_manager/test/BUILD.gn +++ b/services/time_manager/test/BUILD.gn @@ -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",