From 4bff8ef8736b25a5e8355224ea263cb701616932 Mon Sep 17 00:00:00 2001 From: fengjiahui4 Date: Thu, 20 Jan 2022 15:57:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:bundle.json=E6=B7=BB=E5=8A=A0subsystem?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengjiahui4 --- M-A | 0 bundle.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 M-A create mode 100644 bundle.json diff --git a/M-A b/M-A new file mode 100644 index 00000000..e69de29b diff --git a/bundle.json b/bundle.json new file mode 100644 index 00000000..33f506ab --- /dev/null +++ b/bundle.json @@ -0,0 +1,55 @@ +{ + "name": "@ohos/update_updater", + "version": "", + "description": "Updater module | 升级安装包组件", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/update_updater", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "update", + "updater" + ], + "envs": {}, + "dirs": {}, + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/update/updater" + }, + "component": { + "name": "update_updater", + "subsystem": "updater", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} -- Gitee From 419f174978320b94659a0c4bbc061678b5adc126 Mon Sep 17 00:00:00 2001 From: fengjiahui4 Date: Fri, 21 Jan 2022 05:05:55 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20M-A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- M-A | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 M-A diff --git a/M-A b/M-A deleted file mode 100644 index e69de29b..00000000 -- Gitee From fe718c5c7e60ce9bbaf29e2b9b9d6a38ffbac339 Mon Sep 17 00:00:00 2001 From: fengjiahui4 Date: Fri, 21 Jan 2022 13:25:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bundle.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengjiahui4 --- bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.json b/bundle.json index 33f506ab..c6f95082 100644 --- a/bundle.json +++ b/bundle.json @@ -53,3 +53,4 @@ } } } + -- Gitee