diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..b0d7ae6411f3633614d80cf852a4e034d348965b --- /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": [] + } +}