1{ 2 "name":"@ohos/drivers_peripheral_distributed_camera", 3 "description":"drivers peripheral distributed camera", 4 "version":"3.2", 5 "license":"Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/distributed_camera" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component":{ 13 "name":"drivers_peripheral_distributed_camera", 14 "subsystem":"hdf", 15 "syscap":[ 16 "" 17 ], 18 "adapter_system_type":[ 19 "standard" 20 ], 21 "rom":"2440KB", 22 "ram":"8500KB", 23 "deps":{ 24 "components":[ 25 "ipc", 26 "hdf_core", 27 "hiviewdfx_hilog_native", 28 "c_utils" 29 ], 30 "third_party":[ 31 "bounds_checking_function" 32 ] 33 }, 34 "build":{ 35 "sub_component":[ 36 "//drivers/peripheral/distributed_camera:distributed_camera_entry" 37 ], 38 "inner_kits":[ 39 40 ], 41 "test":[ 42 "//drivers/peripheral/distributed_camera/hdi_service/test/unittest:hdf_service_test" 43 ] 44 } 45 } 46}