Go to file
xionglei6 d0c6a12228 modify: strerror_r replace errno
Signed-off-by: xionglei6 <xionglei6@huawei.com>
2022-01-13 18:31:27 +08:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
interfaces/innerkits Revert "!58 新增特性:应用启动流程和组件切换流程trace" 2022-01-12 10:41:29 +08:00
src modify: strerror_r replace errno 2022-01-13 18:31:27 +08:00
test Revert "!58 新增特性:应用启动流程和组件切换流程trace" 2022-01-12 10:41:29 +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 fix: split appspawn component from startup_l2. 2021-12-24 18:18:04 +08:00
appspawn.rc update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
BUILD.gn Revert "!58 新增特性:应用启动流程和组件切换流程trace" 2022-01-12 10:41:29 +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 fix: split appspawn component from startup_l2. 2021-12-24 18:18:04 +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