• Home
Name Date Size #Lines LOC

..--

services/12-May-2024-448344

LICENSED12-May-202410.1 KiB177150

README.mdD12-May-20241.6 KiB4124

README_zh.mdD12-May-20241.5 KiB4124

bundle.jsonD12-May-20241 KiB3737

README.md

1# bootstrap\_lite<a name="EN-US_TOPIC_0000001082300996"></a>
2
3-   [Introduction](#section469617221261)
4-   [Directory Structure](#section1464106163817)
5-   [Constraints](#section12212842173518)
6-   [Usage](#section1483211215513)
7-   [Repositories Involved](#section641143415335)
8
9## Introduction<a name="section469617221261"></a>
10
11The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by boostrap and start system services.
12
13## Directory Structure<a name="section1464106163817"></a>
14
15```
16base/startup/bootstrap_lite/    # bootstrap_lite module
17└── services
18    └── source               # Source files for the bootstrap_lite module
19```
20
21## Constraints<a name="section12212842173518"></a>
22
23Currently, the bootstrap\_lite module applies only to mini-system devices \(reference memory ≥ 128 KB\), for example, Hi3861 V100.
24
25## Usage<a name="section1483211215513"></a>
26
27When Samgr starts, the bootstrap\_lite module is automatically invoked to start system services, without the need to be configured.
28
29## Repositories Involved<a name="section641143415335"></a>
30
31[Startup subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/startup.md)
32
33[startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README.md)
34
35[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README.md)
36
37**[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README.md)**
38
39[startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md)
40
41

README_zh.md

1# bootstrap启动引导组件<a name="ZH-CN_TOPIC_0000001082300996"></a>
2
3-   [简介](#section469617221261)
4-   [目录](#section1464106163817)
5-   [约束](#section12212842173518)
6-   [使用说明](#section1483211215513)
7-   [相关仓](#section641143415335)
8
9## 简介<a name="section469617221261"></a>
10
11bootstrap启动引导组件,提供了各服务和功能的启动入口标识。在SAMGR启动时,会调用boostrap标识的入口函数,并启动系统服务。
12
13## 目录<a name="section1464106163817"></a>
14
15```
16base/startup/bootstrap_lite/    # 启动引导组件
17└── services
18    └── source               # 启动引导组件源文件目录
19```
20
21## 约束<a name="section12212842173518"></a>
22
23目前支持轻量系统设备(参考内存≥128KB),如Hi3861V100。
24
25## 使用说明<a name="section1483211215513"></a>
26
27bootstrap组件无需单独配置,在SAMGR启动时会自动调用,用于启动系统服务。
28
29## 相关仓<a name="section641143415335"></a>
30
31[启动恢复子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%90%AF%E5%8A%A8%E6%81%A2%E5%A4%8D%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
32
33[startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README_zh.md)
34
35[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README_zh.md)
36
37**[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README_zh.md)**
38
39[startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README_zh.md)
40
41