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