Go to file
张宪锋 d56082efb4 add syspara_watchagent
Signed-off-by:chuxuezhe111 <hanjixiao@huawei.com>
2021-11-22 13:09:13 +00:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
include fixed 53e444f from https://gitee.com/guozejun/startup_appspawn/pulls/41 2021-09-27 05:33:33 +00:00
src Special handling for media library and scanner for media_rw permission group 2021-10-20 11:08:35 +05:30
test fix codex 2021-09-28 15:02:14 +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 update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appspawn.rc update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
BUILD.gn Update framework struct and add new function 2021-07-15 11:09: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
ohos.build add syspara_watchagent 2021-11-22 13:09:13 +00: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