aboutsummaryrefslogtreecommitdiffstats
path: root/am-config.yaml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2015-10-19 13:48:23 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2015-11-16 14:04:52 +0000
commit0446271eb6ce5f2f24662031ce55fcf6ee500ba4 (patch)
treea991373c1336ecd5452c7e146758e86e676dacde /am-config.yaml
parent0eb472c7031ba2cfe1cc49153865e36f3162abfe (diff)
Initial commit of Pelagicore's Neptune-UI with squashed history.
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'am-config.yaml')
-rw-r--r--am-config.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/am-config.yaml b/am-config.yaml
new file mode 100644
index 0000000..5fa3a41
--- /dev/null
+++ b/am-config.yaml
@@ -0,0 +1,29 @@
+formatVersion: 1
+formatType: am-configuration
+---
+# basic AM functionality - the builtin apps are in 'apps'.
+
+applications:
+ builtinAppsManifestDir: "apps"
+
+# QML apps will be able to import from modules...
+
+runtimes:
+ qml:
+ importPaths: [ "modules" ]
+
+# ... as well as the SystemUI
+
+ui:
+ fullscreen: yes
+ mainQml: "Main1920x1080.qml"
+ importPaths: [ "modules" ]
+ additionalConfiguration:
+ appStoreServerUrl: 'http://beachhead.pelagicore.de:8080'
+
+# development setup: no security
+
+flags:
+ noSecurity: yes
+ noUiWatchdog: yes
+