• Home
Name Date Size #Lines LOC

..--

common/include/12-May-2024-4526

frameworks/12-May-2024-2,4471,865

interfaces/12-May-2024-1,7681,219

services/12-May-2024-3,5872,715

test/12-May-2024-427305

tools/module_update_tool/12-May-2024-177142

BUILD.gnD12-May-2024819 2622

CODEOWNERSD12-May-2024790 1716

LICENSED12-May-20249.9 KiB178150

OAT.xmlD12-May-20244.7 KiB7615

README.en.mdD12-May-2024964 3725

README.mdD12-May-2024880 2417

bundle.jsonD12-May-20242.7 KiB8989

sys_installer_default_cfg.gniD12-May-2024673 1715

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