mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-02-17 10:39:09 +00:00
Startup
Introduction
Appspawn is responsible for creating application process and setting process information function.
Directory Structure
base/startup/appspawn_standard
├── include # include directory
├── parameter # system parameters
├── src # source code
│ └── socket # encapsulation of socket basic library
└── test # test code
Repositories Involved
Startup subsystem
hmf/startup/syspara_lite
hmf/startup/appspawn_standard
hmf/startup/appspawn_lite
hmf/startup/bootstrap_lite
hmf/startup/startup
hmf/startup/systemrestore
Languages
C++
55.8%
C
43.5%
Python
0.5%
Shell
0.2%