From d562907ace2a589f17f261df7a81a0a7b8431861 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Tue, 17 May 2022 23:09:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?appdatamgr=E9=83=A8=E4=BB=B6=E5=88=86?= =?UTF-8?q?=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- bundle.json | 3 ++- services/BUILD.gn | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 95dbc537..1b615582 100644 --- a/bundle.json +++ b/bundle.json @@ -26,7 +26,8 @@ "ability_runtime", "hiviewdfx", "ipc", - "native_appdatamgr", + "relational_store", + "dataability", "safwk", "samgr_standard" ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 0f4561b7..0ed6688d 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -85,9 +85,9 @@ ohos_shared_library("fms_server") { "common_event_service:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "native_appdatamgr:native_appdatafwk", - "native_appdatamgr:native_dataability", - "native_appdatamgr:native_rdb", + "dataability:native_dataability", + "relational_store:native_appdatafwk", + "relational_store:native_rdb", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", ] -- Gitee From e79d7cab18661fdec39cc74df91a72c060df8e18 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Wed, 18 May 2022 10:23:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?appdatamgr=E9=83=A8=E4=BB=B6=E5=88=86?= =?UTF-8?q?=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 0ed6688d..9f9f3294 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -83,9 +83,9 @@ ohos_shared_library("fms_server") { "ability_runtime:wantagent_innerkits", "access_token:libaccesstoken_sdk", "common_event_service:cesfwk_innerkits", + "dataability:native_dataability", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "dataability:native_dataability", "relational_store:native_appdatafwk", "relational_store:native_rdb", "safwk:system_ability_fwk", -- Gitee