From 5d61757d750d0ed6a20dc1a078510cf388ea5d38 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Wed, 6 Jul 2022 13:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=83=A8=E4=BB=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- bundle.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 939b3581..6718e99b 100644 --- a/bundle.json +++ b/bundle.json @@ -28,12 +28,15 @@ "deps": { "components": [ "ability_base", - "hisysevent_native", - "hiviewdfx_hilog_native", + "utils_base", "ipc", - "safwk", - "samgr_standard", - "utils_base" + "selinux", + "hiviewdfx_hilog_native", + "init", + "ability_runtime", + "access_token", + "common", + "eventhandler" ] }, "build": { -- Gitee