mirror of
https://github.com/openharmony/startup_appspawn_lite.git
synced 2026-07-18 17:34:32 -04:00
fe24b61815699dcf7db8a6145787feb0acbab673
Signed-off-by: zero-cyc <chenlien@huawei.com> Change-Id: I4341d15fab7b89a8d47495d4de3ed19a0150b46b
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
Description
Languages
C
61.4%
C++
38.6%