diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..9ed43057c30526d2a7d78f749f00249b6a61daf5 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/multimedia_utils_lite", + "version": "", + "description": "媒体基础", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/multimedia_utils_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "multimedia", + "utils", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "foundation/multimedia/utils/lite" + }, + "component": { + "name": "media_common", + "subsystem": "multimedia", + "syscap": [], + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file