From c7b9b5a7535c284552c53aacb684aebb9143034f Mon Sep 17 00:00:00 2001 From: lancer <591320480@qq.com> Date: Wed, 9 Feb 2022 20:18:26 +0800 Subject: [PATCH] escription: add bundle.json for graphic_wms IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I4T1RL Feature or Bugfix: Feature Binary Source:No Signed-off-by: lancer --- bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..6fe95c4 --- /dev/null +++ b/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "@ohos/wms", + "description": "Windows manager service", + "version": "3.1", + "license": "Apache License 2.0", + "pubiishAs": "code-segment", + "segment": { + "destPath": "foundation/graphic/wms" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "wms", + "subsystem": "graphic", + "syscap": [ "SystemCapability.Graphic.Wms" ], + "feature": [], + "adapted_system_type": [ "small" ], + "rom": "110KB", + "ram": "~50KB", + "deps": { + "third_party": [ + "bounds_checking_function" + ], + "components": [ + "hilog_lite", + "ipc_lite", + "samgr_lite", + "surface", + "peripheral_display", + "peripheral_input" + ] + }, + "build": { + "sub_component": [ + "//foundation/graphic/wms:lite_wms", + "//foundation/graphic/wms/test:lite_wms_test" + ], + "inner_kits": [], + "test": [] + } + } +} -- Gitee