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.