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 ] 29 }, 30 { 31 "subsystem": "startup", 32 "components": [ 33 { "component": "startup_l2" } 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": "hiviewdfx_hilog_native"}, 46 { "component": "hichecker_native" }, 47 { "component": "hidumper"} 48 ] 49 }, 50 { 51 "subsystem": "developtools", 52 "components": [ 53 { "component": "hdc" } 54 ] 55 } 56 ] 57} 58