Go to file
openharmony_ci c6cd9c8b5d
!115 一组BUGFIX修复
Merge pull request !115 from zyj-alex/zhengyongjun/fix
2022-03-04 01:49:32 +00:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
interfaces/innerkits 修复一些问题 2022-03-03 20:00:20 +08:00
src 修复一些问题 2022-03-03 20:00:20 +08:00
test 修复一些问题 2022-03-03 20:00:20 +08:00
tools feature: 支持冷启动 2022-03-01 23:03:45 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appspawn.cfg 修复一些问题 2022-03-03 20:00:20 +08:00
appspawn.gni appspawn support webview 2022-02-25 11:12:59 +08:00
appspawn.rc update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
BUILD.gn 修复一些问题 2022-03-03 20:00:20 +08:00
bundle.json feature: 支持冷启动 2022-03-01 15:27:41 +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
README_zh.md 修复一些问题 2022-03-03 20:00:20 +08:00
README.md fix appspawn codex 2021-09-10 17:07:08 +00:00
webviewspawn.cfg Signed-off-by: @bigpumpkin <chenzhennan@huawei.com> 2022-02-24 08:52:29 +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