From caf5e5c62c16f74a0bb4b347b944d276812677c7 Mon Sep 17 00:00:00 2001 From: jackd320 Date: Mon, 4 Mar 2024 11:37:49 +0000 Subject: [PATCH 1/2] Signed-off-by: jackd320 Signed-off-by: jackd320 --- bundle.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..3831640 --- /dev/null +++ b/bundle.json @@ -0,0 +1,38 @@ +{ + "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": "updater", + "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 From c99453a337ad28537f1d247ddd2032845245951a Mon Sep 17 00:00:00 2001 From: jackd320 Date: Tue, 5 Mar 2024 02:53:26 +0000 Subject: [PATCH 2/2] Signed-off-by: jackd320 Signed-off-by: jackd320 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3831640..e8b34ff 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "update_app", - "subsystem": "updater", + "subsystem": "update", "syscap": [], "features": [], "adapted_system_type": [ -- Gitee