8 Star 4 Fork 87

OpenHarmony / vendor_bestechnic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.json 5.56 KB
一键复制 编辑 原始数据 按行查看 历史
糖宝儿 提交于 2023-08-04 10:52 . tools部件名整改
{
"product_name": "xts_demo",
"ohos_version": "OpenHarmony 2.3",
"type": "mini",
"version": "3.0",
"device_company": "fnlink",
"board": "v200zr",
"kernel_type": "liteos_m",
"kernel_version": "3.0.0",
"pack_burn": "true",
"bin_list": [
{
"elf_name": "wifiiot",
"bsp_target_name": "best2600w_liteos",
"signature": "false",
"burn_name": "rtos_main",
"enable": "true",
"force_link_libs": [
"bootstrap",
"bundlems",
"broadcast",
"hctest",
"module_ActsBootstrapTest",
"module_ActsDfxFuncTest",
"module_ActsHieventLiteTest",
"module_ActsSamgrTest",
"module_ActsKvStoreTest",
"module_ActsBundleMgrTest"
]
},
{
"elf_name": "wifiiot_mini",
"bsp_target_name": "best2600w_liteos_mini",
"signature": "false",
"burn_name": "rtos_mini",
"enable": "false",
"force_link_libs": [
"example"
]
}
],
"fs_list": [
{
"fs_name": "littlefs",
"signature": "false",
"block_size": "4096",
"fs_size": "4194304",
"fs_src": "data",
"burn_name": "littlefs",
"enable": "true"
}
],
"bsp_bin_list": [
{
"bsp_bin_name": "best2600w_liteos_se",
"signature": "false",
"burn_name": "trustzone_main",
"enable": "false"
},
{
"bsp_bin_name": "best2600w_liteos_mini_se",
"signature": "false",
"burn_name": "trustzone_mini",
"enable": "false"
},
{
"bsp_bin_name": "ota_boot1",
"signature": "false",
"burn_name": "ota_boot1",
"enable": "true"
},
{
"bsp_bin_name": "ota_boot2a",
"signature": "false",
"burn_name": "ota_boot2a",
"remap_enable": "true",
"enable": "true"
}
],
"subsystems": [
{
"subsystem": "kernel",
"components": [
{
"component": "liteos_m",
"features": [
"ohos_kernel_liteos_m_lwip_path = \"//device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1\""
]
}
]
},
{
"subsystem": "startup",
"components": [
{
"component": "bootstrap_lite"
},
{
"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": "hiviewdfx",
"components": [
{
"component": "hilog_lite",
"optional": "true"
},
{
"component": "hievent_lite",
"optional": "true"
}
]
},
{
"subsystem": "graphic",
"components": [
{
"component": "graphic_utils_lite",
"features": [
"enable_ohos_graphic_utils_product_config = true"
]
}
]
},
{
"subsystem": "arkui",
"components": [
{
"component": "ace_engine_lite",
"features": [
"enable_ohos_ace_engine_lite_product_config = true"
]
},
{
"component": "ui_lite"
}
]
},
{
"subsystem": "bundlemanager",
"components": [
{
"component": "bundle_framework_lite"
}
]
},
{
"subsystem": "global",
"components": [
{
"component": "resource_management_lite"
},
{
"component": "i18n_lite"
}
]
},
{
"subsystem": "systemabilitymgr",
"components": [
{
"component": "samgr_lite",
"features": [
"config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"
]
}
]
},
{
"subsystem": "communication",
"components": [
{
"component": "wifi_lite",
"optional": "true"
},
{
"component": "dsoftbus"
}
]
},
{
"subsystem": "commonlibrary",
"components": [
{
"component": "utils_lite",
"features": [
"utils_lite_feature_js_builtin = true",
"utils_lite_feature_timer_task = true",
"utils_lite_feature_kal_timer = true"
]
}
]
},
{
"subsystem": "security",
"components": [
{
"component": "huks",
"features": [
"huks_use_lite_storage = true",
"huks_use_hardware_root_key = true",
"huks_config_file = \"hks_config_lite.h\"",
"huks_key_store_path = \"/data/\"",
"ohos_security_huks_mbedtls_porting_path = \"//device/soc/bestechnic/hals/mbedtls\""
]
},
{
"component": "device_auth",
"features": [
"deviceauth_storage_path = \"/data/\"",
"deviceauth_hichain_thread_stack_size = 9472"
]
}
]
},
{
"subsystem": "xts",
"components": [
{ "component": "acts", "features":
[
"config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/data\"",
"enable_ohos_test_xts_acts_use_thirdparty_lwip = true"
]
},
{ "component": "tools", "features":[] }
]
}
],
"vendor_adapter_dir": "",
"product_adapter_dir": "//vendor/bestechnic/xts_demo/hals",
"third_party_dir": "",
"flash_partition_dir": "fs"
}
1
https://gitee.com/openharmony/vendor_bestechnic.git
git@gitee.com:openharmony/vendor_bestechnic.git
openharmony
vendor_bestechnic
vendor_bestechnic
master

搜索帮助