diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..9ee09ddde22c5ef227d84a65eb3f40bebdae0e53 --- /dev/null +++ b/bundle.json @@ -0,0 +1,49 @@ +{ + "name": "@ohos/graphic_wms", + "version": "", + "description": "窗口管理服务,负责窗口管理和合成", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/graphic_wms", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "graphic", + "wms" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "" + }, + "contributors": [ + { + "name": "", + "email": "" + } + ], + "segment": { + "destPath": "foundation/graphic/wms" + }, + "source": "foundation/graphic/wms", + "component": { + "subsystem": "", + "syscap": [], + "features": [], + "adated_system_type": [], + "rom": "", + "ram": "", + "build": {}, + "deps": { + "components": [], + "third_party": [] + } + } +} \ No newline at end of file