mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
1ab1cb0b06
Fix Ace library load micro define problem Signed-off-by: guozejun <guozejun@huawei.com> Change-Id: I68b3d7bea3d9632aadde6e6f4daf78e43b345e0d |
||
---|---|---|
figures | ||
include | ||
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