7 Star 69 Fork 89

OpenHarmony / startup_appspawn_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
lanxueyuan 提交于 2021-03-15 20:45 . Description:remove reduntant license

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

C
1
https://gitee.com/openharmony/startup_appspawn_lite.git
git@gitee.com:openharmony/startup_appspawn_lite.git
openharmony
startup_appspawn_lite
startup_appspawn_lite
master

搜索帮助