mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
ca5fdc3b44
从startup_l2中拆分appspawn独立部件。 fix #I4NW1T Signed-off-by: handyohos <zhangxiaotian@huawei.com> Change-Id: Id4de21fa59a1b5c390ce6be9d89f643e059b1f12 |
||
---|---|---|
figures | ||
interfaces/innerkits | ||
src | ||
test | ||
.gitattributes | ||
appspawn.cfg | ||
appspawn.gni | ||
appspawn.rc | ||
BUILD.gn | ||
LICENSE | ||
OAT.xml | ||
ohos.build | ||
README_zh.md | ||
README.md |
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