diff --git a/file/bundle.json b/file/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..df5c449bb5ecd19057d16dbd1c5845b51ab82edd --- /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 0000000000000000000000000000000000000000..9dafab2808caa1b41752144d80bfe44c401270c8 --- /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 0000000000000000000000000000000000000000..293868a0c2236f98f4085021d1291df735092862 --- /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 0000000000000000000000000000000000000000..14371e36986d5120be70e789edaef0677738785c --- /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": [] + } + } +}