From 12cd2f93413dbb8cd5019e70bcaa8ba2a2e6186f Mon Sep 17 00:00:00 2001 From: fengjiahui4 Date: Fri, 21 Jan 2022 13:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundle.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengjiahui4 --- bundle.json | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 00000000..30cd3e9d --- /dev/null +++ b/bundle.json @@ -0,0 +1,73 @@ +{ + "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": [ + "startup_init_lite", + "startup_syspara_lite", + "developtools_hdc_standard", + "utils_native", + "drivers_peripheral" + ], + "third_party": [ + "third_party_bounds_checking_function", + "third_party_bzip2", + "third_party_libdrm", + "third_party_lz4", + "third_party_openssl", + "third_party_libusb", + "third_party_zlib", + "third_party_libuv", + "third_party_cJSON", + "third_party_libpng" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} + -- Gitee