productdefine_common/base/mini_system.json
雪中 5f6c399ef6
update base/mini_system.json.
Signed-off-by: 雪中 <2158863620@qq.com>
2024-01-11 09:30:39 +00:00

63 lines
1.3 KiB
JSON
Executable File

{
"subsystems": [
{
"subsystem": "hiviewdfx",
"components": [
{ "component": "hilog_lite" },
{ "component": "hievent_lite" },
{ "component": "hiview_lite" }
]
},
{
"subsystem": "startup",
"components": [
{ "component": "bootstrap_lite" },
{ "component": "init" }
]
},
{
"subsystem": "communication",
"components": [
{ "component": "dsoftbus" }
]
},
{
"subsystem": "security",
"components": [
{ "component": "device_auth" },
{ "component": "huks" }
]
},
{
"subsystem": "commonlibrary",
"components": [
{ "component": "utils_lite" }
]
},
{
"subsystem": "updater",
"components": [
{ "component": "sys_installer_lite" }
]
},
{
"subsystem": "thirdparty",
"components": [
{ "component": "libcoap" },
{ "component": "littlefs" },
{ "component": "optimized_routines" },
{ "component": "libunwind" },
{ "component": "jerryscript" },
{ "component": "cJSON" },
{ "component": "bounds_checking_function" },
{ "component": "FatFs" }
]
},
{
"subsystem": "communication",
"components": [
{ "component": "ipc" }
]
}
]
}