mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
aa45f2a90b
Merge pull request !615 from changeRepoPath |
||
---|---|---|
.gitee | ||
adapter | ||
common | ||
etc | ||
figures | ||
interfaces/innerkits | ||
lite | ||
standard | ||
test | ||
util | ||
.gitattributes | ||
appdata-sandbox64.json | ||
appdata-sandbox-asan.json | ||
appdata-sandbox.json | ||
appspawn_preload.json | ||
appspawn.cfg | ||
appspawn.gni | ||
appspawn.rc | ||
asan.options | ||
BUILD.gn | ||
bundle.json | ||
LICENSE | ||
nwebspawn.cfg | ||
OAT.xml | ||
product-sandbox.json | ||
README_zh.md | ||
README.md | ||
sandbox-config.json | ||
startup_events.yaml |
Startup
Introduction
Appspawn is responsible for creating application process and setting process information function.
Directory Structure
base/startup/appspawn
├── include # include directory
├── parameter # system parameters
├── src # source code
│ └── socket # encapsulation of socket basic library
└── test # test code
Repositories Involved
Startup subsystem