From 241f81761af47f2c38b082af37d22c9ebecfd5a4 Mon Sep 17 00:00:00 2001 From: wangqi Date: Fri, 15 Jul 2022 11:18:18 +0800 Subject: [PATCH] =?UTF-8?q?Description:=20Add=20Update=20App=20bundle.json?= =?UTF-8?q?=20Signed-off-by:=20=E7=8E=8B=E7=90=AA=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..b0d7ae6 --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "name": "@ohos/app", + "description": "The update app runs on the OHOS and provides an interactive GUI for users to perform version updates", + "version": "3.1", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "base/update/app" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "app", + "subsystem": "updater", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + }, + "hisysevent_config": [] + } +} -- Gitee