|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| common/ | | 22-Oct-2025 | - | 376 | 274 |
| etc/ | | 22-Oct-2025 | - | 523 | 411 |
| figures/ | | 22-Oct-2025 | - | | |
| interfaces/innerkits/ | | 22-Oct-2025 | - | 2,593 | 1,910 |
| lite/ | | 22-Oct-2025 | - | 919 | 703 |
| modules/ | | 22-Oct-2025 | - | 15,092 | 12,233 |
| service/ | | 22-Oct-2025 | - | 6,155 | 4,372 |
| standard/ | | 22-Oct-2025 | - | 4,095 | 3,478 |
| test/ | | 22-Oct-2025 | - | 31,457 | 24,864 |
| util/ | | 22-Oct-2025 | - | 942 | 745 |
| .gitattributes | D | 22-Oct-2025 | 631 | 16 | 15 |
| BUILD.gn | D | 22-Oct-2025 | 3.7 KiB | 130 | 120 |
| CODEOWNERS | D | 22-Oct-2025 | 653 | 17 | 15 |
| LICENSE | D | 22-Oct-2025 | 10.1 KiB | 177 | 150 |
| OAT.xml | D | 22-Oct-2025 | 4.6 KiB | 78 | 24 |
| README.md | D | 22-Oct-2025 | 891 | 27 | 18 |
| README_zh.md | D | 22-Oct-2025 | 2.7 KiB | 65 | 49 |
| appdata-sandbox-app.json | D | 22-Oct-2025 | 28.2 KiB | 704 | 703 |
| appdata-sandbox-asan.json | D | 22-Oct-2025 | 3.9 KiB | 97 | 96 |
| appdata-sandbox-debug.json | D | 22-Oct-2025 | 1.4 KiB | 35 | 35 |
| appdata-sandbox-gpu.json | D | 22-Oct-2025 | 3.4 KiB | 88 | 88 |
| appdata-sandbox-isolated-new.json | D | 22-Oct-2025 | 2 KiB | 61 | 61 |
| appdata-sandbox-isolated.json | D | 22-Oct-2025 | 3.1 KiB | 85 | 83 |
| appdata-sandbox-render.json | D | 22-Oct-2025 | 3.2 KiB | 88 | 88 |
| appdata-sandbox.json | D | 22-Oct-2025 | 48.3 KiB | 1,085 | 1,084 |
| appdata-sandbox64.json | D | 22-Oct-2025 | 3.6 KiB | 95 | 94 |
| appspawn.cfg | D | 22-Oct-2025 | 2.1 KiB | 58 | 57 |
| appspawn.gni | D | 22-Oct-2025 | 1.9 KiB | 53 | 49 |
| appspawn.rc | D | 22-Oct-2025 | 758 | 23 | 20 |
| appspawn_preload.json | D | 22-Oct-2025 | 2.2 KiB | 86 | 85 |
| appspawn_preload_ets.json | D | 22-Oct-2025 | 107 | 7 | 6 |
| appspawn_systemLib.json | D | 22-Oct-2025 | 30 | 5 | 4 |
| bundle.json | D | 22-Oct-2025 | 4.3 KiB | 133 | 132 |
| cjappspawn.cfg | D | 22-Oct-2025 | 1.1 KiB | 30 | 30 |
| hisysevent.yaml | D | 22-Oct-2025 | 1.7 KiB | 39 | 22 |
| hybridspawn.cfg | D | 22-Oct-2025 | 1.6 KiB | 45 | 44 |
| nativespawn.cfg | D | 22-Oct-2025 | 1.1 KiB | 30 | 30 |
| nwebspawn.cfg | D | 22-Oct-2025 | 1.3 KiB | 36 | 36 |
| startup_events.yaml | D | 22-Oct-2025 | 904 | 22 | 7 |
README.md
1# Startup<a name="EN-US_TOPIC_0000001078883578"></a>
2
3- [Introduction](#section11660541593)
4- [Directory Structure](#section161941989596)
5- [Repositories Involved](#section1371113476307)
6
7## Introduction<a name="section11660541593"></a>
8
9Appspawn is responsible for creating application process and setting process information function.
10
11## Directory Structure<a name="section161941989596"></a>
12
13```
14base/startup/appspawn
15├── include # include directory
16├── parameter # system parameters
17├── src # source code
18│ └── socket # encapsulation of socket basic library
19└── test # test code
20```
21
22## Repositories Involved<a name="section1371113476307"></a>
23
24Startup subsystem
25
26**[appspawn](https://gitee.com/openharmony/startup_appspawn/blob/master/README.md)**
27