From 162e0e5900ab8773817b2b42dc0aa87b449d1f58 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 4 Mar 2024 09:26:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!41=20:?= =?UTF-8?q?=20update=5Fapp=E6=96=B0=E5=A2=9Ebundle.json=E6=96=87=E4=BB=B6'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 bundle.json diff --git a/bundle.json b/bundle.json deleted file mode 100644 index e8b34ff..0000000 --- a/bundle.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@ohos/update_app", - "description": "The update app runs on the OHOS and provides an interactive GUI for users to perform version updates.", - "version": "3.0", - "license": "Apache License 2.0", - "publishAs": "code-segment", - "segment": { - "destPath": "base/update/update_app" - }, - "dirs": {}, - "scripts": {}, - "component": { - "name": "update_app", - "subsystem": "update", - "syscap": [], - "features": [], - "adapted_system_type": [ - "standard" - ], - "deps": { - "components": [ - "update_service", - "ace_engine", - "ability_runtime", - "systemui", - "hisysevent", - "hilog", - "updater" - ], - "third_party": [] - }, - "build": { - "sub_component": [], - "inner_kits": [], - "test": [] - } - } -} \ No newline at end of file -- Gitee