1{ 2 "product_name": "hispark_taurus_mini_system", 3 "version": "3.0", 4 "type": "small", 5 "ohos_version": "OpenHarmony 3.1", 6 "device_company": "hisilicon", 7 "device_build_path": "device/board/hisilicon/hispark_taurus", 8 "board": "hispark_taurus", 9 "kernel_type": "liteos_a", 10 "kernel_version": "", 11 "inherit": [ "productdefine/common/base/small_system.json" ], 12 "subsystems": [ 13 { 14 "subsystem": "startup", 15 "components": [ 16 { "component": "init_lite", "features": 17 [ 18 "enable_ohos_startup_init_feature_begetctl_liteos = true" 19 ] 20 } 21 ] 22 }, 23 { 24 "subsystem": "security", 25 "components": [ 26 { "component": "huks", "features": 27 [ 28 "huks_config_file = \"hks_config_small.h\"" 29 ] 30 } 31 ] 32 } 33 ], 34 "third_party_dir": "//third_party", 35 "product_adapter_dir": "//vendor/hisilicon/hispark_taurus_mini_system/hals" 36 } 37