From 0c1bbfe7ca855bb02ad546ccd982f7aedbf85496 Mon Sep 17 00:00:00 2001 From: pjscc Date: Wed, 22 Dec 2021 15:49:53 +0800 Subject: [PATCH 1/3] add bundle Signed-off-by: pjscc --- file/bundle.json | 61 ++++++++++++++++++++++++++++++++++++++++++++ kv_store/bundle.json | 61 ++++++++++++++++++++++++++++++++++++++++++++ os_dump/bundle.json | 61 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 183 insertions(+) create mode 100644 file/bundle.json create mode 100644 kv_store/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..1460ee1 --- /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": [], + "adated_system_type": [ + "min", + "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 0000000..a27e02d --- /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": [], + "adated_system_type": [ + "min", + "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 0000000..4dcf222 --- /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": [], + "adated_system_type": [ + "min", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 7e98bacb5921cba153d034b2548378d832316df6 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 24 Dec 2021 14:55:05 +0800 Subject: [PATCH 2/3] fix Signed-off-by: pjscc --- file/bundle.json | 2 +- kv_store/bundle.json | 2 +- os_dump/bundle.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/file/bundle.json b/file/bundle.json index 1460ee1..d27ab85 100644 --- a/file/bundle.json +++ b/file/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Utils.file" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "min", "small" ], diff --git a/kv_store/bundle.json b/kv_store/bundle.json index a27e02d..bd6a366 100644 --- a/kv_store/bundle.json +++ b/kv_store/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Utils.kv_store" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "min", "small" ], diff --git a/os_dump/bundle.json b/os_dump/bundle.json index 4dcf222..b6218b7 100644 --- a/os_dump/bundle.json +++ b/os_dump/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Utils.dump" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "min", "small" ], -- Gitee From fc81c0d4a2b612bd378b44bd6bfbd9b2313131b7 Mon Sep 17 00:00:00 2001 From: pjscc Date: Mon, 27 Dec 2021 16:12:48 +0800 Subject: [PATCH 3/3] fix mini Signed-off-by: pjscc --- file/bundle.json | 2 +- kv_store/bundle.json | 2 +- os_dump/bundle.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/file/bundle.json b/file/bundle.json index d27ab85..9d5b72d 100644 --- a/file/bundle.json +++ b/file/bundle.json @@ -43,7 +43,7 @@ ], "features": [], "adapted_system_type": [ - "min", + "mini", "small" ], "rom": "", diff --git a/kv_store/bundle.json b/kv_store/bundle.json index bd6a366..4474dd5 100644 --- a/kv_store/bundle.json +++ b/kv_store/bundle.json @@ -43,7 +43,7 @@ ], "features": [], "adapted_system_type": [ - "min", + "mini", "small" ], "rom": "", diff --git a/os_dump/bundle.json b/os_dump/bundle.json index b6218b7..df4b7f0 100644 --- a/os_dump/bundle.json +++ b/os_dump/bundle.json @@ -43,7 +43,7 @@ ], "features": [], "adapted_system_type": [ - "min", + "mini", "small" ], "rom": "", -- Gitee