From e07566220bfb971ed13902841753b9369680f631 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 16:47:46 +0800 Subject: [PATCH 1/3] add bundle Signed-off-by: Sang_Sang33 --- bundle.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..faeb232 --- /dev/null +++ b/bundle.json @@ -0,0 +1,60 @@ +{ + "name": "@ohos/graphic_wms", + "version": "", + "description": "窗口管理服务,负责窗口管理和合成", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/graphic_wms", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "graphic", + "wms" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "foundation/graphic/wms" + }, + "component": { + "name": "wms", + "subsystem": "graphic", + "syscap": [ + "SystemCapability.Graphic.WMS" + ], + "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 e38e130ec95627f3af4cdf2af5fbb59e8008282c Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 14:24:29 +0800 Subject: [PATCH 2/3] 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 faeb232..de17d07 100644 --- a/bundle.json +++ b/bundle.json @@ -41,7 +41,7 @@ "SystemCapability.Graphic.WMS" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "min", "small" ], -- Gitee From f872cad7fd81adf1b4e9cecb1e2602d7c0743fd4 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 27 Dec 2021 15:05:44 +0800 Subject: [PATCH 3/3] 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 de17d07..2c46cce 100644 --- a/bundle.json +++ b/bundle.json @@ -42,7 +42,7 @@ ], "features": [], "adapted_system_type": [ - "min", + "mini", "small" ], "rom": "", -- Gitee