X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F04_Developer_Guides%2F01_Application_Framework%2F04_Creating_a_New_Application_Dbus.md;fp=docs%2F04_Developer_Guides%2F01_Application_Framework%2F04_Creating_a_New_Application.md;h=edee0dcb38cc0ae7395b989829421c30e0aae3b4;hb=2767710e63666bd63d96f384e13b4a1b7e9a61d4;hp=014069d6ee292fc15eaec587d65fa84e30d89ac2;hpb=2e981330615aff75b16c69062a6302c858660590;p=AGL%2Fdocumentation.git diff --git a/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application.md b/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application_Dbus.md similarity index 94% rename from docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application.md rename to docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application_Dbus.md index 014069d..edee0dc 100644 --- a/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application.md +++ b/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application_Dbus.md @@ -1,14 +1,18 @@ --- -title: Creating a New Application +title: Creating a New Application with D-bus activation --- +*Note: The that the D-Bus interface is in deprecation phase and for the time +being only available for application & services that still rely on them. Once +we migrate everything to gRPC, we will remove D-Bus IPC support.* + Applications are: - Software designed to perform a specific task during a limited amount of time. - Graphical interface allowing user to interact with. Applications are executed by `applaunchd`, the AGL -[application launcher service](../01_Application_Framework/02_Application_Startup/). +[application launcher service](../01_Application_Framework/02_Application_Startup_Dbus/). # Basic requirements