Go to file
shiqichang bb1be7e7fb aafwk目录转移
Signed-off-by: shiqichang <shiqichang@huawei.com>
Change-Id: Icc0426cadf2c40ae19f92b7c276d2f071d745e90
2022-06-20 11:08:18 +08:00
adapter Change function declaration from int to void 2022-06-14 11:00:39 +08:00
common Change function declaration from int to void 2022-06-14 11:00:39 +08:00
etc move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits Fix spelling mistakes 2022-06-16 14:53:02 +08:00
lite !271 【OpenHarmony开源贡献者计划2022】Fix spelling mistakes 2022-06-16 09:16:00 +00:00
standard Fix spelling mistakes 2022-06-16 14:53:02 +08:00
test aafwk目录转移 2022-06-20 11:08:18 +08:00
util code cleanup 2022-06-13 09:49:22 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json !250 沙盒64位增加/system/lib目录 2022-06-07 08:03:42 +00: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 move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn aafwk目录转移 2022-06-20 11:08:18 +08:00
bundle.json move appspawn_standard to appspawn 2022-06-08 21:54:21 +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 统一用语 2022-06-09 10:23:22 +08:00
README.md move appspawn_standard to appspawn 2022-06-08 21:54:21 +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
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

appspawn