jiangdayuan b610f1f080 Revert "!58 新增特性:应用启动流程和组件切换流程trace"
This reverts commit a70132af38359d813b18624c28e0fa3dfbc6b532, reversing
changes made to ef5d492915059e248cda8a48b8efd2c36cc976d3.
Signed-off-by: jiangdayuan <jiangdayuan@huawei.com>
2022-01-12 10:41:29 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-09-10 17:07:08 +00:00

Startup

Introduction

Appspawn is responsible for creating application process and setting process information function.

Directory Structure

base/startup/appspawn_standard
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

hmf/startup/syspara_lite

hmf/startup/appspawn_standard

hmf/startup/appspawn_lite

hmf/startup/bootstrap_lite

hmf/startup/startup

hmf/startup/systemrestore

Description
No description provided
Readme Pixar 33 MiB
Languages
C++ 55.8%
C 43.5%
Python 0.5%
Shell 0.2%