From 1a8c6b6801805867fc7026b3d2d1a3323abd8fde Mon Sep 17 00:00:00 2001 From: weishaoxiong Date: Thu, 24 Jul 2025 14:40:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: weishaoxiong --- services/distributeddataservice/service/object/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/distributeddataservice/service/object/BUILD.gn b/services/distributeddataservice/service/object/BUILD.gn index 7ebc67331..b5bba90be 100644 --- a/services/distributeddataservice/service/object/BUILD.gn +++ b/services/distributeddataservice/service/object/BUILD.gn @@ -77,6 +77,7 @@ ohos_source_set("distributeddata_object") { "dfs_service:distributed_file_daemon_kit_inner", "dmsfwk:distributed_sdk", "hilog:libhilog", + "ipc:ipc_single", "hisysevent:libhisysevent", "kv_store:datamgr_common", "kv_store:distributeddb", -- Gitee