mirror of
https://github.com/openharmony/applications_systemui.git
synced 2026-07-19 19:44:41 -04:00
df828a9e25
Signed-off-by: BlancWu <wuyawei1@huawei.com>
44 lines
1.6 KiB
Markdown
Executable File
44 lines
1.6 KiB
Markdown
Executable File
# SystemUI<a name="EN-US_TOPIC_0000001103330836"></a>
|
|
|
|
- [Introduction](#section11660541593)
|
|
- [Architecture](#section125101832114213)
|
|
|
|
- [Directory Structure](#section161941989596)
|
|
- [Repositories Involved](#section1371113476307)
|
|
|
|
## Introduction<a name="section11660541593"></a>
|
|
|
|
SystemUI is a system app preinstalled in OpenHarmony. It provides users with interactive UIs that display system-related information, including the system status, prompts, and notifications \(such as the system time and battery level\).
|
|
|
|
### Architecture<a name="section125101832114213"></a>
|
|
|
|

|
|
|
|
## Directory Structure<a name="section161941989596"></a>
|
|
|
|
```
|
|
/applications/standard/systemui
|
|
├── figures # Architecture figures
|
|
├── entry # Main entry module code
|
|
│ └── src
|
|
│ ├── main
|
|
│ ├── js # JavaScript code
|
|
│ ├── resources # Resource configuration files
|
|
│ └── config.json # Global configuration files
|
|
├── navigationBar # System navigation module code
|
|
│ └── src
|
|
│ ├── main
|
|
│ ├── js # JavaScript code
|
|
│ ├── resources # Resource configuration files
|
|
│ └── config.json # Global configuration files
|
|
├── signature # Certificate files
|
|
├── LICENSE # License files
|
|
```
|
|
|
|
## Repositories Involved<a name="section1371113476307"></a>
|
|
|
|
System apps
|
|
|
|
**applications\_systemui**
|
|
|