mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
48f3a260a2
Signed-off-by: laiguizhong <laiguizhong@huawei.com> Change-Id: I4d7543447d8bb3619b5bab1b0b34364d75283527
27 lines
891 B
Markdown
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)**
|