mirror of
https://github.com/openharmony/multimedia_camera_lite.git
synced 2026-07-01 22:04:03 -04:00
716ee990ab
Signed-off-by: cold_yixiu <lengye@huawei.com>
41 lines
1.0 KiB
JSON
Executable File
41 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "@ohos/camera_lite",
|
|
"description": "Camera service for mini and small system.",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/multimedia/camera_lite"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "camera_lite",
|
|
"subsystem": "multimedia",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini",
|
|
"small"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"hilog_lite",
|
|
"permission_lite",
|
|
"surface_lite"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/multimedia/camera_lite/frameworks:camera_lite"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |