From abf1f16ce1c5b3e70b54dc8560a684e3813f4e47 Mon Sep 17 00:00:00 2001 From: yorere Date: Tue, 21 Dec 2021 20:06:40 +0800 Subject: [PATCH 1/2] add bundle.json Signed-off-by: yorere --- bundle.json | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..d3d4b7c --- /dev/null +++ b/bundle.json @@ -0,0 +1,58 @@ +{ + "name": "@ohos/distributedschedule_samgr_lite", + "version": "", + "description": "提供系统服务的注册、发现能力。", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/distributedschedule_samgr_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "distributedschedule", + "samgr", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "foundation/distributedschedule/samgr_lite" + }, + "component": { + "name": "samgr_lite", + "subsystem": "distributedschedule", + "syscap": [], + "features": [], + "adated_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 253ff59879fdb9957beb7a2d9851d969faf65948 Mon Sep 17 00:00:00 2001 From: yorere Date: Fri, 24 Dec 2021 15:18:15 +0800 Subject: [PATCH 2/2] fix Signed-off-by: yorere --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index d3d4b7c..e1c3af1 100644 --- a/bundle.json +++ b/bundle.json @@ -40,7 +40,7 @@ "subsystem": "distributedschedule", "syscap": [], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small" ], "rom": "", -- Gitee