mirror of
https://github.com/openharmony/window_window_manager_lite.git
synced 2026-06-30 21:37:54 -04:00
cecb8bf8fc
IssueNo: https://gitee.com/openharmony/window_window_manager_lite/issues/I7HT20 Feature or Bugfix: Bugfix Binary Source:NO Signed-off-by: xing-tai-zhang <zhangxingtai@huawei.com>
43 lines
1000 B
JSON
43 lines
1000 B
JSON
{
|
|
"name": "@ohos/window_manager_lite",
|
|
"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",
|
|
"feature": [],
|
|
"adapted_system_type": [ "small" ],
|
|
"rom": "110KB",
|
|
"ram": "~50KB",
|
|
"deps": {
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
],
|
|
"components": [
|
|
"samgr_lite",
|
|
"surface_lite",
|
|
"drivers_peripheral_input",
|
|
"ipc",
|
|
"graphic_utils_lite",
|
|
"hdf_core",
|
|
"permission_lite"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/window/window_manager_lite:window_manager_lite",
|
|
"//foundation/window/window_manager_lite/test:window_manager_lite_test"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|