From 416a0aa4a5b2a50c9234a0a9bf2ad36742c81e43 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 16:56:04 +0800 Subject: [PATCH 1/2] add bundle Signed-off-by: Sang_Sang33 --- bundle.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..df65c20 --- /dev/null +++ b/bundle.json @@ -0,0 +1,57 @@ +{ + "name": "@ohos/utils_native", + "version": "", + "description": "C++常用功能扩展公共函数库。", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/utils_native", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "utils" + ], + "keywords": [ + "utils", + "native" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils/native" + }, + "component": { + "name": "utils_cpp_base", + "subsystem": "native", + "syscap": [], + "features": [], + "adated_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From e3ace74cded33468defa9cc0168734aef1c28076 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 14:34:25 +0800 Subject: [PATCH 2/2] fix Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index df65c20..8b41798 100644 --- a/bundle.json +++ b/bundle.json @@ -39,7 +39,7 @@ "subsystem": "native", "syscap": [], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "standard" ], "rom": "", -- Gitee