diff --git a/bundle.json b/bundle.json index 21230a9ceff3416f1abadd37cc4bfc28783ff873..785780000e57ac074bddb063e0822edc2ba1ffcd 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 new file mode 100644 index 0000000000000000000000000000000000000000..79d5a94bd43703a60d734654f38f56e1143abbbf --- /dev/null +++ b/file/bundle.json @@ -0,0 +1,41 @@ +{ + "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": [ + "mini", + "small" + ], + "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 0000000000000000000000000000000000000000..9f2c0e9ce663caeac6db7bceb4146d36c7ecbf97 --- /dev/null +++ b/js/builtin/bundle.json @@ -0,0 +1,47 @@ +{ + "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": [ + "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": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} diff --git a/kal/timer/bundle.json b/kal/timer/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..39ec669dfd000641f007804b3be4f54bb3c6ea28 --- /dev/null +++ b/kal/timer/bundle.json @@ -0,0 +1,39 @@ +{ + "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": [ + "mini", + "small" + ], + "rom": "15KB", + "ram": "", + "deps": { + "thrid_party": [], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_lite" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} diff --git a/memory/bundle.json b/memory/bundle.json index e3b70746f5cc8b482ce37f63638a1f980ea959bb..dd52576d559d0f18effb784fb53457054e1e9465 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 new file mode 100644 index 0000000000000000000000000000000000000000..fb85c7828b11c9b463b6dc461d0608b7d4d92762 --- /dev/null +++ b/os_dump/bundle.json @@ -0,0 +1,42 @@ +{ + "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": [ + "mini", + "small" + ], + "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": [] + } + } +} diff --git a/timer_task/bundle.json b/timer_task/bundle.json index 00f62eaf05b08a42bf969c541af39aab0c28371b..f6372fcc4c1205c8184604331334169086b66a58 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": [] + } } }