From e31a0f78cb0c3c7d3c89451cdb4ec6b1d0756d56 Mon Sep 17 00:00:00 2001 From: wanderer-dl122 Date: Fri, 1 Jul 2022 16:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=83=A8=E4=BB=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanderer-dl122 --- bundle.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/bundle.json b/bundle.json index 7f5dcf11..7cf5e4ad 100644 --- a/bundle.json +++ b/bundle.json @@ -28,16 +28,21 @@ ], "deps": { "components": [ - "appexecfwk_base", - "appexecfwk_core", - "libeventhandler", - "libhilog", - "distributeddata_inner", - "ipc_core", - "system_ability_fwk", - "samgr_proxy", - "syspara", - "softbus_client" + "dsoftbus", + "distributeddatamgr", + "eventhandler", + "hitrace_native", + "utils_base", + "hiviewdfx_hilog_native", + "startup_l2", + "bundle_framework", + "samgr_standard", + "ipc", + "safwk", + "common", + "hisysevent_native", + "ability_runtime", + "device_manager" ], "third_party": [ "json", -- Gitee