Files
build_lite/components/update.json
T
2021-04-23 23:09:36 +08:00

72 lines
1.5 KiB
JSON
Executable File

{
"components": [
{
"component": "ota_lite",
"description": "",
"optional": "false",
"dirs": [
"base/update/ota_lite"
],
"targets": [
"//base/update/ota_lite/frameworks:ota_lite"
],
"rom": "20KB",
"ram": "~10KB",
"output": [ "hota.a" ],
"adapted_kernel": [
"liteos_a",
"liteos_m",
"linux"
],
"features": [],
"deps": {
"third_party": [
"lwip_sack",
"mbedtls",
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"syspara_lite",
"utils_base"
]
}
},
{
"component": "dupdate",
"description": "dupdate kit.",
"optional": "true",
"dirs": [
"base/update/dupdate"
],
"targets": [
"//base/update/dupdate:dupdate"
],
"rom": "",
"ram": "",
"output": [
"libdupdate_sdk.so",
"libdupdate_svc.so",
"dupdate.so"
],
"adapted_kernel": [ "liteos_a","linux" ],
"features": [],
"deps": {
"components": [
"hilog",
"bundle_mgr",
"system_ability_manager",
"distributed_schedule",
"utils_base",
"ipc"
],
"third_party": [
"cjson",
"curl"
]
}
}
]
}