From d98a8c846df31051b52e86233ff78b7a2ab1272d Mon Sep 17 00:00:00 2001 From: HYH Date: Wed, 29 Jun 2022 10:39:42 +0000 Subject: [PATCH] Signed-off-by:hellohyh001 --- bundle.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bundle.json b/bundle.json index 95a522ac..298936c9 100644 --- a/bundle.json +++ b/bundle.json @@ -19,16 +19,17 @@ ], "deps": { "components": [ - "access_token", + "hisysevent_native", + "napi", + "drivers_interface_sensor", "hiviewdfx_hilog_native", + "access_token", + "utils_base", + "hitrace_native", "ipc", - "safwk", + "safwk", "samgr_standard", - "utils_base", - "appexecfwk_standard", - "napi", - "hisysevent_native", - "drivers_peripheral_sensor" + "eventhandler" ], "third_party": [] }, -- Gitee