1{ 2 "name":"@ohos/drivers_peripheral_distributed_camera", 3 "description":"drivers peripheral distributed camera", 4 "version":"3.2", 5 "repository":"https://gitee.com/openharmony/drivers_peripheral", 6 "license":"Apache License 2.0", 7 "publishAs": "code-segment", 8 "segment": { 9 "destPath": "drivers/peripheral/distributed_camera" 10 }, 11 "dirs": {}, 12 "scripts": {}, 13 "component":{ 14 "name":"drivers_peripheral_distributed_camera", 15 "subsystem":"hdf", 16 "features": [ 17 "drivers_peripheral_distributed_camera_extension" 18 ], 19 "adapted_system_type":[ 20 "standard" 21 ], 22 "rom":"1024KB", 23 "ram":"5120KB", 24 "deps":{ 25 "components":[ 26 "ipc", 27 "hdf_core", 28 "hilog", 29 "c_utils", 30 "cJSON", 31 "samgr", 32 "drivers_interface_display", 33 "drivers_interface_distributed_camera", 34 "graphic_surface", 35 "drivers_interface_camera" 36 ] 37 }, 38 "build":{ 39 "sub_component":[ 40 "//drivers/peripheral/distributed_camera:distributed_camera_entry" 41 ], 42 "inner_kits":[ 43 44 ], 45 "test":[ 46 "//drivers/peripheral/distributed_camera/hdi_service/test/fuzztest:hdf_dcamera_fuzztest", 47 "//drivers/peripheral/distributed_camera/hdi_service/test/sample:dcamera_hdf_demo", 48 "//drivers/peripheral/distributed_camera/hdi_service/test/unittest:hdf_service_test" 49 ] 50 } 51 } 52}