SAMGR.md 1.1 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 22 23 24 25 26
# 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
├── samgr_lite                  # Lightweight system ability manager
```

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

A
Annie_wang 已提交
27
**SAMGR**
A
annie_wangli 已提交
28 29 30 31 32 33 34 35

distributedschedule\_safwk

distributedschedule\_samgr

distributedschedule\_safwk\_lite

distributedschedule\_samgr\_lite