From c8bcbd87de42a99f4b7f7faa3365ff898397ca6c Mon Sep 17 00:00:00 2001 From: caochao Date: Mon, 24 Jan 2022 20:43:56 +0800 Subject: [PATCH] safwk_lite bundle.json Signed-off-by: caochao Change-Id: Ie380b5b71eb96809042a7ea3f06da4d6dc2ffc4c --- bundle.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index a9a260f..47c0263 100644 --- a/bundle.json +++ b/bundle.json @@ -17,11 +17,27 @@ "adapted_system_type": [ "small" ], + "adapted_kernel": [ + "liteos_a", + "linux" + ], "rom": "", "ram": "", "deps": { - "components": [], - "third_party": [] + "components": [ + "utils_base", + "aafwk_lite", + "appexecfwk_lite", + "hilog", + "permission", + "dmsfwk_lite", + "samgr_lite", + "powermgr_lite" + ], + "third_party": [ + "bounds_checking_function", + "cjson" + ] }, "build": { "sub_component": [ -- Gitee