mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-19 20:03:38 -04:00
Fix atomic ability part name change
Signed-off-by: hanhaibin <hanhaibin@huawei.com>
This commit is contained in:
@@ -21,9 +21,7 @@ ohos_shared_library("systemtime") {
|
||||
"//foundation/ace/napi/interfaces/kits",
|
||||
]
|
||||
|
||||
configs = [
|
||||
"${time_utils_path}:utils_config",
|
||||
]
|
||||
configs = [ "${time_utils_path}:utils_config" ]
|
||||
|
||||
cflags = [
|
||||
"-fPIC",
|
||||
@@ -41,7 +39,7 @@ ohos_shared_library("systemtime") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"aafwk_standard:want",
|
||||
"ability_runtime:want",
|
||||
"appexecfwk_standard:appexecfwk_base",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -58,7 +58,7 @@ ohos_shared_library("systemtimer") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"aafwk_standard:want",
|
||||
"ability_runtime:want",
|
||||
"appexecfwk_standard:appexecfwk_base",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
+2
-2
@@ -65,8 +65,8 @@ ohos_shared_library("time_service") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [
|
||||
"aafwk_standard:base",
|
||||
"aafwk_standard:want",
|
||||
"ability_runtime:base",
|
||||
"ability_runtime:want",
|
||||
"appexecfwk_standard:appexecfwk_base",
|
||||
"appexecfwk_standard:libeventhandler",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -44,8 +44,8 @@ ohos_unittest("TimeServiceTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"aafwk_standard:base",
|
||||
"aafwk_standard:want",
|
||||
"ability_runtime:base",
|
||||
"ability_runtime:want",
|
||||
"appexecfwk_standard:appexecfwk_base",
|
||||
"appexecfwk_standard:libeventhandler",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -32,6 +32,7 @@ ohos_source_set("time_utils") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
|
||||
Reference in New Issue
Block a user