Files
phs_v1.0.1.0/base/startup/bootstrap_lite
2024-09-27 19:16:49 +08:00
..
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00

bootstrap_lite

Introduction

The bootstrap_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by bootstrap and start system services.

Directory Structure

base/startup/bootstrap_lite/    # bootstrap_lite module
└── services
    └── source               # Source files for the bootstrap_lite module

Constraints

Currently, the bootstrap_lite module applies only to mini-system devices (reference memory ≥ 128 KB), for example, Hi3861 V100.

Usage

When Samgr starts, the bootstrap_lite module is automatically invoked to start system services, without the need to be configured.

Repositories Involved

Startup subsystem

startup_syspara_lite

startup_appspawn_lite

startup_bootstrap_lite

startup_init_lite