mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
0548e38580
Signed-off-by: lujianhui <lujianhui10@huawei.com>
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_camera",
|
|
"description": "camera device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/camera"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_camera",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "2440KB",
|
|
"ram": "8500KB",
|
|
"deps": {
|
|
"components": [
|
|
"graphic_standard",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"multimedia_camera_framework",
|
|
"samgr",
|
|
"drivers_peripheral_display",
|
|
"ipc",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"googletest"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/camera/hal:camera_hal"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/camera/hal/test/at:camera_test_at",
|
|
"//drivers/peripheral/camera/hal/test/ut:camera_test_ut"
|
|
],
|
|
"inner_kits": []
|
|
}
|
|
}
|
|
}
|