diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..10336614b09b87786f4705dd96ef584e85518e3a --- /dev/null +++ b/bundle.json @@ -0,0 +1,29 @@ +{ + "name": "@openharmony/utils_lite", + "version": "3.1.0", + "description": "Basic macro and type definitions", + "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/include" + }, + "component": { + "name": "utils_lite", + "subsystem": "utils", + "features" :[], + "adapted_system_type": [ "standard" ], + "rom": "0KB", + "ram": "0KB", + "deps": {}, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } + } diff --git a/timer_task/bundle.json b/timer_task/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..379536e4f37b9076ddcdfe28107c0682868fcf79 --- /dev/null +++ b/timer_task/bundle.json @@ -0,0 +1,36 @@ +{ + "name": "@openharmony/timer_task", + "version": "3.1.0", + "description": "ace timer 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/timer_task" + }, + "component": { + "name": "timer_task", + "subsystem": "utils", + "features" : [], + "adapted_system_type": [ "standard" ], + "rom": "", + "ram": "", + "deps": { + "thrid_party": [], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_base" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } + }