1{ 2 "product_name": "dayu210", 3 "device_company": "HiHope", 4 "device_build_path": "device/board/hihope/dayu210", 5 "target_cpu": "arm64", 6 "type": "standard", 7 "version": "3.0", 8 "board": "rk3588", 9 "api_version": 8, 10 "enable_ramdisk": true, 11 "enable_absystem": false, 12 "build_selinux": true, 13 "build_seccomp": true, 14 "inherit": [ "productdefine/common/inherit/rich.json", "productdefine/common/inherit/chipset_common.json" ], 15 "subsystems": [ 16 { 17 "subsystem": "security", 18 "components": [ 19 { 20 "component": "selinux_adapter", 21 "features": [] 22 } 23 ] 24 }, 25 { 26 "subsystem": "communication", 27 "components": [ 28 { 29 "component": "netmanager_ext", 30 "features": [] 31 }, 32 { 33 "component": "bluetooth_service", 34 "features": [] 35 } 36 ] 37 }, 38 { 39 "subsystem": "hdf", 40 "components": [ 41 { 42 "component": "drivers_interface_ril", 43 "features": [] 44 }, 45 { 46 "component": "drivers_peripheral_ril", 47 "features":[] 48 } 49 ] 50 }, 51 { 52 "subsystem": "device_rk3588", 53 "components": [ 54 { 55 "component": "device_rk3588", 56 "features": [] 57 } 58 ] 59 }, 60 { 61 "subsystem": "arkui", 62 "components": [ 63 { 64 "component": "ace_engine", 65 "features": [ 66 "ace_engine_feature_enable_accessibility = true", 67 "ace_engine_feature_enable_web = true" 68 ] 69 }, 70 { 71 "component": "ui_appearance", 72 "features": [] 73 } 74 ] 75 }, 76 { 77 "subsystem": "hdf", 78 "components": [ 79 { 80 "component": "drivers_interface_audio", 81 "features": [] 82 }, 83 { 84 "component": "drivers_peripheral_audio", 85 "features": [ 86 "drivers_peripheral_audio_feature_hal_notsupport_pathselect = true", 87 "drivers_peripheral_audio_feature_full_test_suite = true", 88 "drivers_peripheral_audio_feature_alsa_lib = false" 89 ] 90 }, 91 { 92 "component": "drivers_peripheral_display", 93 "features": [ 94 "drivers_peripheral_display_community = true" 95 ] 96 }, 97 { 98 "component": "drivers_peripheral_wlan", 99 "features": [ 100 "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true", 101 "drivers_peripheral_wlan_feature_enable_HDF_UT = false" 102 ] 103 }, 104 { 105 "component": "hdf_core", 106 "features": [ 107 "hdf_core_platform_test_support = true" 108 ] 109 } 110 ] 111 }, 112 { 113 "subsystem": "startup", 114 "components": [ 115 { 116 "component": "init", 117 "features": [ 118 "enable_ohos_startup_init_feature_ab_partition = true", 119 "enable_ohos_startup_init_feature_loader = true" 120 ] 121 } 122 ] 123 }, 124 { 125 "subsystem": "ai", 126 "components": [ 127 { 128 "component": "mindspore", 129 "features": [] 130 } 131 ] 132 }, 133 { 134 "subsystem": "window", 135 "components": [ 136 { 137 "component": "window_manager", 138 "features": [] 139 } 140 ] 141 }, 142 { 143 "subsystem": "multimedia", 144 "components": [ 145 { 146 "component": "player_framework", 147 "features": [ 148 "multimedia_player_framework_use_codec_plugins = false" 149 ] 150 } 151 ] 152 }, 153 { 154 "subsystem": "msdp", 155 "components": [ 156 { 157 "component": "device_status", 158 "features": [ 159 "fusion_interaction_coordination = false" 160 ] 161 } 162 ] 163 }, 164 { 165 "subsystem": "communication", 166 "components": [ 167 { 168 "component": "wifi", 169 "features": [ 170 "wifi_feature_non_seperate_p2p = true", 171 "wifi_feature_non_hdf_driver = true" 172 ] 173 } 174 ] 175 }, 176 { 177 "subsystem": "multimedia", 178 "components": [ 179 { 180 "component": "audio_framework", 181 "features": [ 182 "audio_framework_feature_dtmf_tone = true", 183 "audio_framework_feature_opensl_es = true" 184 ] 185 } 186 ] 187 }, 188 { 189 "subsystem": "thirdparty", 190 "components": [ 191 { 192 "component": "libuv", 193 "features": [ 194 "use_ffrt = true" 195 ] 196 }, 197 { 198 "component": "wpa_supplicant", 199 "features": [ 200 "wpa_supplicant_driver_nl80211 = true" 201 ] 202 } 203 ] 204 }, 205 { 206 "subsystem": "graphic", 207 "components": [ 208 { 209 "component": "graphic_2d", 210 "features": [ 211 "graphic_2d_feature_rs_enable_eglimage = true", 212 "graphic_2d_feature_use_texgine = true" 213 ] 214 } 215 ] 216 } 217 ] 218} 219