Files
windowmanager/bundle.json
T
wanchengzhen 3b442e7c5b Fix atomic ability bundle.json change
Signed-off-by: wanchengzhen <wanchengzhen@huawei.com>
2022-02-14 14:23:40 +00:00

98 lines
3.0 KiB
JSON

{
"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",
"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"
]
}
}
}