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 "build_selinux": true, 12 "build_seccomp": true, 13 "inherit": [ "productdefine/common/inherit/rich.json", "productdefine/common/inherit/chipset_common.json" ], 14 "subsystems": [ 15 { 16 "subsystem": "security", 17 "components": [ 18 { 19 "component": "selinux", 20 "features": [] 21 } 22 ] 23 }, 24 { 25 "subsystem": "communication", 26 "components": [ 27 { 28 "component": "netmanager_ext", 29 "features": [] 30 } 31 ] 32 }, 33 { 34 "subsystem": "hdf", 35 "components": [ 36 { 37 "component": "drivers_interface_ril", 38 "features": [] 39 }, 40 { 41 "component": "drivers_peripheral_ril", 42 "features":[] 43 } 44 ] 45 }, 46 { 47 "subsystem": "rockchip_products", 48 "components": [ 49 { 50 "component": "rockchip_products", 51 "features": [] 52 } 53 ] 54 }, 55 { 56 "subsystem": "arkui", 57 "components": [ 58 { 59 "component": "ace_engine", 60 "features": [ 61 "ace_engine_feature_enable_accessibility = true", 62 "ace_engine_feature_enable_web = true" 63 ] 64 }, 65 { 66 "component": "ui_appearance", 67 "features": [] 68 } 69 ] 70 }, 71 { 72 "subsystem": "wpa_supplicant-2.9", 73 "components": [ 74 { 75 "component": "wpa_supplicant-2.9", 76 "features": [ 77 "wpa_supplicant_driver_nl80211 = true" 78 ] 79 } 80 ] 81 }, 82 { 83 "subsystem": "hdf", 84 "components": [ 85 { 86 "component": "drivers_interface_audio", 87 "features": [] 88 }, 89 { 90 "component": "drivers_peripheral_audio", 91 "features": [ 92 "drivers_peripheral_audio_full_test_suite = true", 93 "drivers_peripheral_audio_alsa_lib = false" 94 ] 95 } 96 ] 97 }, 98 { 99 "component": "drivers_peripheral_codec", 100 "features": [ 101 "drivers_peripheral_codec_support_omx = true" 102 ] 103 }, 104 { 105 "subsystem": "startup", 106 "components": [ 107 { 108 "component": "init", 109 "features": [ 110 "enable_ohos_startup_init_feature_ab_partition = true", 111 "enable_ohos_startup_init_feature_loader = true" 112 ] 113 } 114 ] 115 }, 116 { 117 "subsystem": "ai", 118 "components": [ 119 { 120 "component": "mindspore", 121 "features": [] 122 } 123 ] 124 } 125 ] 126} 127