mirror of
https://github.com/openharmony/applications_systemui.git
synced 2026-07-19 11:35:54 -04:00
5ee7e85e7b9de7adae9da98e5eba01dc5ce2d5ee
Signed-off-by: SEASON_SYSU <liusicheng8@huawei.com>
SystemUI
Introduction
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
Directory Structure
/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
System apps
applications_systemui
Description
Languages
TypeScript
93.2%
JavaScript
6.3%
Batchfile
0.3%
Shell
0.2%
