mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
fceed2dc74
Signed-off-by: 王达 <wangda20@huawei.com> |
||
---|---|---|
.gitee | ||
common | ||
etc | ||
figures | ||
interfaces/innerkits | ||
lite | ||
modules | ||
service | ||
standard | ||
test | ||
util | ||
.gitattributes | ||
appdata-sandbox64.json | ||
appdata-sandbox-app.json | ||
appdata-sandbox-asan.json | ||
appdata-sandbox-isolated-new.json | ||
appdata-sandbox-isolated.json | ||
appdata-sandbox-nweb.json | ||
appdata-sandbox.json | ||
appspawn_preload.json | ||
appspawn.cfg | ||
appspawn.gni | ||
appspawn.rc | ||
BUILD.gn | ||
bundle.json | ||
cjappspawn.cfg | ||
CODEOWNERS | ||
LICENSE | ||
nativespawn.cfg | ||
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