1{ 2 "product_name": "tablet_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 "enable_absystem": false, 11 "build_selinux": true, 12 "support_jsapi": true, 13 "build_seccomp": true, 14 "build_out_path": "out/rk3568/tablet_mini_system", 15 "inherit": [ 16 "productdefine/common/inherit/tablet.json" 17 ], 18 "subsystems": [ 19 { 20 "subsystem": "rockchip_products", 21 "components": [ 22 { 23 "component": "rockchip_products", 24 "features": [ 25 "is_support_boot_animation = false" 26 ] 27 } 28 ] 29 }, 30 { 31 "subsystem": "applications", 32 "components": [ 33 { 34 "component": "prebuilt_hap", 35 "features": [] 36 } 37 ] 38 } 39 ] 40}