Go to file
laiguizhong c070c8d2bb update appspawn readme
Signed-off-by: laiguizhong <laiguizhong@huawei.com>
2022-06-09 09:18:25 +08:00
adapter appspawn: delete registerAppSandbox 2022-05-26 20:28:05 +08:00
common appspawn: delete registerAppSandbox 2022-05-26 20:28:05 +08:00
etc appspawn: gn format 2022-05-19 21:33:49 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits fix chmod nwebspawn error path 2022-05-05 19:08:22 +08:00
lite 修改appspawn子进程退出 2022-05-19 21:13:12 +08:00
standard appspwan:add new medialibrary hap 2022-06-01 10:37:10 +08:00
test appspawn: delete registerAppSandbox 2022-05-26 20:28:05 +08:00
util 修改dlp应用的包名信息 2022-06-06 10:06:40 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json 修改dlp应用的包名信息 2022-06-06 10:06:40 +08:00
appdata-sandbox.json 修改dlp应用的包名信息 2022-06-06 10:06:40 +08:00
appspawn.cfg add secon cfg 2022-05-06 12:55:54 +08:00
appspawn.gni aafwk目录切换ability_ability_runtime 2022-05-28 15:57:14 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn appspawn: delete registerAppSandbox 2022-05-26 20:28:05 +08:00
bundle.json appspawn:拆分system,支持64位,根据apl-name挂载 2022-05-19 11:30:34 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nwebspawn.cfg add secon cfg 2022-05-06 12:55:54 +08:00
OAT.xml update OAT.xml. 2022-05-05 12:20:38 +00:00
product-sandbox.json 在应用沙箱配置文件中引入文件系统的挂载项 2022-05-21 18:03:25 +08:00
README_zh.md update appspawn readme 2022-06-09 09:18:25 +08:00
README.md fix: inner source issue 2022-03-29 11:53:13 +08:00
startup_events.yaml add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08: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

appspawn_standard