Go to file
zhengjun a8b97de29b bundle_framework部件标准化修改
Signed-off-by: zhengjun <zhengjun29@huawei.com>
2022-01-26 09:46:52 +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 使用bundleName而不是processname作为文件夹名,适配包管理接口 2022-01-24 17:03:01 +08:00
test bundle_framework部件标准化修改 2022-01-26 09:46:52 +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 bundle_framework部件标准化修改 2022-01-26 09:46:52 +08:00
bundle.json 部件化整改,增加bundle.json文件 2022-01-24 14:39: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
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