1{ 2 "product_name": "zhiyuan", 3 "device_company": "allwinner", 4 "device_build_path": "device/board/isoftstone/zhiyuan", 5 "target_cpu": "arm", 6 "type": "standard", 7 "version": "3.0", 8 "board": "zhiyuan", 9 "api_version": 8, 10 "enable_ramdisk": false, 11 "build_selinux": false, 12 "build_seccomp": false, 13 "inherit": [ "productdefine/common/inherit/rich.json", "productdefine/common/inherit/chipset_common.json" ], 14 "subsystems": [ 15 { 16 "subsystem": "graphic", 17 "components": [ 18 { 19 "component": "graphic_2d", 20 "features": [ 21 "graphic_2d_feature_ace_enable_gpu = true" 22 ] 23 } 24 ] 25 }, 26 { 27 "subsystem": "communication", 28 "components": [ 29 { 30 "component": "netmanager_ext", 31 "features": [] 32 }, 33 { 34 "component": "wifi", 35 "features": [ 36 "wifi_feature_with_p2p = false" 37 ] 38 } 39 ] 40 }, 41 { 42 "subsystem": "hdf", 43 "components": [ 44 { 45 "component": "drivers_interface_ril", 46 "features": [] 47 }, 48 { 49 "component": "drivers_peripheral_ril", 50 "features":[] 51 } 52 ] 53 }, 54 { 55 "subsystem": "allwinner_products", 56 "components": [ 57 { 58 "component": "allwinner_products", 59 "features": [] 60 } 61 ] 62 }, 63 { 64 "subsystem": "arkui", 65 "components": [ 66 { 67 "component": "ace_engine", 68 "features": [ 69 "ace_engine_feature_enable_accessibility = true", 70 "ace_engine_feature_enable_web = true" 71 ] 72 } 73 ] 74 }, 75 { 76 "subsystem": "thirdparty", 77 "components": [ 78 { 79 "component": "wpa_supplicant", 80 "features": [ 81 "wpa_supplicant_driver_nl80211 = true" 82 ] 83 } 84 ] 85 }, 86 { 87 "subsystem": "hdf", 88 "components": [ 89 { 90 "component": "drivers_interface_audio", 91 "features": [] 92 }, 93 { 94 "component": "drivers_peripheral_audio", 95 "features": [ 96 "drivers_peripheral_audio_feature_policy_config = false", 97 "drivers_peripheral_audio_feature_hal_notsupport_pathselect = true" 98 ] 99 } 100 ] 101 }, 102 { 103 "subsystem": "startup", 104 "components": [ 105 { 106 "component": "init", 107 "features": [ 108 "enable_ohos_startup_init_feature_ab_partition = false", 109 "enable_ohos_startup_init_feature_loader = true" 110 ] 111 } 112 ] 113 }, 114 { 115 "subsystem": "ai", 116 "components": [ 117 { 118 "component": "mindspore", 119 "features": [] 120 } 121 ] 122 } 123 ] 124} 125