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