From d9e65b268a1952d70275b5b7f761d3c84ef98e57 Mon Sep 17 00:00:00 2001 From: qiuxiangdong Date: Fri, 25 Aug 2023 14:54:54 +0800 Subject: [PATCH] fix: Component dependency rectification Signed-off-by: qiuxiangdong Change-Id: I50ca3079483f7a7236360a8ffe034c0ac333eb98 --- bundle.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index fc3d12b..0a5301a 100644 --- a/bundle.json +++ b/bundle.json @@ -35,14 +35,11 @@ ], "deps": { "components": [ - "utils_base", + "utils_lite", "samgr_lite", - "peripheral_input", - "ui_lite", - "ipc_single", - "bundle_framework_lite", + "ipc", "ability_lite", - "hilog", + "hilog_lite", "window_manager_lite" ], "third_party": [ -- Gitee