update docs

Signed-off-by: Annie_wang <annie.wangli@huawei.com>
This commit is contained in:
Annie_wang
2022-12-19 21:02:20 +08:00
parent 50bed4c108
commit cd41a19d11
+16 -5
View File
@@ -1,3 +1,9 @@
**NOTICE**
The distributedschedule_dms_fwk repository is renamed ability_dmsfwk since July 2022. The distributedschedule_dms_fwk repository is archived and no longer maintained.
To obtain the latest code, go to the [**ability\_dmsfwk**](https://gitee.com/openharmony/ability_dmsfwk) repository.
# Distributed Scheduler<a name="EN-US_TOPIC_0000001115719369"></a>
## Introduction<a name="section11660541593"></a>
@@ -8,7 +14,7 @@ Distributed Scheduler is used for cross-device component management. It allows t
- Remote ability migration: Migrates an ability to a remote device.
- Remote ability binding: Binds an ability on a remote device.
## System Architecture<a name="section13587185873516"></a>
## Architecture<a name="section13587185873516"></a>
**Figure 1** Distributed Scheduler architecture<a name="fig4460722185514"></a>
@@ -19,14 +25,19 @@ Distributed Scheduler is used for cross-device component management. It allows t
```
/foundation/ability
├── dmsfwk # DMS framework (DMS is short for Distributed Manager Service, also called the Distributed Scheduler Service)
├── dms_fwk_lite # Lightweight DMS framework
├── dmsfwk # Distributed Manager Service
├── bundle.json # Description and build script of dmsfwk
│ ├── etc # Configuration files
│ ├── interfaces # APIs exposed externally
│ ├── services # Service implementation
│ ├── sa_profile # SA profiles
│ ├── utils # Utils
```
## Repositories Involved<a name="section1371113476307"></a>
**Distributed Scheduler**
ability\_dms\_fwk
[**ability\_dmsfwk**](https://gitee.com/openharmony/ability_dmsfwk)
ability\_dms\_fwk\_lite
[ability\_dmsfwk\_lite](https://gitee.com/openharmony/ability_dmsfwk_lite)