1{ 2 "product_name": "2in1_core_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 "api_version": 8, 10 "enable_ramdisk": true, 11 "enable_absystem": false, 12 "build_selinux": true, 13 "build_seccomp": true, 14 "inherit": [ 15 "productdefine/common/inherit/2in1.json" 16 ], 17 "subsystems": [ 18 { 19 "subsystem": "developtools", 20 "components": [ 21 { 22 "component": "bytrace", 23 "features": [] 24 } 25 ] 26 }, 27 { 28 "subsystem": "applications", 29 "components": [ 30 { 31 "component": "prebuilt_hap", 32 "features": [] 33 } 34 ] 35 }, 36 { 37 "subsystem": "rockchip_products", 38 "components": [ 39 { 40 "component": "rockchip_products", 41 "features": [] 42 } 43 ] 44 } 45 ] 46 }