1 Star 0 Fork 824

huangshan / windowmanager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/window_manager",
"description": "library for window",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/windowmanager"
},
"dirs": {},
"scripts": {},
"component": {
"name": "window_manager",
"subsystem": "window",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "8000KB",
"ram": "8000KB",
"hisysevent_config": [
"//foundation/windowmanager/hisysevent.yaml"
],
"deps": {
"components": [
"ability_base",
"libhilog",
"ipc_core",
"system_ability_fwk",
"samgr_proxy",
"image_native",
"utils",
"bytrace_core",
"surface",
"ability_context_native",
"ability_runtime",
"want",
"ace_uicontent",
"appexecfwk_base",
"appexecfwk_core",
"inputmethod_client",
"libmmi-client",
"ace_napi",
"resmgr_standard"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//foundation/windowmanager/interfaces/kits/js/declaration:window",
"//foundation/windowmanager/sa_profile:wms_sa_profile",
"//foundation/windowmanager/dm:libdm",
"//foundation/windowmanager/dmserver:libdms",
"//foundation/windowmanager/wm:libwm",
"//foundation/windowmanager/wmserver:libwms",
"//foundation/windowmanager/utils:libwmutil",
"//foundation/windowmanager/snapshot:snapshot_display",
"//foundation/windowmanager/interfaces/kits/napi/window_runtime/window_stage_napi:windowstage",
"//foundation/windowmanager/interfaces/kits/napi:napi_packages"
],
"inner_kits": [
{
"type": "so",
"name": "//foundation/windowmanager/wm:libwm",
"header": {
"header_files": [
"window.h",
"window_life_cycle_interface.h",
"window_manager.h",
"window_option.h",
"window_scene.h",
"wm_common.h"
],
"header_base": "//foundation/windowmanager/interfaces/innerkits/wm"
}
},
{
"type": "so",
"name": "//foundation/windowmanager/dm:libdm",
"header": {
"header_files": [
"display.h",
"display_manager.h",
"display_property.h",
"dm_common.h",
"screen.h",
"screen_group.h",
"screen_manager.h"
],
"header_base": "//foundation/windowmanager/interfaces/innerkits/dm"
}
}
],
"test": [
"//foundation/windowmanager/wm:test",
"//foundation/windowmanager/dm:test",
"//foundation/windowmanager/wmserver:test"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uhamc/windowmanager.git
git@gitee.com:uhamc/windowmanager.git
uhamc
windowmanager
windowmanager
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891