From 150c1536231b4dfaa620d657b745600d257e58e8 Mon Sep 17 00:00:00 2001 From: MangTsang Date: Mon, 25 Jul 2022 18:51:05 +0800 Subject: [PATCH] update time path to base/time/time_service Signed-off-by: MangTsang --- 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 067716349..1369d3a0d 100644 --- a/bundle.json +++ b/bundle.json @@ -63,7 +63,7 @@ "relational_store", "device_usage_statistics", "bundle_framework", - "time_native", + "time_service", "safwk", "ability_runtime", "ability_base", diff --git a/frameworks/core/BUILD.gn b/frameworks/core/BUILD.gn index 4a432b1d1..c0e116f07 100644 --- a/frameworks/core/BUILD.gn +++ b/frameworks/core/BUILD.gn @@ -96,7 +96,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 85000ca18..c106f529a 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 6a92edaf1..f79fbcb4e 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 3481ca0a7..e3a7f31a6 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