From 87c9133e53c82660881b482ee099731bdad05fcd Mon Sep 17 00:00:00 2001 From: MangTsang Date: Thu, 21 Jul 2022 18:42:43 +0800 Subject: [PATCH] update time parts Signed-off-by: MangTsang Change-Id: I03c00ae5e363ab15572b6e1346aae2c280b14e3a --- bundle.json | 2 +- frameworks/core/BUILD.gn | 2 +- services/ans/BUILD.gn | 2 +- services/ans/test/unittest/BUILD.gn | 2 +- services/test/moduletest/BUILD.gn | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index b3f0a9292..1770a326f 100644 --- a/bundle.json +++ b/bundle.json @@ -61,7 +61,7 @@ "multimedia_image_standard", "hiviewdfx_hilog_native", "appexecfwk_standard", - "time_native", + "time_service", "common_event_service", "napi", "safwk", diff --git a/frameworks/core/BUILD.gn b/frameworks/core/BUILD.gn index ea5bb5a5d..6ee9aa90e 100644 --- a/frameworks/core/BUILD.gn +++ b/frameworks/core/BUILD.gn @@ -97,7 +97,7 @@ ohos_shared_library("ans_core") { "os_account:os_account_innerkits", "relational_store:native_rdb", "samgr_standard:samgr_proxy", - "time_native:time_service", + "time_service:time_service", ] part_name = "${component_name}" diff --git a/services/ans/BUILD.gn b/services/ans/BUILD.gn index cdf752d7e..4a564f6eb 100644 --- a/services/ans/BUILD.gn +++ b/services/ans/BUILD.gn @@ -83,7 +83,7 @@ ohos_shared_library("libans") { "multimedia_image_standard:image_native", "multimedia_player_framework:media_client", "os_account:os_account_innerkits", - "time_native:time_service", + "time_service:time_service", "window_manager:libdm", ] external_deps += component_external_deps diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index f819ff520..c2c2d0956 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -98,7 +98,7 @@ ohos_unittest("ans_unit_test") { "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", - "time_native:time_service", + "time_service:time_service", ] if (device_usage) { diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index c3f8e9130..eba99d01b 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -84,7 +84,7 @@ ohos_moduletest("ans_module_test") { "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", - "time_native:time_service", + "time_service:time_service", ] if (device_usage) { -- Gitee