• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/window_manager",
3    "description": "library for window",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "foundation/windowmanager"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "window_manager",
14      "subsystem": "window",
15      "syscap": [],
16      "features": [],
17      "adapted_system_type": [ "standard" ],
18      "rom": "8000KB",
19      "ram": "8000KB",
20      "hisysevent_config": [
21        "//foundation/windowmanager/hisysevent.yaml"
22      ],
23      "deps": {
24        "components": [
25          "ability_base",
26          "libhilog",
27          "ipc_core",
28          "system_ability_fwk",
29          "samgr_proxy",
30          "image_native",
31          "utils",
32          "bytrace_core",
33          "surface",
34          "ability_context_native",
35          "ability_runtime",
36          "want",
37          "ace_uicontent",
38          "appexecfwk_base",
39          "appexecfwk_core",
40          "inputmethod_client",
41          "libmmi-client",
42          "ace_napi",
43          "resmgr_standard"
44        ],
45        "third_party": [
46        ]
47      },
48      "build": {
49        "sub_component": [
50          "//foundation/windowmanager/interfaces/kits/js/declaration:window",
51          "//foundation/windowmanager/sa_profile:wms_sa_profile",
52          "//foundation/windowmanager/dm:libdm",
53          "//foundation/windowmanager/dmserver:libdms",
54          "//foundation/windowmanager/wm:libwm",
55          "//foundation/windowmanager/wmserver:libwms",
56          "//foundation/windowmanager/utils:libwmutil",
57          "//foundation/windowmanager/snapshot:snapshot_display",
58          "//foundation/windowmanager/interfaces/kits/napi/window_runtime/window_stage_napi:windowstage",
59          "//foundation/windowmanager/interfaces/kits/napi:napi_packages"
60        ],
61        "inner_kits": [
62          {
63            "type": "so",
64            "name": "//foundation/windowmanager/wm:libwm",
65            "header": {
66              "header_files": [
67                "window.h",
68                "window_manager.h",
69                "window_option.h",
70                "window_scene.h",
71                "wm_common.h"
72              ],
73              "header_base": "//foundation/windowmanager/interfaces/innerkits/wm"
74            }
75          },
76          {
77            "type": "so",
78            "name": "//foundation/windowmanager/dm:libdm",
79            "header": {
80              "header_files": [
81                "display.h",
82                "display_manager.h",
83                "display_property.h",
84                "dm_common.h",
85                "screen.h",
86                "screen_group.h",
87                "screen_manager.h"
88              ],
89              "header_base": "//foundation/windowmanager/interfaces/innerkits/dm"
90            }
91          }
92        ],
93        "test": [
94          "//foundation/windowmanager/wm:test",
95          "//foundation/windowmanager/dm:test"
96        ]
97      }
98    }
99  }
100