8 Star 11 Fork 681

OpenHarmony / vendor_hihope

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.json 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
糖宝儿 提交于 2023-08-04 11:06 . tools部件名整改
{
"product_name": "neptune_iotlink_demo",
"ohos_version": "OpenHarmony 3.1",
"type":"mini",
"version": "3.0",
"device_company": "hihope",
"board": "neptune100",
"kernel_type": "liteos_m",
"kernel_version": "3.0.0",
"bin_list": [
{
"elf_name": "hihope",
"enable": "true",
"force_link_libs": [
"bootstrap",
"broadcast",
"hctest",
"module_ActsBootstrapTest",
"module_ActsDfxFuncTest",
"module_ActsHieventLiteTest",
"module_ActsSamgrTest"
]
}
],
"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/\""
]
}
]
},
{
"subsystem": "hiviewdfx",
"components": [
{ "component": "hilog_lite", "features":[] },
{ "component": "hievent_lite", "features":[] }
]
},
{
"subsystem": "systemabilitymgr",
"components": [
{ "component": "samgr_lite", "features":[] }
]
},
{
"subsystem": "communication",
"components": [
{
"component": "wifi_lite",
"optional": "true"
}
]
},
{
"subsystem": "commonlibrary",
"components": [
{ "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] }
]
},
{
"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": "//device/soc/winnermicro",
"third_party_dir": "//third_party",
"product_adapter_dir": "//vendor/hihope/neptune_iotlink_demo/hals"
}
1
https://gitee.com/openharmony/vendor_hihope.git
git@gitee.com:openharmony/vendor_hihope.git
openharmony
vendor_hihope
vendor_hihope
master

搜索帮助