From 42c90734f924e078cca05454011e57702df5fc07 Mon Sep 17 00:00:00 2001 From: Zhouyj_zju Date: Fri, 9 Jun 2023 16:27:19 +0800 Subject: [PATCH] Description: update deps in bundle.json for lite-graphics IssueNo: https://gitee.com/openharmony/arkui_ui_lite/issues/I7CALS Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: zhouyj --- bundle.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index ad3d403..95eb2c7 100644 --- a/bundle.json +++ b/bundle.json @@ -21,11 +21,14 @@ "bounds_checking_function" ], "components": [ - "hilog_lite", "samgr_lite", "surface_lite", - "peripheral_display", - "peripheral_input" + "peripheral_input", + "ipc", + "graphic_utils_lite", + "hdf_core", + "permission_lite", + "ui_lite" ] }, "build": { -- Gitee