17 Star 86 Fork 122

OpenHarmony / multimedia_camera_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
cold 提交于 2023-09-06 17:37 . fix depends in bundle.json
{
"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": []
}
}
}
1
https://gitee.com/openharmony/multimedia_camera_lite.git
git@gitee.com:openharmony/multimedia_camera_lite.git
openharmony
multimedia_camera_lite
multimedia_camera_lite
master

搜索帮助