startup_appspawn/README.md
laiguizhong 48f3a260a2 move appspawn_standard to appspawn
Signed-off-by: laiguizhong <laiguizhong@huawei.com>
Change-Id: I4d7543447d8bb3619b5bab1b0b34364d75283527
2022-06-08 21:54:21 +08:00

27 lines
891 B
Markdown

# Startup<a name="EN-US_TOPIC_0000001078883578"></a>
- [Introduction](#section11660541593)
- [Directory Structure](#section161941989596)
- [Repositories Involved](#section1371113476307)
## Introduction<a name="section11660541593"></a>
Appspawn is responsible for creating application process and setting process information function.
## Directory Structure<a name="section161941989596"></a>
```
base/startup/appspawn
├── include # include directory
├── parameter # system parameters
├── src # source code
│ └── socket # encapsulation of socket basic library
└── test # test code
```
## Repositories Involved<a name="section1371113476307"></a>
Startup subsystem
**[appspawn](https://gitee.com/openharmony/startup_appspawn/blob/master/README.md)**