From 4139f828f7868f112609f6f938e364ef3cfcd18a Mon Sep 17 00:00:00 2001 From: yangzk Date: Thu, 2 Nov 2023 19:47:24 +0800 Subject: [PATCH] =?UTF-8?q?Description:=20=E9=80=82=E9=85=8D=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E4=BE=9D=E8=B5=96=20IssueNo:=20#I8DD2W=20Sig:=20SIG?= =?UTF-8?q?=5FApplicationFramework=20Feature=20or=20Bugfix:=20Feature=20Bi?= =?UTF-8?q?nary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangzk Change-Id: I43b330221e8dc04a0565a04b4481496e5c8ad61d --- bundle.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index bf13d42..fefbb1a 100644 --- a/bundle.json +++ b/bundle.json @@ -23,12 +23,8 @@ "deps": { "components": [ "bundle_framework_lite", - "kv_store", - "ui_lite", - "surface_lite", - "hilog", - "samgr_lite", - "window_manager_lite" + "hilog_lite", + "samgr_lite" ], "third_party": [ "bounds_checking_function", -- Gitee