aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-03-21 17:54:30 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-03-21 17:54:30 +0100
commitdcf194289a6af8c0a6b6263a2686af8fa44a37f2 (patch)
tree006beef1d4685120f4f1d7f2f44c93613a18954b /docs
parent2c566e2dc9df934fb3884f9d4a9ad7ffc73a4aab (diff)
Allows or in mustache instanciation
This allows to simplify the configuration file afm-unit.conf. Restore the type application/vnd.agl.service Change-Id: Iaadde2c2d96155cea6d1b8bee4d3c78e885cf44a Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r--docs/config.xml.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/config.xml.md b/docs/config.xml.md
index 7939ebe..8894667 100644
--- a/docs/config.xml.md
+++ b/docs/config.xml.md
@@ -371,13 +371,18 @@ Known types for the type of content are:
HTML application,
content.src designates the home page of the application
-- ***application/x-executable***:
- Native application,
- content.src designates the relative path of the binary
+- ***application/vnd.agl.native***
+ AGL compatible native,
+ content.src designates the relative path of the binary.
- ***application/vnd.agl.service***:
AGL service, content.src is not used.
+- ***application/x-executable***:
+ Native application,
+ content.src designates the relative path of the binary.
+ For such application, only security setup is made.
+
Adding more types is easy, it just need to edit the configuration
file ***afm-unit.conf***.
@@ -388,7 +393,6 @@ leveraging systemd. The transition to systemd let these types
out at the moment.
- ***application/vnd.agl.url***
-- ***application/vnd.agl.native***
- ***text/vnd.qt.qml***, ***application/vnd.agl.qml***
- ***application/vnd.agl.qml.hybrid***
- ***application/vnd.agl.html.hybrid***