mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 06:20:01 +00:00
9c894d8472
Signed-off-by: 侯志雄 <houzhixiong1@h-partners.com> |
||
---|---|---|
AppScope | ||
cj/settings | ||
common | ||
figures | ||
hvigor | ||
napi | ||
product | ||
signature | ||
.gitignore | ||
build-profile.json5 | ||
bundle.json | ||
hvigorfile.js | ||
hvigorw | ||
hvigorw.bat | ||
LICENSE | ||
OAT.xml | ||
oh-package.json5 | ||
README_zh.md | ||
README.md |
Settings
Introduction
The Settings is a system application prebuilt in OpenHarmony. It provides a human-machine interactions entry for users to set system configs like settings system time, lightness of screen and etc.
Architecture
Directory Structure
/applications/standard/settings
├── entry # main entry module
│ └── src
│ ├── main
│ ├── ets # ets module
│ ├── default
│ ├── common # common code and utils
│ ├── model # data management and logic control
│ ├── pages # code of view components
│ ├── res # some image resources
│ ├── resources # other resources
│ ├── app.ets # main process
│ ├── resources # resources configs
│ ├── base # default language, image resources, font size and colors
│ ├── en_AS.element # English resources
│ ├── rawfile # local configs
│ ├── zh_CN.element # Chinese resources
│ └── config.json # global configs
├── signature # Certificate files
├── LICENSE # Copyright license file
Repositories Involved
System apps
applications_settings