From 95c8690e9376a4f51b264683bb42ca625b5fdb9e Mon Sep 17 00:00:00 2001 From: pjscc Date: Tue, 21 Dec 2021 18:01:57 +0800 Subject: [PATCH 1/3] add bundle Signed-off-by: pjscc --- 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 000000000..584150572 --- /dev/null +++ b/bundle.json @@ -0,0 +1,60 @@ +{ + "name": "@ohos/multimedia_image_standard", + "version": "", + "description": "图库", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/multimedia_image_standard", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "multimedia", + "image", + "standard" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "foundation/multimedia/image_standard" + }, + "component": { + "name": "image", + "subsystem": "multimedia", + "syscap": [ + "SystemCapability.Multimedia.Image" + ], + "features": [], + "adated_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 49bd326cc06c1152936c3bc579ff1a0e95ae1ece Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 24 Dec 2021 09:22:07 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundle=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pjscc --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 584150572..673dc7ed9 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/multimedia_image_standard", "version": "", - "description": "图库", + "description": "图片编解码功能实现", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/multimedia_image_standard", -- Gitee From 688b35780604c0f3cdc9d4fb8a722b93ce793d2c Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 24 Dec 2021 11:52:31 +0800 Subject: [PATCH 3/3] fix Signed-off-by: pjscc --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 673dc7ed9..fd91613e8 100644 --- a/bundle.json +++ b/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Multimedia.Image" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "standard" ], "rom": "", -- Gitee