Files
2024-06-08 08:09:29 +00:00

51 lines
1.2 KiB
JSON

{
"product_name": "rtos_demo",
"ohos_version": "OpenHarmony 3.0",
"type":"mini",
"version": "3.0",
"device_company": "soc",
"board": "st/stm32f407zg",
"kernel_type": "uniproton",
"kernel_version": "3.0.0",
"bin_list": [
{
"force_link_libs": [
"app"
]
}
],
"subsystems": [
{
"subsystem": "kernel",
"components": [
{ "component": "uniproton", "features":[] }
]
},
{
"subsystem": "startup",
"components": [
{ "component": "bootstrap_lite", "features": [] }
]
},
{
"subsystem": "systemabilitymgr",
"components": [
{
"component": "samgr_lite",
"features": [
"config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"
]
}
]
},
{
"subsystem": "commonlibrary",
"components": [
{ "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] }
]
}
],
"third_party_dir": "",
"product_adapter_dir": "//vendor/alientek/rtos_demo/hals"
}