Files
update_ota_lite/bundle.json
T
wangjiadong 238e0d9d9b Signed-off-by: wangjiadong <wangjiadong14@huawei.com>
change ota_lite to sys_install_lite
2022-10-29 11:31:35 +08:00

82 lines
2.0 KiB
JSON

{
"name": "@ohos/update_sys_installer_lite",
"version": "3.1",
"description": "为轻量级设备提供升级写入相关的api",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/update_sys_installer_lite",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"base"
],
"keywords": [
"update",
"ota",
"lite"
],
"envs": {},
"dirs": {},
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "base/update/sys_installer_lite"
},
"component": {
"name": "sys_installer_lite",
"subsystem": "updater",
"syscap": [
"SystemCapability.Updater.Raw"
],
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"init",
"utils_native"
],
"third_party": [
"third_party_bounds_checking_function",
"third_party_mbedtls"
]
},
"build": {
"sub_component": [
"//base/update/sys_installer_lite/frameworks:sys_installer_lite"
],
"inner_kits": [
{
"name": "//base/update/sys_installer_lite/frameworks:update_api",
"header": {
"header_files": [
"hota_partition.h",
"hota_updater.h"
],
"header_base": "//base/update/sys_installer_lite/interfaces/kits"
}
}
],
"test": []
}
}
}