From 1d3180d52389e4ce5a27ead74ee4222664bd9a60 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 15:00:17 +0800 Subject: [PATCH 1/2] add bundle Signed-off-by: Sang_Sang33 --- bundle.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..5c9fc8d --- /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": [], + "adated_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From b54a7edc542201494ac0fbcbdbd5657eaa5e3f90 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 11:43:20 +0800 Subject: [PATCH 2/2] fix Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 5c9fc8d..f8d89b5 100644 --- a/bundle.json +++ b/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Multimedia.Camera" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small" ], "rom": "", -- Gitee