README.md 1.7 KB
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
# appspawn\_lite<a name="EN-US_TOPIC_0000001081995748"></a>

-   [Introduction](#section469617221261)
-   [Directory Structure](#section15884114210197)
-   [Constraints](#section12212842173518)
-   [Repositories Involved](#section641143415335)

## Introduction<a name="section469617221261"></a>

The 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.

## Directory Structure<a name="section15884114210197"></a>

```
base/startup/appspawn_lite/     # appspawn_lite module
├── LICENSE
└── services
    ├── include              # Header files for the appspawn_lite module
    ├── src                  # Source files for the appspawn_lite module
    └── test                 # Source files of the test cases for the appspawn_lite module
        └── unittest
```

## Constraints<a name="section12212842173518"></a>

Currently, the appspawn\_lite module applies only to small-system devices \(reference memory ≥ 1 MB\), for example, Hi3516D V300 and Hi3518E V300.

## Repositories Involved<a name="section641143415335"></a>

30
[Startup subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/startup.md)
M
mamingshuai 已提交
31

32
[startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README.md)
M
mamingshuai 已提交
33

34
**[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README.md)**
M
mamingshuai 已提交
35

36
[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README.md)
M
mamingshuai 已提交
37

38
[startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md)
M
mamingshuai 已提交
39