Go to file
车永祥 5f85184d3f Add support for silk enable
Signed-off-by: cheyongxiang <cheyongxiang1@huawei.com>
2024-05-08 17:04:06 +08:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
adapter delete old code and supplement ut 2024-04-15 21:53:26 +08:00
common delete old code and supplement ut 2024-04-15 21:53:26 +08:00
etc Merge branch 'master' into appspapawn_ut 2024-04-20 10:24:50 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces Merge branch 'master' of gitee.com:openharmony/startup_appspawn into appspapawn_ut 2024-04-23 10:00:45 +08:00
lite 插件化全部使能 2024-04-13 18:58:15 +08:00
modules Add support for silk enable 2024-05-08 17:04:06 +08:00
service/hnp !1021 native包支持opt参数输入,打包新增json配置文件 2024-04-16 13:41:59 +00:00
standard Merge branch 'master' of gitee.com:openharmony/startup_appspawn into appspapawn_ut 2024-04-23 10:00:45 +08:00
test Add support for silk enable 2024-05-08 17:04:06 +08:00
util Merge branch 'master' of gitee.com:openharmony/startup_appspawn into appspapawn_ut 2024-04-23 10:00:45 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json Normalization rectification of sandbox model 2024-03-21 21:34:31 +08:00
appdata-sandbox-app.json add shader dir 2024-04-17 11:19:04 +08:00
appdata-sandbox-asan.json fix asan build error 2024-03-01 11:23:36 +08:00
appdata-sandbox-nweb.json 插件化全部使能 2024-04-13 18:58:15 +08:00
appdata-sandbox.json !1047 add shader dir 2024-04-18 09:13:29 +00:00
appspawn_preload.json appspawn新增预加载so包 2024-04-22 16:39:40 +08:00
appspawn.cfg 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.gni 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn 插件化全部使能 2024-04-13 18:58:15 +08:00
bundle.json add appspawn sandbox and test code 2024-04-10 17:33:13 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
OAT.xml delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
README_zh.md update README_zh.md. 2022-10-14 06:23:39 +00: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