niobe/base/startup/bootstrap_lite
houpengfei 396aa09915 init 2021-09-22 21:52:48 +08:00
..
services init 2021-09-22 21:52:48 +08:00
LICENSE init 2021-09-22 21:52:48 +08:00
README.md init 2021-09-22 21:52:48 +08:00
README_zh.md init 2021-09-22 21:52:48 +08:00

README.md

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 boostrap 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