mirror of
https://github.com/openharmony/graphic_wms.git
synced 2026-07-01 22:04:52 -04:00
6d1c4df11f
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
42 lines
999 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|