From e08ed35a61f64c548b277581ee9f5ced436c60b4 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Mon, 13 Jun 2022 09:34:54 +0800 Subject: [PATCH] =?UTF-8?q?appdatamgr=E4=BB=93=E9=83=A8=E4=BB=B6=E5=8F=8A?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- services/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 50735d4..2d05070 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -23,8 +23,8 @@ config("time_service_config") { "//utils/system/safwk/native/include", "//third_party/json/include", "//base/hiviewdfx/hilog/interfaces/native/innerkits/include", - "//foundation/distributeddatamgr/appdatamgr/interfaces/inner_api/native/rdb/include/", - "//foundation/distributeddatamgr/appdatamgr/interfaces/inner_api/native/appdatafwk/include/", + "//foundation/distributeddatamgr/appdatamgr/relational_store/interfaces/inner_api/rdb/include/", + "//foundation/distributeddatamgr/appdatamgr/relational_store/interfaces/inner_api/appdatafwk/include/", ] } @@ -72,11 +72,11 @@ ohos_shared_library("time_service") { "ability_runtime:runtime", "ability_runtime:wantagent_innerkits", "common_event_service:cesfwk_innerkits", - "dataability:native_dataability", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "relational_store:native_appdatafwk", + "relational_store:native_dataability", "relational_store:native_rdb", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy",