# 系统服务管理子系统
- [系统服务管理子系统](#系统服务管理子系统)
- [简介](#简介)
- [系统架构](#系统架构)
- [目录](#目录)
- [相关仓](#相关仓)
## 简介
系统服务管理子系统实现系统服务框架,提供系统服务的启动、注册、查询功能,提供查询跨设备的分布式系统服务。
## 系统架构
**图 1** 子系统架构图
![](figures/samgr-architecture.png)
## 目录
```
/foundation/distributedschedule
├── safwk # 系统服务框架模块
├── samgr # 系统服务管理模块
├── safwk_lite # 轻量foundation进程
├── samgr_lite # 轻量系统服务管理模块
```
## 相关仓
**系统服务管理子系统**
distributedschedule\_safwk
distributedschedule\_samgr
distributedschedule\_safwk\_lite
distributedschedule\_samgr\_lite