mirror of
https://github.com/openharmony/vendor_telink.git
synced 2026-07-01 20:44:02 -04:00
177c147354
Signed-off-by: huangyuchen <huangyuchen3@huawei.com> Change-Id: Ibc084b89e905cc025d6b5377c0dfff3fa4e026e3
54 lines
1.5 KiB
JSON
Executable File
54 lines
1.5 KiB
JSON
Executable File
{
|
|
"product_name": "led_demo",
|
|
"ohos_version": "OpenHarmony 3.x",
|
|
"device_company": "telink",
|
|
"board": "b91_devkit",
|
|
"kernel_type": "liteos_m",
|
|
"kernel_version": "3.0.0",
|
|
"subsystems": [
|
|
{
|
|
"subsystem": "kernel",
|
|
"components": [
|
|
{ "component": "liteos_m", "features": [] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "startup",
|
|
"components": [
|
|
{ "component": "bootstrap_lite", "features":[] },
|
|
{
|
|
"component": "init_lite",
|
|
"features": [
|
|
"enable_ohos_startup_init_feature_begetctl_liteos = true",
|
|
"enable_ohos_startup_init_lite_use_posix_file_api = true",
|
|
"config_ohos_startup_init_lite_data_path = \"/data/\"",
|
|
"config_ohos_startup_syspara_lite_data_path = \"/data/\""
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "systemabilitymgr",
|
|
"components": [
|
|
{ "component": "samgr_lite", "features":[] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "hiviewdfx",
|
|
"components": [
|
|
{ "component": "hilog_lite", "features":[] },
|
|
{ "component": "hievent_lite", "features":[] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "commonlibrary",
|
|
"components": [
|
|
{ "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] }
|
|
]
|
|
}
|
|
],
|
|
"third_party_dir": "",
|
|
"vendor_adapter_dir": "//device/soc/telink/b91/adapter",
|
|
"product_adapter_dir": "//vendor/telink/led_demo/hals"
|
|
}
|