1{ 2 "product_name": "wifiiot_hispark_pegasus", 3 "type": "mini", 4 "version": "3.0", 5 "ohos_version": "OpenHarmony 1.0", 6 "device_company": "hisilicon", 7 "device_build_path": "device/board/hisilicon/hispark_pegasus", 8 "board": "hispark_pegasus", 9 "kernel_type": "liteos_m", 10 "kernel_is_prebuilt": true, 11 "kernel_version": "", 12 "subsystems": [ 13 { 14 "subsystem": "applications", 15 "components": [ 16 { "component": "wifi_iot_sample_app", "features":[] } 17 ] 18 }, 19 { 20 "subsystem": "iothardware", 21 "components": [ 22 { "component": "peripheral", "features":[] } 23 ] 24 }, 25 { 26 "subsystem": "hiviewdfx", 27 "components": [ 28 { "component": "hilog_lite", "features":[] }, 29 { "component": "hievent_lite", "features":[] }, 30 { "component": "blackbox", "features":[] }, 31 { "component": "hidumper_mini", "features":[] } 32 ] 33 }, 34 { 35 "subsystem": "systemabilitymgr", 36 "components": [ 37 { "component": "samgr_lite", "features":[] } 38 ] 39 }, 40 { 41 "subsystem": "security", 42 "components": [ 43 { "component": "device_auth", "features":[] }, 44 { "component": "huks", "features": 45 [ 46 "disable_huks_binary = false", 47 "disable_authenticate = false", 48 "huks_use_lite_storage = true", 49 "huks_use_hardware_root_key = true", 50 "huks_config_file = \"hks_config_lite.h\"", 51 "ohos_security_huks_mbedtls_porting_path = \"//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls\"" 52 ] 53 } 54 ] 55 }, 56 { 57 "subsystem": "startup", 58 "components": [ 59 { "component": "bootstrap_lite", "features":[] }, 60 { "component": "syspara_lite", "features":[] }, 61 { "component": "init_lite", "features": 62 [ 63 "enable_ohos_startup_init_feature_begetctl_liteos = true", 64 "enable_ohos_startup_init_lite_use_thirdparty_mbedtls = true" 65 ] 66 } 67 ] 68 }, 69 { 70 "subsystem": "communication", 71 "components": [ 72 { "component": "wifi_lite", "features":[] }, 73 { "component": "dsoftbus", "features":[] }, 74 { "component": "wifi_aware", "features":[]} 75 ] 76 }, 77 { 78 "subsystem": "updater", 79 "components": [ 80 { "component": "ota_lite", "features":[] } 81 ] 82 }, 83 { 84 "subsystem": "commonlibrary", 85 "components": [ 86 { "component": "file", "features":[] } 87 ] 88 }, 89 { 90 "subsystem": "xts", 91 "components": [ 92 { "component": "xts_acts", "features": 93 [ 94 "enable_ohos_test_xts_acts_use_thirdparty_lwip = false" 95 ] 96 }, 97 { "component": "xts_tools", "features":[] }, 98 { "component": "device_attest_lite", "features":[] } 99 ] 100 } 101 ], 102 "third_party_dir": "//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party", 103 "product_adapter_dir": "//vendor/hisilicon/hispark_pegasus/hals" 104 } 105