1{ 2 "product_name": "system_arm_default", 3 "device_company": "ohos", 4 "target_cpu": "arm", 5 "board": "arm", 6 "type": "standard", 7 "version": "3.0", 8 "enable_ramdisk": true, 9 "build_selinux": true, 10 "inherit": [ "productdefine/common/inherit/rich.json" ], 11 "subsystems": [ 12 { 13 "subsystem": "security", 14 "components": [ 15 { 16 "component": "selinux_adapter", 17 "features": [] 18 } 19 ] 20 }, 21 { 22 "subsystem":"updater", 23 "components":[ 24 { "component":"updater", "features":["updater_ui_support=false"] } 25 ] 26 }, 27 { 28 "subsystem":"hdf", 29 "components":[ 30 { 31 "component": "drivers_peripheral_codec", 32 "features": [] 33 }, 34 { 35 "component": "drivers_peripheral_display", 36 "features": [] 37 } 38 ] 39 } 40 ] 41} 42