openharmony_ci b6f007eb45
!71 app沙箱方案(解决了启动过程中应用白屏问题)
Merge pull request !71 from zyj-alex/master
2022-01-19 06:47:27 +00:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2022-01-15 15:44:43 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
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

Description
No description provided
Readme Pixar 33 MiB
Languages
C++ 55.8%
C 43.5%
Python 0.5%
Shell 0.2%