1{ 2 "product_name": "hpm6750evk2", 3 "type": "mini", 4 "version": "3.0", 5 "ohos_version": "OpenHarmony 3.1", 6 "device_company": "hpmicro", 7 "board": "hpm6750evk2", 8 "kernel_type": "liteos_m", 9 "kernel_version": "3.0.0", 10 "force_link_libs": [ 11 "bootstrap", 12 "broadcast" 13 ], 14 "subsystems": [ 15 { 16 "subsystem": "kernel", 17 "components": [ 18 { 19 "component": "liteos_m", 20 "features": [ 21 "ohos_kernel_liteos_m_lwip_path = \"//device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter\"" 22 ] 23 } 24 ] 25 }, 26 { 27 "subsystem": "startup", 28 "components": [ 29 { 30 "component": "bootstrap_lite" 31 }, 32 { 33 "component": "init_lite", 34 "features": [ 35 "enable_ohos_startup_init_feature_begetctl_liteos = true", 36 "enable_ohos_startup_init_lite_use_posix_file_api = true", 37 "config_ohos_startup_init_lite_data_path = \"/data/\"" 38 ] 39 } 40 ] 41 }, 42 { 43 "subsystem": "commonlibrary", 44 "components": [ 45 { 46 "component": "utils_lite", 47 "features":[ "utils_lite_feature_file = true" ] 48 } 49 ] 50 }, 51 { 52 "subsystem": "systemabilitymgr", 53 "components": [ 54 { 55 "component": "samgr_lite", 56 "features": [ 57 "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096" 58 ] 59 } 60 ] 61 }, 62 { 63 "subsystem": "hiviewdfx", 64 "components": [ 65 { 66 "component": "hilog_lite", 67 "optional": "true" 68 }, 69 { 70 "component": "hievent_lite", 71 "optional": "true" 72 }, 73 { 74 "component": "hiview_lite", 75 "features": [ 76 "ohos_hiviewdfx_hiview_lite_stack_size = 4096" 77 ] 78 } 79 ] 80 }, 81 { 82 "subsystem": "product_hpm6750evk2", 83 "components": [ 84 { 85 "component": "product_hpm6750evk2", 86 "features": [ 87 ] 88 } 89 ] 90 }, 91 { 92 "subsystem": "xts", 93 "components": [ 94 { 95 "component": "acts", 96 "features": [ 97 ] 98 }, 99 { 100 "component": "tools", 101 "features": [] 102 } 103 ] 104 } 105 ], 106 "third_party_dir": "", 107 "product_adapter_dir": "//vendor/hpmicro/hpm6750evk2/hals", 108 "vendor_adapter_dir": "//device/soc/hpmicro/hpm6700" 109}