Files
multimedia_camera_lite/bundle.json
T
cold_yixiu 716ee990ab fix depends in bundle.json
Signed-off-by: cold_yixiu <lengye@huawei.com>
2023-09-06 17:37:26 +08:00

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": []
}
}
}