1{ 2 "product_name": "ipcamera", 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 "enable_ramdisk": true, 10 "enable_absystem": false, 11 "build_selinux": true, 12 "build_seccomp": true, 13 "inherit": [ 14 "productdefine/common/base/standard_system.json", 15 "productdefine/common/inherit/ipcamera.json" 16 ], 17 "subsystems": [ 18 { 19 "subsystem": "rockchip_products", 20 "components": [ 21 { 22 "component": "rockchip_products", 23 "features": [] 24 } 25 ] 26 }, 27 { 28 "subsystem": "communication", 29 "components": [ 30 { 31 "component": "dsoftbus", 32 "features": [ 33 "dsoftbus_feature_conn_p2p = true", 34 "dsoftbus_feature_trans_udp_stream = true" 35 ] 36 } 37 ] 38 }, 39 { 40 "subsystem": "multimedia", 41 "components": [ 42 { 43 "component": "player_framework", 44 "features": ["multimedia_player_framework_support_screen_capture = false"] 45 } 46 ] 47 }, 48 { 49 "subsystem": "multimodalinput", 50 "components": [ 51 { 52 "component": "input", 53 "features": [ 54 "input_feature_combination_key = true", 55 "input_feature_pointer_drawing = true", 56 "input_feature_interceptor = true", 57 "input_feature_monitor = true", 58 "input_feature_touchscreen = true", 59 "input_feature_input_device = true" 60 ] 61 } 62 ] 63 }, 64 { 65 "subsystem": "wpa_supplicant-2.9", 66 "components": [ 67 { 68 "component": "wpa_supplicant-2.9", 69 "features": [ 70 "wpa_supplicant_driver_nl80211 = true" 71 ] 72 } 73 ] 74 }, 75 { 76 "subsystem": "hdf", 77 "components": [ 78 { 79 "component": "drivers_interface_audio", 80 "features": [] 81 }, 82 { 83 "component": "drivers_peripheral_audio", 84 "features": [ 85 "drivers_peripheral_audio_feature_full_test_suite = true", 86 "drivers_peripheral_audio_feature_alsa_lib = false", 87 "drivers_peripheral_audio_feature_effect = true" 88 ] 89 }, 90 { 91 "component": "drivers_peripheral_codec", 92 "features": [ 93 "drivers_peripheral_codec_feature_support_omx_extend_test = true", 94 "drivers_peripheral_codec_feature_support_hdi_v1 = true" 95 ] 96 }, 97 { 98 "component": "drivers_peripheral_display", 99 "features": [ 100 "drivers_peripheral_display_community = true" 101 ] 102 }, 103 { 104 "component": "drivers_peripheral_wlan", 105 "features": [ 106 "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true", 107 "drivers_peripheral_wlan_feature_enable_HDF_UT = false" 108 ] 109 }, 110 { 111 "component": "hdf_core", 112 "features": [ 113 "hdf_core_platform_test_support = true" 114 ] 115 } 116 ] 117 }, 118 { 119 "subsystem": "startup", 120 "components": [ 121 { 122 "component": "init", 123 "features": [ 124 "enable_ohos_startup_init_feature_ab_partition = true", 125 "enable_ohos_startup_init_feature_loader = true" 126 ] 127 } 128 ] 129 } 130 ] 131}