mirror of
https://github.com/openharmony/vendor_asrmicro.git
synced 2026-07-01 22:04:01 -04:00
340ab61d69
Signed-off-by: txl <tangxianglei@huawei.com>
114 lines
3.0 KiB
JSON
Executable File
114 lines
3.0 KiB
JSON
Executable File
{
|
|
"product_name": "xts_demo",
|
|
"type": "mini",
|
|
"version": "3.0",
|
|
"ohos_version": "OpenHarmony 1.0",
|
|
"device_company": "lango",
|
|
"board": "dev_wifi_a",
|
|
"kernel_type": "liteos_m",
|
|
"kernel_version": "3.0.0",
|
|
"subsystems": [
|
|
{
|
|
"subsystem": "kernel",
|
|
"components": [
|
|
{
|
|
"component": "liteos_m",
|
|
"features": [
|
|
"ohos_kernel_liteos_m_lwip_path = \"//device/soc/asrmicro/asr582x/liteos_m/components/net/lwip-2.1\""
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "hiviewdfx",
|
|
"components": [
|
|
{ "component": "hilog_lite", "features":[] },
|
|
{ "component": "hievent_lite", "features":[] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "systemabilitymgr",
|
|
"components": [
|
|
{ "component": "samgr_lite", "features":[] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "communication",
|
|
"components": [
|
|
{ "component": "wifi_lite", "features":[] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "commonlibrary",
|
|
"components": [
|
|
{
|
|
"component": "utils_lite",
|
|
"features": [
|
|
"utils_lite_feature_file = true",
|
|
"utils_lite_feature_timer_task = true",
|
|
"utils_lite_feature_kal_timer = true"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "startup",
|
|
"components": [
|
|
{ "component": "bootstrap_lite", "features":[] },
|
|
{ "component": "init_lite", "features":["enable_ohos_startup_init_feature_begetctl_liteos = true"] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "security",
|
|
"components": [
|
|
{ "component": "huks", "features":
|
|
[
|
|
"disable_huks_binary = true",
|
|
"disable_authenticate = true",
|
|
"huks_use_lite_storage = true",
|
|
"huks_config_file = \"hks_config_lite.h\""
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "iothardware",
|
|
"components": [
|
|
{ "component": "peripheral", "features":[] }
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "xts",
|
|
"components": [
|
|
{"component": "acts", "features":
|
|
[
|
|
"enable_ohos_test_xts_acts_use_thirdparty_lwip = true",
|
|
"build_xts = true"
|
|
]
|
|
},
|
|
{ "component": "tools", "features":[] }
|
|
]
|
|
}
|
|
],
|
|
"third_party_dir": "",
|
|
"vendor_adapter_dir": "//device/soc/asrmicro/asr582x/liteos_m/sdk/adapter",
|
|
"product_adapter_dir": "//vendor/asrmicro/xts_demo/hals",
|
|
"xts_list": [
|
|
{
|
|
"enable": "true",
|
|
"xts_modules": [
|
|
"ActsDfxFuncTest",
|
|
"ActsHieventLiteTest",
|
|
"ActsSamgrTest",
|
|
"ActsWifiIotTest",
|
|
"ActsBootstrapTest"
|
|
]
|
|
}
|
|
],
|
|
"tests_list": [
|
|
{
|
|
"enable": "false"
|
|
}
|
|
]
|
|
}
|