Go to file
openharmony_ci c1b57614ac !31 fix codex
Merge pull request !31 from blackleon/master_0926
2021-09-26 12:43:02 +00:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
include !31 fix codex 2021-09-26 12:43:02 +00:00
src !31 fix codex 2021-09-26 12:43:02 +00:00
test fix codex 2021-09-26 19:40:39 +08: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