• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Mar-2025-

common/include/H17-Mar-2025-4526

frameworks/H17-Mar-2025-2,5131,917

interfaces/H17-Mar-2025-2,3211,695

services/H17-Mar-2025-5,6854,557

test/H17-Mar-2025-694478

tools/H17-Mar-2025-508394

BUILD.gnH A D17-Mar-2025990 3127

CODEOWNERSH A D17-Mar-2025790 1716

LICENSEH A D17-Mar-20259.9 KiB178150

OAT.xmlH A D17-Mar-20254.8 KiB7716

README.en.mdH A D17-Mar-2025964 3725

README.mdH A D17-Mar-2025880 2417

bundle.jsonH A D17-Mar-20255.2 KiB155154

sys_installer_default_cfg.gniH A D17-Mar-20251.8 KiB7365

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