From 0955f2627d7ffc77be71986b336a6e72d8a43431 Mon Sep 17 00:00:00 2001 From: huangyicong Date: Thu, 7 Apr 2022 12:06:58 +0800 Subject: [PATCH 1/2] change securec path Signed-off-by: huangyicong --- file/bundle.json | 38 ++++++++++++++++++++++++++++++++++++ js/builtin/bundle.json | 44 ++++++++++++++++++++++++++++++++++++++++++ kal/timer/bundle.json | 36 ++++++++++++++++++++++++++++++++++ os_dump/bundle.json | 39 +++++++++++++++++++++++++++++++++++++ 4 files changed, 157 insertions(+) create mode 100644 file/bundle.json create mode 100644 js/builtin/bundle.json create mode 100644 kal/timer/bundle.json create mode 100644 os_dump/bundle.json diff --git a/file/bundle.json b/file/bundle.json new file mode 100644 index 0000000..df5c449 --- /dev/null +++ b/file/bundle.json @@ -0,0 +1,38 @@ +{ + "name": "@openharmony/file", + "version": "3.1.0", + "description": "", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "dirs": [ + "utils/native/lite/file" + ], + "component": { + "name": "file", + "subsystem": "utils", + "features" : [], + "adapted_system_type": [ "standard" ], + "rom": "0.55KB", + "ram": "", + "deps": { + "thrid_party": [ + "bounds_checking_function" + ], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} diff --git a/js/builtin/bundle.json b/js/builtin/bundle.json new file mode 100644 index 0000000..9dafab2 --- /dev/null +++ b/js/builtin/bundle.json @@ -0,0 +1,44 @@ +{ + "name": "@openharmony/js_builtin", + "version": "3.1.0", + "description": "ace related kits", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "dirs": [ + "utils/native/lite/js/builtin" + ], + "component": { + "name": "js_builtin", + "subsystem": "utils", + "features" : [], + "adapted_system_type": [ "standard" ], + "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": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} diff --git a/kal/timer/bundle.json b/kal/timer/bundle.json new file mode 100644 index 0000000..293868a --- /dev/null +++ b/kal/timer/bundle.json @@ -0,0 +1,36 @@ +{ + "name": "@openharmony/kal_timer", + "version": "3.1.0", + "description": "", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "dirs": [ + "utils/native/lite/kal/timer" + ], + "component": { + "name": "kal_timer", + "subsystem": "utils", + "features" : [], + "adapted_system_type": [ "standard" ], + "rom": "15KB", + "ram": "", + "deps": { + "thrid_party": [], + "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 new file mode 100644 index 0000000..14371e3 --- /dev/null +++ b/os_dump/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@openharmony/os_dump", + "version": "3.1.0", + "description": "Providing commands for dumping system property.", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "dirs": [ + "utils/native/lite/os_dump" + ], + "component": { + "name": "os_dump", + "subsystem": "utils", + "features" : [], + "adapted_system_type": [ "standard" ], + "rom": "3.7KB", + "ram": "~4.75KB", + "deps": { + "thrid_party": [ + "bounds_checking_function" + ], + "kernel_special": {}, + "board_special": {}, + "components": [ + "syspara_lite", + "iot_controller" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} -- Gitee From 10964ac2bb1775585f45fec40db24542857fff30 Mon Sep 17 00:00:00 2001 From: huangyicong Date: Tue, 12 Apr 2022 10:30:48 +0800 Subject: [PATCH 2/2] 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": [] + } } } -- Gitee