|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| common/ | | 06-May-2025 | - | 2,008 | 1,116 |
| etc/ | | 06-May-2025 | - | 110 | 99 |
| figures/ | | 06-May-2025 | - | | |
| frameworks/ | | 06-May-2025 | - | 4,138 | 2,847 |
| interfaces/ | | 06-May-2025 | - | 7,006 | 5,572 |
| sa_profile/ | | 06-May-2025 | - | 69 | 66 |
| services/ | | 06-May-2025 | - | 142,923 | 106,487 |
| test/ | | 06-May-2025 | - | 4,661 | 3,596 |
| .gitattributes | D | 06-May-2025 | 631 | 16 | 15 |
| CODEOWNERS | D | 06-May-2025 | 931 | 20 | 18 |
| LICENSE | D | 06-May-2025 | 10.1 KiB | 177 | 150 |
| OAT.xml | D | 06-May-2025 | 4.1 KiB | 66 | 14 |
| README.md | D | 06-May-2025 | 1.3 KiB | 39 | 25 |
| README_zh.md | D | 06-May-2025 | 1.7 KiB | 44 | 29 |
| bundle.json | D | 06-May-2025 | 7 KiB | 184 | 183 |
| dmsfwk.gni | D | 06-May-2025 | 2.8 KiB | 80 | 77 |
| hisysevent.yaml | D | 06-May-2025 | 5 KiB | 114 | 85 |
README.md
1# dmsfwk
2
3## Introduction
4
5The Distributed Ability Manager Service Framework (dmsfwk) component is used for cross-device component management. It allows the local device to access and control remote components, and enables application collaboration in distributed scenarios. Major functions are as follows:
6
7- Remote ability startup: starts an ability on a remote device. Data can be returned when the Page ability ends.
8- Ability continuation: continues an ability on a remote device.
9- Remote ability binding: binds an ability on a remote device.
10- Remote call: obtains the caller interface of a remote ability to call the ability across devices.
11
12## System Architecture
13
14Figure 1 Architecture of dmsfwk
15
16
17
18
19## Directory Structure
20
21```
22/foundation/ability
23├── dmsfwk # dmsfwk
24│ ├── bundle.json # Description and build script of dmsfwk
25│ ├── etc # Configuration files
26│ ├── interfaces # APIs exposed externally
27│ ├── services # Service implementation
28│ ├── sa_profile # SA-related configuration files
29│ ├── utils # Utils
30```
31
32## Repositories Involved
33
34dmsfwk
35
36[**ability\_dmsfwk**](https://gitee.com/openharmony/ability_dmsfwk)
37
38[ability\_dmsfwk\_lite](https://gitee.com/openharmony/ability_dmsfwk_lite)
39