mirror of
https://github.com/openharmony/startup_appspawn_lite.git
synced 2026-07-01 07:39:14 -04:00
d3a769c2e4
Team:OTHERS Feature or Bugfix:Feature Binary Source:No PrivateCode(Yes/No):No Change-Id: I9294d55f50f0e7fd7da00c43ecbd4d3220f24613 ChangeID:13281393
1.7 KiB
1.7 KiB
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.