未验证 提交 b2ff9f1a 编写于 作者: O openharmony_ci 提交者: Gitee

!6912 【OpenHarmony开源贡献者计划2022】(英文)window manager readme相关格式及表达问题

Merge pull request !6912 from king_he/0719-d
......@@ -8,6 +8,8 @@ The Window Manager subsystem provides basic capabilities of window and display m
![WindowManager-subsystem-architecture](./figures/WindowManager.png)
Components of the Window Manager subsystem are described as follows:
- **Window Manager Client**
Provides window object abstraction and window management interfaces, and connects to the ability and UI framework.
......@@ -28,23 +30,22 @@ The Window Manager subsystem provides basic capabilities of window and display m
```text
foundation/window/window_manager/
├── dm # Stores Display Manager Client implementation code
├── dmserver # Stores Display Manager Server implementation code
├── interfaces # Stores external APIs
│ ├── innerkits # Stores native APIs
│ └── kits # Stores JS APIs and native APIs
├── resources # Stores resource files used by the framework
├── sa_profile # Stores system service configuration files
├── snapshot # Stores implementation code of the screenshot command line tool
├── utils # Stores tools
├── wm # Stores Window Manager Client implementation code
├── wmserver # Stores Window Manager Server implementation code
├── dm # Implementation code of Display Manager Client
├── dmserver # Implementation code of Display Manager Server
├── interfaces # External APIs
│ ├── innerkits # Native APIs
│ └── kits # JS APIs and native APIs
├── resources # Resource files used by the framework
├── sa_profile # System service configuration files
├── snapshot # Implementation code of the screenshot command line tool
├── utils # Utilities
├── wm # Implementation code of Window Manager Client
├── wmserver # Implementation code of Window Manager Server
```
## Constraints
- Programming language version
- C++ 11 or later
The Programming language version must be C++ 11 or later.
## Available APIs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册