From 9939fb04ff6fde1294b39b15cc71017d21175d6b Mon Sep 17 00:00:00 2001 From: caochao Date: Mon, 24 Jan 2022 20:43:04 +0800 Subject: [PATCH] samgr_lite bundle.json Signed-off-by: caochao Change-Id: I3bb9fbdbaadd9f3332994663643d5b44006ef88b --- bundle.json | 54 ++++++++++++----------------------------------------- 1 file changed, 12 insertions(+), 42 deletions(-) diff --git a/bundle.json b/bundle.json index 1044e20..1d921f0 100644 --- a/bundle.json +++ b/bundle.json @@ -17,10 +17,19 @@ "adapted_system_type": [ "small" ], - "rom": "", + "adapted_kernel": [ + "liteos_a", + "liteos_m", + "linux" + ], + "rom": "62KB", "ram": "", "deps": { - "components": [], + "components": [ + "utils_base", + "ipc_lite", + "hilog_lite" + ], "third_party": [ "bounds_checking_function", "cJSON" @@ -28,46 +37,7 @@ }, "build": { "sub_component": [ - "//foundation/distributedschedule/samgr_lite/communication/broadcast:broadcast", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", - "//foundation/distributedschedule/samgr_lite/samgr_server:server" - ], - "inner_kits": [ - { - "header": { - "header_base": "foundation/distributedschedule/samgr_lite/interfaces/kits/", - "header_files": [ - "registry/iproxy_client.h", - "registry/iproxy_server.h", - "registry/registry.h", - "samgr/common.h", - "samgr/feature.h", - "samgr/iunknown.h", - "samgr/message.h", - "samgr/samgr_lite.h", - "samgr/service.h" - ] - }, - "name": "//foundation/distributedschedule/samgr_lite/samgr:samgr" - }, - { - "header": { - "header_base": "foundation/distributedschedule/samgr_lite/samgr_server/source/", - "header_files": [ - "samgr_server.h" - ] - }, - "name": "//foundation/distributedschedule/samgr_lite/samgr_server:server" - }, - { - "header": { - "header_base": "foundation/distributedschedule/samgr_lite/interfaces/kits/communication/broadcast/", - "header_files": [ - "broadcast_interface.h" - ] - }, - "name": "//foundation/distributedschedule/samgr_lite/communication/broadcast:broadcast" - } + "//foundation/distributedschedule/samgr_lite:samgr" ] } } -- Gitee