1{ 2 "product_name": "wifiiot_hispark_pegasus", 3 "ohos_version": "OpenHarmony 1.0", 4 "device_company": "hisilicon", 5 "board": "hispark_pegasus", 6 "kernel_type": "liteos_m", 7 "kernel_version": "", 8 "subsystems": [ 9 { 10 "subsystem": "applications", 11 "components": [ 12 { "component": "wifi_iot_sample_app", "features":[] } 13 ] 14 }, 15 { 16 "subsystem": "iot_hardware", 17 "components": [ 18 { "component": "iot_controller", "features":[] } 19 ] 20 }, 21 { 22 "subsystem": "hiviewdfx", 23 "components": [ 24 { "component": "hilog_lite", "features":[] }, 25 { "component": "hievent_lite", "features":[] }, 26 { "component": "blackbox", "features":[] }, 27 { "component": "hidumper_mini", "features":[] } 28 ] 29 }, 30 { 31 "subsystem": "distributed_schedule", 32 "components": [ 33 { "component": "samgr_lite", "features":[] } 34 ] 35 }, 36 { 37 "subsystem": "security", 38 "components": [ 39 { "component": "hichainsdk", "features":[] }, 40 { "component": "deviceauth_lite", "features":[] }, 41 { "component": "huks", "features": 42 [ 43 "disable_huks_binary = false", 44 "disable_authenticate = false", 45 "huks_use_lite_storage = true", 46 "huks_use_hardware_root_key = true", 47 "huks_config_file = \"hks_config_lite.h\"", 48 "huks_mbedtls_path = \"//device/hisilicon/hispark_pegasus/sdk_liteos/third_party/mbedtls/include/\"" 49 ] 50 } 51 ] 52 }, 53 { 54 "subsystem": "startup", 55 "components": [ 56 { "component": "bootstrap_lite", "features":[] }, 57 { "component": "syspara_lite", "features": 58 [ 59 "enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false" 60 ] 61 } 62 ] 63 }, 64 { 65 "subsystem": "communication", 66 "components": [ 67 { "component": "wifi_lite", "features":[] }, 68 { "component": "softbus_lite", "features":[] }, 69 { "component": "wifi_aware", "features":[]} 70 ] 71 }, 72 { 73 "subsystem": "update", 74 "components": [ 75 { "component": "ota_lite", "features":[] } 76 ] 77 }, 78 { 79 "subsystem": "iot", 80 "components": [ 81 { "component": "iot_link", "features":[] } 82 ] 83 }, 84 { 85 "subsystem": "utils", 86 "components": [ 87 { "component": "file", "features":[] }, 88 { "component": "kv_store", "features":[] }, 89 { "component": "os_dump", "features":[] } 90 ] 91 }, 92 { 93 "subsystem": "vendor", 94 "components": [ 95 { "component": "hi3861_sdk", "target": "//device/hisilicon/hispark_pegasus/sdk_liteos:wifiiot_sdk", "features":[] } 96 ] 97 }, 98 { 99 "subsystem": "test", 100 "components": [ 101 { "component": "xts_acts", "features":[] }, 102 { "component": "xts_tools", "features":[] } 103 ] 104 } 105 ], 106 "third_party_dir": "//device/hisilicon/hispark_pegasus/sdk_liteos/third_party", 107 "product_adapter_dir": "//vendor/hisilicon/hispark_pegasus/hals" 108 } 109