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 "adapted_system_type":[ 17 "standard" 18 ], 19 "rom":"1024KB", 20 "ram":"5120KB", 21 "deps":{ 22 "components":[ 23 "ipc", 24 "hdf_core", 25 "hilog", 26 "c_utils", 27 "samgr", 28 "drivers_interface_display", 29 "drivers_interface_distributed_camera", 30 "graphic_chipsetsdk", 31 "drivers_interface_camera" 32 ], 33 "third_party":[ 34 "jsoncpp" 35 ] 36 }, 37 "build":{ 38 "sub_component":[ 39 "//drivers/peripheral/distributed_camera:distributed_camera_entry" 40 ], 41 "inner_kits":[ 42 43 ], 44 "test":[ 45 "//drivers/peripheral/distributed_camera/hdi_service//test/fuzztest:hdf_dcamera_fuzztest", 46 "//drivers/peripheral/distributed_camera/hdi_service/test/sample:dcamera_hdf_demo", 47 "//drivers/peripheral/distributed_camera/hdi_service/test/unittest:hdf_service_test" 48 ] 49 } 50 } 51}