1{ 2 "product_name": "neptune_iotlink_demo", 3 "ohos_version": "OpenHarmony 3.1", 4 "type":"mini", 5 "version": "3.0", 6 "device_company": "hihope", 7 "board": "neptune100", 8 "kernel_type": "liteos_m", 9 "kernel_version": "3.0.0", 10 "bin_list": [ 11 { 12 "elf_name": "hihope", 13 "enable": "true", 14 "force_link_libs": [ 15 "bootstrap", 16 "broadcast", 17 "hctest", 18 "module_ActsBootstrapTest", 19 "module_ActsDfxFuncTest", 20 "module_ActsHieventLiteTest", 21 "module_ActsSamgrTest" 22 ] 23 } 24 ], 25 "subsystems": [ 26 { 27 "subsystem": "kernel", 28 "components": [ 29 { "component": "liteos_m", "features": [] } 30 ] 31 }, 32 { 33 "subsystem": "startup", 34 "components": [ 35 { "component": "bootstrap_lite", "features":[] }, 36 { 37 "component": "init_lite", 38 "features": [ 39 "enable_ohos_startup_init_feature_begetctl_liteos = true", 40 "enable_ohos_startup_init_lite_use_posix_file_api = true", 41 "config_ohos_startup_init_lite_data_path = \"/data/\"" 42 ] 43 } 44 ] 45 }, 46 { 47 "subsystem": "hiviewdfx", 48 "components": [ 49 { "component": "hilog_lite", "features":[] }, 50 { "component": "hievent_lite", "features":[] } 51 ] 52 }, 53 { 54 "subsystem": "systemabilitymgr", 55 "components": [ 56 { "component": "samgr_lite", "features":[] } 57 ] 58 }, 59 { 60 "subsystem": "communication", 61 "components": [ 62 { 63 "component": "wifi_lite", 64 "optional": "true" 65 } 66 ] 67 }, 68 { 69 "subsystem": "commonlibrary", 70 "components": [ 71 { "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] } 72 ] 73 }, 74 { 75 "subsystem": "xts", 76 "components": [ 77 { 78 "component": "acts", 79 "features": 80 [ 81 "config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/data\"", 82 "enable_ohos_test_xts_acts_use_thirdparty_lwip = true" 83 ] 84 }, 85 { "component": "tools", "features":[] } 86 ] 87 } 88 ], 89 "vendor_adapter_dir": "//device/soc/winnermicro", 90 "third_party_dir": "//third_party", 91 "product_adapter_dir": "//vendor/hihope/neptune_iotlink_demo/hals" 92} 93