diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..f8d89b5bde51535281476f0f96d2c418b145f541 --- /dev/null +++ b/bundle.json @@ -0,0 +1,60 @@ +{ + "name": "@ohos/multimedia_camera_lite", + "version": "", + "description": "提供相机预览、拍照、录像等接口能力,以及相机设备管理、相机流管理,相机并发管理等服务化能力;", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/multimedia_camera_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "multimedia", + "camera", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "foundation/multimedia/camera_lite" + }, + "component": { + "name": "camera_lite", + "subsystem": "multimedia", + "syscap": [ + "SystemCapability.Multimedia.Camera" + ], + "features": [], + "adapted_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file