bossay_release_out/vendor/bossay/DCMOTOR/config.json

53 lines
1.6 KiB
JSON
Raw Normal View History

2025-09-24 11:16:14 +08:00
{
"product_name": "DCMOTOR",
"ohos_version": "OpenHarmony 1.0",
"device_company": "bossay",
"board": "hi3861_l0",
"kernel_type": "liteos_m",
"kernel_version": "",
"subsystems": [
{
"subsystem": "iot_hardware",
"components": [
{ "component": "iot_controller", "features":[] }
]
},
{
"subsystem": "distributed_schedule",
"components": [
{ "component": "samgr_lite", "features":[] }
]
},
{
"subsystem": "security",
"components": [
{ "component": "hichainsdk", "features":[] },
{ "component": "deviceauth_lite", "features":[] },
{ "component": "huks", "features":
[
"disable_huks_binary = false",
"disable_authenticate = false",
"huks_use_lite_storage = true",
"huks_use_hardware_root_key = true",
"huks_config_file = \"hks_config_lite.h\"",
"huks_mbedtls_path = \"//device/bossay/hi3861_l0/sdk_liteos/third_party/mbedtls/include/\""
]
}
]
},
{
"subsystem": "startup",
"components": [
{ "component": "bootstrap_lite", "features":[] },
{ "component": "syspara_lite", "features":
[
"enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false"
]
}
]
}
],
"third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
"product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
}