Changed the folder names of pictures to images and changed the paths in the md files. 01/25901/2
authorThomas Walzer <thomas.walzer@reutlingen-university.de>
Wed, 13 Jan 2021 12:00:47 +0000 (13:00 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 2 Feb 2021 18:55:28 +0000 (18:55 +0000)
Signed-off-by: Thomas Walzer <thomas.walzer@reutlingen-university.de>
Change-Id: Idd44284f082c427ee5f6245465009c9a89539922
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25901
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
13 files changed:
docs/2_Architecture_Guides/1_Introduction/0_Overview.md
docs/2_Architecture_Guides/1_Introduction/images/architecture.jpg [moved from docs/2_Architecture_Guides/1_Introduction/architecture.jpg with 100% similarity]
docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md
docs/3_Developer_Guides/1_Application_Framework/1_afm-daemons.md
docs/3_Developer_Guides/1_Application_Framework/images/AppFW-APP_install_sequences.svg [moved from docs/3_Developer_Guides/1_Application_Framework/pictures/AppFW-APP_install_sequences.svg with 100% similarity]
docs/3_Developer_Guides/1_Application_Framework/images/Security_model_history.svg [moved from docs/3_Developer_Guides/1_Application_Framework/pictures/Security_model_history.svg with 100% similarity]
docs/3_Developer_Guides/1_Application_Framework/images/afm-daemons.svg [moved from docs/3_Developer_Guides/1_Application_Framework/pictures/afm-daemons.svg with 100% similarity]
docs/3_Developer_Guides/1_Application_Framework/images/make-units.svg [moved from docs/3_Developer_Guides/1_Application_Framework/pictures/make-units.svg with 100% similarity]
docs/3_Developer_Guides/2_Application_Framework_Binder/0_Overview.md
docs/3_Developer_Guides/2_Application_Framework_Binder/4_Binder_events_guide.md
docs/3_Developer_Guides/2_Application_Framework_Binder/images/basis.svg [moved from docs/3_Developer_Guides/2_Application_Framework_Binder/pictures/basis.svg with 100% similarity]
docs/3_Developer_Guides/2_Application_Framework_Binder/images/interconnection.svg [moved from docs/3_Developer_Guides/2_Application_Framework_Binder/pictures/interconnection.svg with 100% similarity]
docs/3_Developer_Guides/2_Application_Framework_Binder/images/signaling-basis.svg [moved from docs/3_Developer_Guides/2_Application_Framework_Binder/pictures/signaling-basis.svg with 100% similarity]

index f2351bc..0648aa9 100644 (file)
@@ -44,7 +44,7 @@ The Automotive Grade Linux Software Architecture diagram is below. The architect
 of five layers. The App/HMI layer contains applications with their associated business logic and
 HMI.
 
-![Architecture Diagram](architecture.jpg)
+![Architecture Diagram](images/architecture.jpg)
 
 The Application Framework layer provides the APIs for creating both managing and running
 applications on an AGL system. The Services layer contains user space services that all
index 7aae18f..efc31ee 100644 (file)
@@ -61,7 +61,7 @@ The 3 layers are providing components for:
 
 The figure below shows the history of these layers.
 
-![Security_model_history](./pictures/Security_model_history.svg)
+![Security_model_history](./images/Security_model_history.svg)
 
 We took the decision to use these security layers that provide the
 basis of the Tizen security, the security framework.
@@ -96,7 +96,7 @@ The figure below shows the major components of the framework
 and their interactions going through the following scenario:
 
 - APPLICATION installs an other application and then launch it.
-   ![AppFW-APP_install_sequences](./pictures/AppFW-APP_install_sequences.svg)
+   ![AppFW-APP_install_sequences](./images/AppFW-APP_install_sequences.svg)
 
 Let follow the sequence of calls:
 
@@ -257,5 +257,5 @@ future to include for example incremental delivery.
 [app-manifest]:     http://www.w3.org/TR/appmanifest                                "Web App Manifest"
 [tizen-security]:   https://wiki.tizen.org/wiki/Security                            "Tizen security home page"
 [tizen-secu-3]:     https://wiki.tizen.org/wiki/Security/Tizen_3.X_Overview         "Tizen 3 security overview"
-[AppFW-APP_install_sequences]: pictures/AppFW-APP_install_sequences.svg
-[Security_model_history]: pictures/Security_model_history.svg
\ No newline at end of file
+[AppFW-APP_install_sequences]: images/AppFW-APP_install_sequences.svg
+[Security_model_history]: images/Security_model_history.svg
\ No newline at end of file
index 2f7e2c0..b8eb21b 100644 (file)
@@ -646,4 +646,4 @@ Here is how to list applications using ***afm-util***:
     afm-util runnables
 ```
 
-[afm-daemons]: pictures/afm-daemons.svg
+[afm-daemons]: images/afm-daemons.svg
index 1b2163c..22a88ba 100644 (file)
@@ -26,7 +26,7 @@ is tuned by the AGL framework and the AGL system.
 
 The following figure shows main concepts linked to the ***binder***.
 
-![Figure: binder basis](pictures/basis.svg)
+![Figure: binder basis](images/basis.svg)
 
 The shown elements are:
 
@@ -79,7 +79,7 @@ to setup the ***bindings*** configuration of the ***binders***.
 
 The figure below shows that ***binders*** are interconnected.
 
-![Figure: binder interconnection](pictures/interconnection.svg)
+![Figure: binder interconnection](images/interconnection.svg)
 
 The figure shows 4 several **application/service**: **A**, **B**,
 **C** and **D**.
index 0b91a23..57175a6 100644 (file)
@@ -20,7 +20,7 @@ Events must be described and explained.
 
 The basis of a signaling agent is shown in the following figure:
 
-![scenario of using events](pictures/signaling-basis.svg)
+![scenario of using events](images/signaling-basis.svg)
 
 This figure shows the main role of the signaling framework for the events
 propagation.