Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 17-Mar-2025 | - | ||||
common/include/ | H | 17-Mar-2025 | - | 45 | 26 | |
frameworks/ | H | 17-Mar-2025 | - | 2,513 | 1,917 | |
interfaces/ | H | 17-Mar-2025 | - | 2,321 | 1,695 | |
services/ | H | 17-Mar-2025 | - | 5,685 | 4,557 | |
test/ | H | 17-Mar-2025 | - | 694 | 478 | |
tools/ | H | 17-Mar-2025 | - | 508 | 394 | |
BUILD.gn | H A D | 17-Mar-2025 | 990 | 31 | 27 | |
CODEOWNERS | H A D | 17-Mar-2025 | 790 | 17 | 16 | |
LICENSE | H A D | 17-Mar-2025 | 9.9 KiB | 178 | 150 | |
OAT.xml | H A D | 17-Mar-2025 | 4.8 KiB | 77 | 16 | |
README.en.md | H A D | 17-Mar-2025 | 964 | 37 | 25 | |
README.md | H A D | 17-Mar-2025 | 880 | 24 | 17 | |
bundle.json | H A D | 17-Mar-2025 | 5.2 KiB | 155 | 154 | |
sys_installer_default_cfg.gni | H A D | 17-Mar-2025 | 1.8 KiB | 73 | 65 |
README.en.md
1# update_sys_installer 2 3#### Description 4{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} 5 6#### Software Architecture 7Software architecture description 8 9#### Installation 10 111. xxxx 122. xxxx 133. xxxx 14 15#### Instructions 16 171. xxxx 182. xxxx 193. xxxx 20 21#### Contribution 22 231. Fork the repository 242. Create Feat_xxx branch 253. Commit your code 264. Create Pull Request 27 28 29#### Gitee Feature 30 311. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 322. Gitee blog [blog.gitee.com](https://blog.gitee.com) 333. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 344. The most valuable open source project [GVP](https://gitee.com/gvp) 355. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 366. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) 37
README.md
1# 系统安装部件 2 3## 简介 4系统安装部件是基础软件里面升级子系统中的一个部件,提供系统安装能力,主要作用是在设备正常使用的情况下,完成升级包的静默安装,支持标准系统设备。 5 6## 目录 7 8``` 9base/update/sys_installer/ 10├── frameworks # 系统安装sa服务框架目录 11│ ├── installer_manager # 安装管理目录 12│ ├── ipc_server # sa服务端框架 13│ └── status_manager # 安装状态管理目录 14├── interfaces 15│ ├── inner_api #对外api接口定义 16│ └── innerkits #对外api接口实现 17└── services #系统安装业务实现 18``` 19 20## 相关仓 21 22[升级子系统](https://gitee.com/openharmony/update_updater/blob/master/README_zh.md) 23 24