• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# appspawn\_lite<a name="EN-US_TOPIC_0000001081995748"></a>
2
3-   [Introduction](#section469617221261)
4-   [Directory Structure](#section15884114210197)
5-   [Constraints](#section12212842173518)
6-   [Repositories Involved](#section641143415335)
7
8## Introduction<a name="section469617221261"></a>
9
10The appspawn\_lite module spawns application processes upon receiving commands from the application framework, configures permissions for new processes, and calls the entry function of the application framework.
11
12## Directory Structure<a name="section15884114210197"></a>
13
14```
15base/startup/appspawn_lite/     # appspawn_lite module
16├── LICENSE
17└── services
18    ├── include              # Header files for the appspawn_lite module
19    ├── src                  # Source files for the appspawn_lite module
20    └── test                 # Source files of the test cases for the appspawn_lite module
21        └── unittest
22```
23
24## Constraints<a name="section12212842173518"></a>
25
26Currently, the appspawn\_lite module applies only to small-system devices \(reference memory ≥ 1 MB\), for example, Hi3516D V300 and Hi3518E V300.
27
28## Repositories Involved<a name="section641143415335"></a>
29
30[Startup subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/startup.md)
31
32[startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README.md)
33
34**[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README.md)**
35
36[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README.md)
37
38[startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md)
39
40