# samgr\_lite.h ## **Overview** **Related Modules:** [Samgr](Samgr.md) **Description:** Manages system capabilities. This is used when services, features, and functions are registered with and discovered by Samgr. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
BOOTSTRAP_SERVICE "Bootstrap" |
Starts a bootstrap service, which is used by samgr and implemented by system service developers. |
typedef enum BootMessage Enumerates the IDs of the message to be processed for starting the bootstrap service. |
|
typedef struct SamgrLite |
BootMessage { BOOT_SYS_COMPLETED, BOOT_APP_COMPLETED, BOOT_REG_SERVICE, BOOTSTRAP_BUTT } |
Enumerates the IDs of the message to be processed for starting the bootstrap service. |
SAMGR_GetInstance (void) |
|
SAMGR_Bootstrap (void) |