wangfenging ab3d7d64ce chore(appspawn): consolidate sandbox configs and drop orphaned fixture
1. 将 4 个沙箱配置文件集中到 etc/modern 目录(与已有 appdata-sandbox-app.json 统一管理):
   appdata-sandbox-asan.json / appdata-sandbox-debug.json /
   appdata-sandbox-gpu.json / appdata-sandbox-isolated-new.json
2. 删除无引用的孤立测试夹具 test/etc/sandbox/param_src_path_test/
   appdata-sandbox.json 及空的 test/etc 目录。

无代码逻辑变更。合计 5 文件:+293 / -2046。

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: wangfenging <wangfeng277@huawei.com>

AI[100%] Human Fixed[0%] Human[0%] AI Adopted[100%]
Co-authored-by: claude (glm-5.2) <ai@local>

Change-Id: Ie338cc5c698c0ac68c338a966e9274265c669019
2026-08-01 10:24:32 +08:00
2024-03-22 01:07:52 +00:00
2026-07-27 20:10:59 +08:00
2026-07-24 17:18:39 +08:00
2022-06-09 09:18:25 +08:00
2026-07-17 09:23:47 +08:00
2026-07-27 20:10:59 +08:00
2026-07-31 15:53:47 +08:00
2026-07-27 09:50:47 +08:00
2026-07-28 12:27:03 +08:00
2026-07-28 12:27:03 +08:00
2021-06-02 02:19:15 +08:00
2026-07-28 17:03:05 +08:00
2026-01-27 16:52:23 +08:00
2025-10-28 21:27:50 +08:00
2026-01-05 15:32:36 +08:00
2024-11-21 20:43:26 +08:00
2026-03-28 18:39:46 +08:00
2026-06-01 21:33:07 +08:00
2022-03-29 20:31:48 +08:00
spm
2026-05-30 11:16:30 +08:00
2026-05-28 21:27:45 +08:00
2024-10-26 15:23:56 +08:00
2026-03-16 21:22:46 +08:00
2026-05-30 16:18:45 +08:00
2021-06-02 02:19:15 +08:00
2026-01-27 16:52:23 +08:00
2024-06-06 18:58:06 +08:00
2022-10-14 06:23:39 +00:00
2022-06-08 21:54:21 +08:00

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

appspawn

S
Description
暂无描述
Readme 46 MiB
Languages
C++ 62.7%
C 30%
Python 7.2%
Shell 0.1%