From dcda283302a23f671261dd27f9e4bc35e00bae17 Mon Sep 17 00:00:00 2001 From: qiuxiangdong Date: Fri, 25 Aug 2023 15:06:50 +0800 Subject: [PATCH] fix: Component dependency rectification Signed-off-by: qiuxiangdong Change-Id: I47de715181a5cfa3867f9271e6cbf724024e012d --- bundle.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/bundle.json b/bundle.json index c05a419..27cded0 100644 --- a/bundle.json +++ b/bundle.json @@ -36,15 +36,11 @@ ], "deps": { "components": [ - "utils_base", + "utils_lite", "samgr_lite", - "peripheral_input", - "ui_lite", - "ipc_single", - "bundle_framework_lite", + "ipc", "ability_lite", - "hilog", - "window_manager_lite" + "hilog_lite" ], "third_party": [ "bounds_checking_function" -- Gitee