Files
drivers_peripheral/distributed_camera/bundle.json
T
Clone_Zhang 63cd97768a modify dcamera demo
Signed-off-by: Clone_Zhang <zhangjunjie56@huawei.com>
2022-10-24 13:08:05 +08:00

48 lines
1.4 KiB
JSON

{
"name":"@ohos/drivers_peripheral_distributed_camera",
"description":"drivers peripheral distributed camera",
"version":"3.2",
"license":"Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/distributed_camera"
},
"dirs": {},
"scripts": {},
"component":{
"name":"drivers_peripheral_distributed_camera",
"subsystem":"hdf",
"syscap":[
""
],
"adapter_system_type":[
"standard"
],
"rom":"2440KB",
"ram":"8500KB",
"deps":{
"components":[
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"c_utils"
],
"third_party":[
"bounds_checking_function"
]
},
"build":{
"sub_component":[
"//drivers/peripheral/distributed_camera:distributed_camera_entry"
],
"inner_kits":[
],
"test":[
"//drivers/peripheral/distributed_camera/hdi_service//test/fuzztest:hdf_dcamera_fuzztest",
"//drivers/peripheral/distributed_camera/hdi_service/test/sample:dcamera_hdf_demo",
"//drivers/peripheral/distributed_camera/hdi_service/test/unittest:hdf_service_test"
]
}
}
}