Go to file
handyohos f8800568ba Build minmum system for qemu-arm-linux
Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: I497b723bb762fc48c0dd68760ef8f27d50d7b4b1
2021-12-16 22:29:42 +08: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 Build minmum system for qemu-arm-linux 2021-12-16 22:29:42 +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