1{ 2 "product_name": "rk3568_mini_system", 3 "device_company": "rockchip", 4 "device_build_path": "device/board/hihope/rk3568", 5 "target_cpu": "arm", 6 "type": "standard", 7 "version": "3.0", 8 "board": "rk3568", 9 "enable_ramdisk": true, 10 "build_selinux": false, 11 "support_jsapi": false, 12 "inherit": [ "productdefine/common/base/standard_system.json" ], 13 "subsystems": [ 14 { 15 "subsystem": "rockchip_products", 16 "components": [ 17 { 18 "component": "rockchip_products", "features":[ "is_support_boot_animation = false" ] 19 } 20 ] 21 }, 22 { 23 "subsystem": "hdf", 24 "components": [ 25 { "component": "drivers_interface_input" }, 26 { "component": "drivers_interface_usb" }, 27 { "component": "drivers_peripheral_usb" }, 28 { "component": "drivers_peripheral_wlan", 29 "features": [ 30 "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true", 31 "drivers_peripheral_wlan_feature_enable_HDF_UT = false" 32 ] 33 } 34 ] 35 }, 36 { 37 "subsystem": "communication", 38 "components": [ 39 { "component": "dsoftbus", "features":["dsoftbus_get_devicename=false"] } 40 ] 41 }, 42 { 43 "subsystem": "hiviewdfx", 44 "components": [ 45 { "component": "hilog"}, 46 { "component": "hichecker", "features":["hichecker_support_asan=false"] } 47 ] 48 }, 49 { 50 "subsystem": "developtools", 51 "components": [ 52 { "component": "hdc" } 53 ] 54 } 55 ] 56} 57