2021-09-10 17:07:08 +00:00
|
|
|
# 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>
|
|
|
|
|
|
|
|
```
|
2022-06-08 12:09:15 +00:00
|
|
|
base/startup/appspawn
|
2021-09-10 17:07:08 +00:00
|
|
|
├── 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
|
|
|
|
|
2022-06-08 12:09:15 +00:00
|
|
|
**[appspawn](https://gitee.com/openharmony/startup_appspawn/blob/master/README.md)**
|