# startup_appspawn_lite **Repository Path**: zero-cyc/startup_appspawn_lite ## Basic Information - **Project Name**: startup_appspawn_lite - **Description**: appspawn module for spawning application processes | 应用孵化模块appspawn进程 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 89 - **Created**: 2022-07-20 - **Last Updated**: 2022-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # appspawn\_lite - [Introduction](#section469617221261) - [Directory Structure](#section15884114210197) - [Constraints](#section12212842173518) - [Repositories Involved](#section641143415335) ## 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](https://gitee.com/openharmony/docs/blob/master/en/readme/startup.md) [startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README.md) **[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README.md)** [startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README.md) [startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md)