X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Foverview.md;fp=doc%2Foverview.md;h=d39e66e6b5a9465951579e800a24c39279cd2764;hb=81df68c04dc5e32d5d6d06bc20a7030afdf45f59;hp=6dc65bb9fa577c797be16ec00d144088b2594cc0;hpb=bad30c92a1cbe0e411f52c277cef37b6570b623f;p=src%2Fapp-framework-main.git diff --git a/doc/overview.md b/doc/overview.md index 6dc65bb..d39e66e 100644 --- a/doc/overview.md +++ b/doc/overview.md @@ -2,12 +2,6 @@ AGL framework, overview of the proposal of IoT.bzh ================================================== - version: 1 - Date: 29 mai 2016 - Author: José Bollo - -TABLE-OF-CONTENT-HERE - Foreword -------- @@ -118,7 +112,7 @@ APPLICATION installs an other application and then launch it. | : +-----------v-----------+ : +---------+---------------+ | | : | binder afb-daemon | : | | | | : +-----------------------+ : | afm-user-daemon | | - | : | afm-main-plugin | : | | | + | : | afm-main-binding | : | | | | : +-----+--------------+--+ : +------^-------+------+---+ | | :........|..............|......: | | : | | |(2) |(8) |(10) | : | @@ -151,7 +145,7 @@ Let follow the sequence of calls: 1. APPLICATION calls its **binder** to install the OTHER application. -2. The plugin **afm-main-plugin** of the **binder** calls, through +2. The binding **afm-main-binding** of the **binder** calls, through **D-Bus** system, the system daemon to install the OTHER application. 3. The system **D-Bus** checks wether APPLICATION has the permission @@ -170,7 +164,7 @@ Let follow the sequence of calls: 7. APPLICATION call its binder to start the nearly installed OTHER application. -8. The plugin **afm-main-plugin** of the **binder** calls, through +8. The binding **afm-main-binding** of the **binder** calls, through **D-Bus** session, the user daemon to launch the OTHER application. 9. The session **D-Bus** checks wether APPLICATION has the permission @@ -209,7 +203,7 @@ the components are: * ***afb-binder***: in charge of serving resources and features through an HTTP interface. -* ***afm-main-plugin***: This plugin allows applications to use the API +* ***afm-main-binding***: This binding allows applications to use the API of the AGL framework.