From 10964ac2bb1775585f45fec40db24542857fff30 Mon Sep 17 00:00:00 2001 From: huangyicong Date: Tue, 12 Apr 2022 10:30:48 +0800 Subject: [PATCH] add bundle.json Signed-off-by: huangyicong --- bundle.json | 25 ++++++++++++--------- file/bundle.json | 39 +++++++++++++++++--------------- js/builtin/bundle.json | 51 ++++++++++++++++++++++-------------------- kal/timer/bundle.json | 35 ++++++++++++++++------------- memory/bundle.json | 37 ++++++++++++++++-------------- os_dump/bundle.json | 41 +++++++++++++++++---------------- timer_task/bundle.json | 35 ++++++++++++++++------------- 7 files changed, 142 insertions(+), 121 deletions(-) diff --git a/bundle.json b/bundle.json index 21230a9..7857800 100644 --- a/bundle.json +++ b/bundle.json @@ -14,16 +14,19 @@ ], "component": { "name": "utils_lite", - "subsystem": "utils", - "features" :[], - "adapted_system_type": [ "standard" ], - "rom": "0KB", - "ram": "0KB", - "deps": {}, - "build": { - "sub_component": [], - "inner_kits": [], - "test": [] - } + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "0KB", + "ram": "0KB", + "deps": {}, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } } } diff --git a/file/bundle.json b/file/bundle.json index df5c449..79d5a94 100644 --- a/file/bundle.json +++ b/file/bundle.json @@ -14,25 +14,28 @@ ], "component": { "name": "file", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "0.55KB", - "ram": "", - "deps": { + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "0.55KB", + "ram": "", + "deps": { "thrid_party": [ - "bounds_checking_function" - ], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite" - ] - }, - "build": { + "bounds_checking_function" + ], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite" + ] + }, + "build": { "sub_component": [], - "inner_kits": [], - "test": [] - } + "inner_kits": [], + "test": [] + } } } diff --git a/js/builtin/bundle.json b/js/builtin/bundle.json index 9dafab2..9f2c0e9 100644 --- a/js/builtin/bundle.json +++ b/js/builtin/bundle.json @@ -14,31 +14,34 @@ ], "component": { "name": "js_builtin", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", - "deps": { + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { "thrid_party": [ - "bounds_checking_function" - ], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite", - "aafwk_lite", - "syspara_lite", - "graphic_utils", - "resmgr_lite", - "ui", - "ace_native_engine_lite" - ] - }, - "build": { + "bounds_checking_function" + ], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite", + "aafwk_lite", + "syspara_lite", + "graphic_utils", + "resmgr_lite", + "ui", + "ace_native_engine_lite" + ] + }, + "build": { "sub_component": [], - "inner_kits": [], - "test": [] - } + "inner_kits": [], + "test": [] + } } } diff --git a/kal/timer/bundle.json b/kal/timer/bundle.json index 293868a..39ec669 100644 --- a/kal/timer/bundle.json +++ b/kal/timer/bundle.json @@ -14,23 +14,26 @@ ], "component": { "name": "kal_timer", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "15KB", - "ram": "", - "deps": { + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "15KB", + "ram": "", + "deps": { "thrid_party": [], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite" - ] - }, - "build": { + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite" + ] + }, + "build": { "sub_component": [], - "inner_kits": [], - "test": [] - } + "inner_kits": [], + "test": [] + } } } diff --git a/memory/bundle.json b/memory/bundle.json index e3b7074..dd52576 100644 --- a/memory/bundle.json +++ b/memory/bundle.json @@ -14,23 +14,26 @@ ], "component": { "name": "memory", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", - "deps": { + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { "thrid_party": [], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite" - ] - }, - "build": { - "sub_component": [], - "inner_kits": [], - "test": [] - } + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } } } diff --git a/os_dump/bundle.json b/os_dump/bundle.json index 14371e3..fb85c78 100644 --- a/os_dump/bundle.json +++ b/os_dump/bundle.json @@ -14,26 +14,29 @@ ], "component": { "name": "os_dump", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "3.7KB", - "ram": "~4.75KB", - "deps": { + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "3.7KB", + "ram": "~4.75KB", + "deps": { "thrid_party": [ - "bounds_checking_function" - ], - "kernel_special": {}, - "board_special": {}, - "components": [ - "syspara_lite", - "iot_controller" - ] - }, - "build": { + "bounds_checking_function" + ], + "kernel_special": {}, + "board_special": {}, + "components": [ + "syspara_lite", + "iot_controller" + ] + }, + "build": { "sub_component": [], - "inner_kits": [], - "test": [] - } + "inner_kits": [], + "test": [] + } } } diff --git a/timer_task/bundle.json b/timer_task/bundle.json index 00f62ea..f6372fc 100644 --- a/timer_task/bundle.json +++ b/timer_task/bundle.json @@ -14,23 +14,26 @@ ], "component": { "name": "timer_task", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", - "deps": { + "subsystem": "utils", + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { "thrid_party": [], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite" - ] - }, - "build": { + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite" + ] + }, + "build": { "sub_component": [], - "inner_kits": [], - "test": [] - } + "inner_kits": [], + "test": [] + } } }