2022-05-24 12:59:33 +00:00
|
|
|
{
|
|
|
|
"subsystems": [
|
|
|
|
{
|
|
|
|
"subsystem": "hiviewdfx",
|
|
|
|
"components": [
|
|
|
|
{ "component": "hilog_lite" },
|
|
|
|
{ "component": "hievent_lite" },
|
|
|
|
{ "component": "hiview_lite" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"subsystem": "startup",
|
|
|
|
"components": [
|
2023-12-13 12:31:10 +00:00
|
|
|
{ "component": "bootstrap_lite" },
|
|
|
|
{ "component": "init" }
|
2022-05-24 12:59:33 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"subsystem": "communication",
|
|
|
|
"components": [
|
|
|
|
{ "component": "dsoftbus" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"subsystem": "security",
|
|
|
|
"components": [
|
2022-06-16 09:30:51 +00:00
|
|
|
{ "component": "device_auth" },
|
2022-05-24 12:59:33 +00:00
|
|
|
{ "component": "huks" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-07-22 07:06:05 +00:00
|
|
|
"subsystem": "commonlibrary",
|
2022-05-24 12:59:33 +00:00
|
|
|
"components": [
|
2023-12-13 12:31:10 +00:00
|
|
|
{ "component": "utils_lite" }
|
2022-05-24 12:59:33 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-05-30 06:09:49 +00:00
|
|
|
"subsystem": "updater",
|
2022-05-24 12:59:33 +00:00
|
|
|
"components": [
|
2022-10-29 04:15:43 +00:00
|
|
|
{ "component": "sys_installer_lite" }
|
2022-05-24 12:59:33 +00:00
|
|
|
]
|
2023-12-13 12:31:10 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"subsystem": "thirdparty",
|
|
|
|
"components": [
|
|
|
|
{ "component": "libcoap" },
|
|
|
|
{ "component": "littlefs" },
|
|
|
|
{ "component": "optimized_routines" },
|
2024-01-11 09:30:39 +00:00
|
|
|
{ "component": "libunwind" },
|
2023-12-13 12:31:10 +00:00
|
|
|
{ "component": "jerryscript" },
|
|
|
|
{ "component": "cJSON" },
|
|
|
|
{ "component": "bounds_checking_function" },
|
2023-12-15 06:50:47 +00:00
|
|
|
{ "component": "FatFs" }
|
2023-12-13 12:31:10 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"subsystem": "communication",
|
|
|
|
"components": [
|
|
|
|
{ "component": "ipc" }
|
|
|
|
]
|
2023-12-18 03:11:48 +00:00
|
|
|
}
|
2022-05-24 12:59:33 +00:00
|
|
|
]
|
2023-12-13 12:31:10 +00:00
|
|
|
}
|