mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
96e651d76e
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com> Change-Id: I4efd6728e9ad6fa40c57a0188ebe404934478c73 |
||
---|---|---|
adapter | ||
common | ||
etc | ||
figures | ||
interfaces/innerkits | ||
lite | ||
standard | ||
test | ||
util | ||
.gitattributes | ||
appdata-sandbox64.json | ||
appdata-sandbox.json | ||
appspawn.cfg | ||
appspawn.gni | ||
appspawn.rc | ||
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