mirror of
https://gitee.com/openharmony/productdefine_common
synced 2024-11-27 00:50:49 +00:00
5f6c399ef6
Signed-off-by: 雪中 <2158863620@qq.com>
63 lines
1.3 KiB
JSON
Executable File
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" }
|
|
]
|
|
}
|
|
]
|
|
} |