Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/include/ | 12-May-2024 | - | 45 | 26 | ||
frameworks/ | 12-May-2024 | - | 2,447 | 1,865 | ||
interfaces/ | 12-May-2024 | - | 1,768 | 1,219 | ||
services/ | 12-May-2024 | - | 3,587 | 2,715 | ||
test/ | 12-May-2024 | - | 427 | 305 | ||
tools/module_update_tool/ | 12-May-2024 | - | 177 | 142 | ||
BUILD.gn | D | 12-May-2024 | 819 | 26 | 22 | |
CODEOWNERS | D | 12-May-2024 | 790 | 17 | 16 | |
LICENSE | D | 12-May-2024 | 9.9 KiB | 178 | 150 | |
OAT.xml | D | 12-May-2024 | 4.7 KiB | 76 | 15 | |
README.en.md | D | 12-May-2024 | 964 | 37 | 25 | |
README.md | D | 12-May-2024 | 880 | 24 | 17 | |
bundle.json | D | 12-May-2024 | 2.7 KiB | 89 | 89 | |
sys_installer_default_cfg.gni | D | 12-May-2024 | 673 | 17 | 15 |
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