openharmony_ci 765c2a0ec1 !21 添加bundle.json
Merge pull request !21 from 33/OpenHarmony-3.0-LTS
2021-12-31 08:53:28 +00:00
2021-07-22 17:10:36 +08:00
fix
2021-12-24 14:30:56 +08:00
2021-03-11 18:45:03 +08:00
2021-03-15 21:12:06 +08:00

appspawn_lite

Introduction

The appspawn_lite module spawns application processes upon receiving commands from the application framework, configures permissions for new processes, and calls the entry function of the application framework.

Directory Structure

base/startup/appspawn_lite/     # appspawn_lite module
├── LICENSE
└── services
    ├── include              # Header files for the appspawn_lite module
    ├── src                  # Source files for the appspawn_lite module
    └── test                 # Source files of the test cases for the appspawn_lite module
        └── unittest

Constraints

Currently, the appspawn_lite module applies only to small-system devices (reference memory ≥ 1 MB), for example, Hi3516D V300 and Hi3518E V300.

Repositories Involved

Startup subsystem

startup_syspara_lite

startup_appspawn_lite

startup_bootstrap_lite

startup_init_lite

S
Description
appspawn module for spawning application processes | 应用孵化模块appspawn进程
Readme 242 KiB
Languages
C 61.4%
C++ 38.6%