mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 23:22:03 +00:00
356d474649
Signed-off-by: zhongning5 <zhongning5@huawei.com> |
||
---|---|---|
.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 | ||
BUILD.gn | ||
bundle.json | ||
LICENSE | ||
OAT.xml | ||
README_zh.md | ||
README.md | ||
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