diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..fd91613e8d68027729b1a74985bd0b7eae943933 --- /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": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file