mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 14:29:39 -04:00
weekly_20260223
Signed-off-by: xxb-wzy <xuxiaobo5@huawei.com> Created-by: xxb-wzy Commit-by: xxb-wzy Merged-by: openharmony_ci Description: ### 相关的Issue #1844 ### 原因(目的、解决的问题等) ### 描述(做了什么,变更了什么) ### 测试用例(新增、改动、可能影响的功能) See merge request: openharmony/startup_appspawn!2593
Startup
Introduction
Appspawn is responsible for creating application process and setting process information function.
Directory Structure
base/startup/appspawn
├── include # include directory
├── parameter # system parameters
├── src # source code
│ └── socket # encapsulation of socket basic library
└── test # test code
Repositories Involved
Startup subsystem
Description
Languages
C++
62.7%
C
30%
Python
7.2%
Shell
0.1%