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