SAMGR.md 1.3 KB
Newer Older
A
annie_wangli 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# System Ability Manager(<a name="EN-US_TOPIC_0000001115719369"></a>)

## Introduction<a name="section11660541593"></a>

The System Ability Manager (SAMGR) subsystem implements the system service framework. It provides the functions of starting, registering, and querying system services, and querying cross-device distributed system services.


## System Architecture<a name="section13587185873516"></a>

**Figure 1** SAMGR architecture<a name="fig4460722185514"></a>


![](figures/samgr-architecture.png)

## Directory Structure<a name="section161941989596"></a>

```
/foundation/distributedschedule
├── safwk                       # System ability framework
├── samgr                       # System ability manager
├── safwk_lite                  # Lightweight foundation process
22
└── samgr_lite                  # Lightweight system ability manager
A
annie_wangli 已提交
23 24 25 26
```

## Repositories Involved<a name="section1371113476307"></a>

A
Annie_wang 已提交
27
**SAMGR**
A
annie_wangli 已提交
28

离北况归's avatar
离北况归 已提交
29
[distributedschedule\_safwk](https://gitee.com/openharmony/distributedschedule_safwk)
A
annie_wangli 已提交
30

离北况归's avatar
离北况归 已提交
31
[distributedschedule\_samgr](https://gitee.com/openharmony/distributedschedule_samgr)
A
annie_wangli 已提交
32

离北况归's avatar
离北况归 已提交
33
[distributedschedule\_safwk\_lite](https://gitee.com/openharmony/distributedschedule_safwk_lite)
A
annie_wangli 已提交
34

离北况归's avatar
离北况归 已提交
35
[distributedschedule\_samgr\_lite](https://gitee.com/openharmony/distributedschedule_samgr_lite)