mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-19 12:02:04 -04:00
@@ -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",
|
||||
]
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user