mirror of
https://gitee.com/openharmony/applications_systemui
synced 2024-12-26 18:05:49 +00:00
ff18b8d2d8
Merge pull request !512 from jiangwei/master |
||
---|---|---|
AppScope | ||
common | ||
doc | ||
entry | ||
features | ||
figures | ||
hvigor | ||
infra | ||
product | ||
signature | ||
.gitattributes | ||
.gitignore | ||
build-profile.json5 | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
hvigorfile.js | ||
hvigorw | ||
hvigorw.bat | ||
LICENSE | ||
OAT.xml | ||
oh-package.json5 | ||
README_zh.md | ||
README.md |
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