summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/am-config.yaml
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-07-10 14:40:25 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-07-11 11:57:12 +0000
commitba2a7ede9e1689c03099cd0ef619bc18cda29ef4 (patch)
tree043a0d1581988a56b5fd9956814defa774f3a031 /examples/applicationmanager/multi-views/am-config.yaml
parentc414cb25d0cc2f7ce33e21e15ff52bc14d6421ad (diff)
Fix installation of the examples
- Only the project files and wrapper scripts were being installed - They were being put directly into Qt's example dir. They should be grouped into a applicationmanager subdirectory there, similarly to what other modules do. Task-number: AUTOSUITE-591 Change-Id: I1da6b28a8fe2e9210ad109309d30dfc1ad0d1e99 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/multi-views/am-config.yaml')
-rw-r--r--examples/applicationmanager/multi-views/am-config.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/examples/applicationmanager/multi-views/am-config.yaml b/examples/applicationmanager/multi-views/am-config.yaml
new file mode 100644
index 00000000..1fa63b8a
--- /dev/null
+++ b/examples/applicationmanager/multi-views/am-config.yaml
@@ -0,0 +1,37 @@
+formatVersion: 1
+formatType: am-configuration
+---
+installationLocations:
+- id: "internal-0"
+ installationPath: "/tmp/multi-views/apps"
+ documentPath: "/tmp/multi-views/docs"
+ mountPoint: "/tmp"
+ isDefault: true
+
+applications:
+ builtinAppsManifestDir: "${CONFIG_PWD}/apps"
+ installedAppsManifestDir: "/tmp/multi-views/manifests"
+ appImageMountDir: "/tmp/multi-views/image-mounts"
+ database: "/tmp/multi-views/apps.db"
+
+logging:
+ rules:
+ - "*=false"
+ - "qt.*=false"
+ - "am.*=false"
+ - "qml*=true"
+ - "*.warning=true"
+ - "*.critical=true"
+
+ui:
+ fullscreen: no
+ mainQml: "${CONFIG_PWD}/system-ui/main.qml"
+
+systemProperties:
+ protected:
+ light: on
+
+# development setup:
+flags:
+ noSecurity: yes
+ noUiWatchdog: yes