diff --git a/file/bundle.json b/file/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..9d5b72dcf4655ff47efdfd5e5a36cb00484fc5b9 --- /dev/null +++ b/file/bundle.json @@ -0,0 +1,61 @@ +{ + "name": "@ohos/file", + "version": "", + "description": "为LiteOS-M内核(Hi3861平台)提供对文件的打开、关闭、读写、获取大小等功能", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/utils_native_lite/tree/master/file", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "utils" + ], + "keywords": [ + "file", + "native", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils/native/lite/file" + }, + "component": { + "name": "file", + "subsystem": "native", + "syscap": [ + "SystemCapability.Utils.file" + ], + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file diff --git a/kv_store/bundle.json b/kv_store/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..4474dd5802cca85f25ab8a5a1952b418975de3f9 --- /dev/null +++ b/kv_store/bundle.json @@ -0,0 +1,61 @@ +{ + "name": "@ohos/kv_store", + "version": "", + "description": "该模块提供读取,设置,删除数据项的功能", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/utils_native_lite/tree/master/kv_store", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "utils" + ], + "keywords": [ + "kv_store", + "native", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils/native/lite/kv_store" + }, + "component": { + "name": "kv_store", + "subsystem": "native", + "syscap": [ + "SystemCapability.Utils.kv_store" + ], + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file diff --git a/os_dump/bundle.json b/os_dump/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..df4b7f0ae32adb957a3e496155a35d265e782691 --- /dev/null +++ b/os_dump/bundle.json @@ -0,0 +1,61 @@ +{ + "name": "@ohos/dump", + "version": "", + "description": "该模块提供通过命令行调用dump系统属性的功能", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/utils_native_lite/tree/master/os_dump", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "utils" + ], + "keywords": [ + "os_dump", + "native", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils/native/lite/os_dump" + }, + "component": { + "name": "dump", + "subsystem": "native", + "syscap": [ + "SystemCapability.Utils.dump" + ], + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file