# startup_bootstrap_lite **Repository Path**: openharmony/startup_bootstrap_lite ## Basic Information - **Project Name**: startup_bootstrap_lite - **Description**: Bootstrap module for starting services | 服务启动引导模块 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 67 - **Forks**: 106 - **Created**: 2020-08-27 - **Last Updated**: 2025-09-08 ## Categories & Tags **Categories**: harmonyos-components **Tags**: None ## README # bootstrap\_lite - [Introduction](#section469617221261) - [Directory Structure](#section1464106163817) - [Constraints](#section12212842173518) - [Usage](#section1483211215513) - [Repositories Involved](#section641143415335) ## 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](https://gitee.com/openharmony/docs/blob/master/en/readme/startup.md) [startup\_syspara\_lite](https://gitee.com/openharmony/startup_syspara_lite/blob/master/README.md) [startup\_appspawn\_lite](https://gitee.com/openharmony/startup_appspawn_lite/blob/master/README.md) **[startup\_bootstrap\_lite](https://gitee.com/openharmony/startup_bootstrap_lite/blob/master/README.md)** [startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md)