1{ 2 "product_name": "rk3568", 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": [ "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": "rockchip_products", 53 "components": [ 54 { 55 "component": "rockchip_products", 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_full_test_suite = true", 87 "drivers_peripheral_audio_feature_alsa_lib = false", 88 "drivers_peripheral_audio_feature_effect = true" 89 ] 90 }, 91 { 92 "component": "drivers_peripheral_codec", 93 "features": [ 94 "drivers_peripheral_codec_feature_support_omx_extend_test = true", 95 "drivers_peripheral_codec_feature_support_hdi_v1 = true" 96 ] 97 }, 98 { 99 "component": "drivers_peripheral_display", 100 "features": [ 101 "drivers_peripheral_display_community = true", 102 "drivers_peripheral_display_vdi_default = true" 103 ] 104 }, 105 { 106 "component": "drivers_peripheral_wlan", 107 "features": [ 108 "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true", 109 "drivers_peripheral_wlan_feature_enable_HDF_UT = false" 110 ] 111 }, 112 { 113 "component": "hdf_core", 114 "features": [ 115 "hdf_core_platform_test_support = true" 116 ] 117 } 118 ] 119 }, 120 { 121 "subsystem": "startup", 122 "components": [ 123 { 124 "component": "init", 125 "features": [ 126 "enable_ohos_startup_init_feature_ab_partition = true", 127 "enable_ohos_startup_init_feature_loader = true" 128 ] 129 } 130 ] 131 }, 132 { 133 "subsystem": "ai", 134 "components": [ 135 { 136 "component": "mindspore", 137 "features": [] 138 } 139 ] 140 }, 141 { 142 "subsystem": "msdp", 143 "components": [ 144 { 145 "component": "device_status", 146 "features": [ 147 "fusion_interaction_coordination = false" 148 ] 149 } 150 ] 151 }, 152 { 153 "subsystem": "communication", 154 "components": [ 155 { 156 "component": "wifi", 157 "features": [ 158 "wifi_feature_non_seperate_p2p = true", 159 "wifi_feature_non_hdf_driver = true", 160 "wifi_feature_p2p_random_mac_addr = false", 161 "wifi_feature_with_hdi_chip_supported = false" 162 ] 163 } 164 ] 165 }, 166 { 167 "subsystem": "multimedia", 168 "components": [ 169 { 170 "component": "audio_framework", 171 "features": [ 172 "audio_framework_feature_dtmf_tone = true", 173 "audio_framework_feature_opensl_es = true", 174 "audio_framework_feature_support_os_account = false" 175 ] 176 } 177 ] 178 }, 179 { 180 "subsystem": "castplus", 181 "components": [ 182 { 183 "component": "sharing_framework", 184 "features": [] 185 }, 186 { 187 "component": "cast_engine", 188 "features": [] 189 } 190 ] 191 }, 192 { 193 "subsystem": "thirdparty", 194 "components": [ 195 { 196 "component": "libuv", 197 "features": [ 198 "use_ffrt = true" 199 ] 200 }, 201 { 202 "component": "wpa_supplicant", 203 "features": [ 204 "wpa_supplicant_driver_nl80211 = true" 205 ] 206 } 207 ] 208 }, 209 { 210 "subsystem": "tee", 211 "components": [ 212 { 213 "component": "tee_client", 214 "features": [] 215 } 216 ] 217 }, 218 { 219 "subsystem": "usb", 220 "components": [ 221 { 222 "component": "usb_manager", 223 "features": [ 224 "usb_manager_feature_pop_up_func_switch_model = false" 225 ] 226 } 227 ] 228 }, 229 { 230 "subsystem": "graphic", 231 "components": [ 232 { 233 "component": "graphic_2d", 234 "features": [ 235 "graphic_2d_feature_rs_enable_eglimage = true", 236 "graphic_2d_feature_use_texgine = true" 237 ] 238 }, 239 { 240 "component": "graphic_surface", 241 "features": [] 242 }, 243 { 244 "component": "graphic_3d", 245 "features": [] 246 }, 247 { 248 "component": "vulkan-loader", 249 "features": [] 250 }, 251 { 252 "component": "vulkan-headers", 253 "features": [] 254 } 255 ] 256 }, 257 { 258 "subsystem":"hiviewdfx", 259 "components": [ 260 { 261 "component": "hiview", 262 "features": [ 263 "enable_leak_detector = true", 264 "enable_performance_monitor = true" 265 ] 266 } 267 ] 268 } 269 ] 270} 271