Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
services/ | 12-May-2024 | - | 1,328 | 955 | ||
LICENSE | D | 12-May-2024 | 10.1 KiB | 177 | 150 | |
README.md | D | 12-May-2024 | 1.7 KiB | 40 | 25 | |
README_zh.md | D | 12-May-2024 | 1.5 KiB | 39 | 25 |
README.md
1# appspawn\_lite<a name="EN-US_TOPIC_0000001081995748"></a> 2 3- [Introduction](#section469617221261) 4- [Directory Structure](#section15884114210197) 5- [Constraints](#section12212842173518) 6- [Repositories Involved](#section641143415335) 7 8## Introduction<a name="section469617221261"></a> 9 10The 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. 11 12## Directory Structure<a name="section15884114210197"></a> 13 14``` 15base/startup/appspawn_lite/ # appspawn_lite module 16├── LICENSE 17└── services 18 ├── include # Header files for the appspawn_lite module 19 ├── src # Source files for the appspawn_lite module 20 └── test # Source files of the test cases for the appspawn_lite module 21 └── unittest 22``` 23 24## Constraints<a name="section12212842173518"></a> 25 26Currently, the appspawn\_lite module applies only to small-system devices \(reference memory ≥ 1 MB\), for example, Hi3516D V300 and Hi3518E V300. 27 28## Repositories Involved<a name="section641143415335"></a> 29 30[Startup subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/startup.md) 31 32[startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README.md) 33 34**[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README.md)** 35 36[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README.md) 37 38[startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md) 39 40
README_zh.md
1# appspawn应用孵化器组件<a name="ZH-CN_TOPIC_0000001081995748"></a> 2 3- [简介](#section469617221261) 4- [目录](#section15884114210197) 5- [约束](#section12212842173518) 6- [对应仓库](#section641143415335) 7 8## 简介<a name="section469617221261"></a> 9 10应用孵化器,负责接受应用程序框架的命令孵化应用进程,设置其对应权限,并调用应用程序框架的入口。 11 12## 目录<a name="section15884114210197"></a> 13 14``` 15base/startup/appspawn_lite/ # 应用孵化器组件 16├── LICENSE 17└── services 18 ├── include # 应用孵化器组件头文件目录 19 ├── src # 应用孵化器组件源文件目录 20 └── test # 应用孵化器组件测试用例源文件目录 21 └── unittest 22``` 23 24## 约束<a name="section12212842173518"></a> 25 26目前支持小型系统设备(参考内存≥1MB),如Hi3516DV300 、Hi3518EV300。 27 28## 对应仓库<a name="section641143415335"></a> 29 30[启动恢复子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%90%AF%E5%8A%A8%E6%81%A2%E5%A4%8D%E5%AD%90%E7%B3%BB%E7%BB%9F.md) 31 32[startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README_zh.md) 33 34**[startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README_zh.md)** 35 36[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README_zh.md) 37 38[startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README_zh.md) 39