Go to file
openharmony_ci be5e933ddd
!105 增加el1加密数据在沙箱中的挂载点
Merge pull request !105 from zyj-alex/zhengyongjun/el1-mount
2022-02-24 02:24:18 +00:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
interfaces/innerkits 給AppProperty结构体增加bundleName字段 2022-02-10 15:00:42 +08:00
src 1,增加el1数据路径的mount点 2022-02-23 18:13:07 +08:00
test 给appspawn仓进行基础质量加固的补丁 2022-02-21 21:27:14 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appspawn.cfg modify: cfg adapt parallel start 2022-02-09 15:45:11 +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 Fix atomic ability part name change 2022-02-10 09:13:59 +08:00
bundle.json Fix atomic ability bundle.json change 2022-02-14 14:36:28 +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