mirror of
https://github.com/openharmony/update_ota_lite.git
synced 2026-07-01 20:44:00 -04:00
238e0d9d9b
change ota_lite to sys_install_lite
82 lines
2.0 KiB
JSON
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": []
|
|
}
|
|
}
|
|
}
|
|
|