From c5e8479cb15b3421a55407cd3ab766b532d79f29 Mon Sep 17 00:00:00 2001 From: zpyHH Date: Thu, 7 Jul 2022 22:29:55 +0800 Subject: [PATCH] build: update depends commponents of bundle.json Signed-off-by: zpyHH --- bundle.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 161cc70..31b4032 100755 --- a/bundle.json +++ b/bundle.json @@ -27,13 +27,21 @@ ], "deps": { "components": [ - "appexecfwk_standard", + "bundle_framework", + "eventhandler", + "graphic_graphic_2d", + "hicollie_native", + "hisysevent_native", "hiviewdfx_hilog_native", + "init", "ipc", "multimedia_image_standard", + "napi", + "power_manager_native", "safwk", "samgr_standard", "sensor", + "utils_base", "window_manager" ], "third_party": [ -- Gitee