Go to file
guozejun 1ab1cb0b06 fixed 53e444f from https://gitee.com/guozejun/startup_appspawn/pulls/41
Fix Ace library load micro define problem

Signed-off-by: guozejun <guozejun@huawei.com>
Change-Id: I68b3d7bea3d9632aadde6e6f4daf78e43b345e0d
2021-09-27 05:33:33 +00:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
include fixed 53e444f from https://gitee.com/guozejun/startup_appspawn/pulls/41 2021-09-27 05:33:33 +00:00
src fixed 53e444f from https://gitee.com/guozejun/startup_appspawn/pulls/41 2021-09-27 05:33:33 +00:00
test fixed 53e444f from https://gitee.com/guozejun/startup_appspawn/pulls/41 2021-09-27 05:33:33 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appspawn.cfg Update framework struct and add new function 2021-07-15 11:09:18 +08:00
appspawn.gni update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appspawn.rc update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
BUILD.gn Update framework struct and add new function 2021-07-15 11:09:18 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
OAT.xml Update framework struct and add new function 2021-07-15 11:09:18 +08:00
ohos.build Update framework struct and add new function 2021-07-15 11:09:18 +08:00
README_zh.md update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
README.md fix appspawn codex 2021-09-10 17:07:08 +00:00

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