From 3fb75b8b3e9a31447a3879eaea3e438321bcff72 Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 22:59:47 +0800 Subject: [PATCH] Fix atomic ability bundle.json change Signed-off-by: wanchengzhen --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 397bdfd50..f90a9ac8c 100644 --- a/bundle.json +++ b/bundle.json @@ -48,9 +48,10 @@ "ram": "16000KB", "deps": { "components": [ + "ability_base", "samgr_standard", "ipc", - "aafwk_standard", + "ability_runtime", "dmsfwk_standard", "multimedia_image_standard", "hiviewdfx_hilog_native", -- Gitee