Files
zhouyj 6d1c4df11f Description: change repo path for lite graphic
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6WFDH
Feature or Bugfix: Feature
Binary Source:No
Signed-off-by: zhouyj <zhouyuanjie1@huawei.com>

Change-Id: If532dcad50970323be00af8c8c66d8644e3ccb57
2023-05-03 22:17:06 +08:00

42 lines
999 B
JSON

{
"name": "@ohos/wms",
"description": "Windows manager service",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "foundation/window/window_manager_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "window_manager_lite",
"subsystem": "window",
"syscap": [ "SystemCapability.Window.WindowManagerLite" ],
"feature": [],
"adapted_system_type": [ "small" ],
"rom": "110KB",
"ram": "~50KB",
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"hilog_lite",
"samgr_lite",
"surface_lite",
"peripheral_display",
"peripheral_input"
]
},
"build": {
"sub_component": [
"//foundation/window/window_manager_lite:window_manager_lite",
"//foundation/window/window_manager_lite/test:window_manager_lite_test"
],
"inner_kits": [],
"test": []
}
}
}