summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows/am-config.yaml
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-07-25 11:36:18 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-07-27 13:31:53 +0000
commit580e5eac4dadfd96b591b81e4af3bf072bcb461a (patch)
treef5bc749cc1554643c619399045ddc0a5095608b0 /examples/applicationmanager/animated-windows/am-config.yaml
parentd3c84382386ffbae0a24b1b09727abf03e6f779e (diff)
Example on animating appearance and disappearance of windows
Change-Id: Ie4bac7ca24513666ff52f5967d00e845e7cfbe00 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/animated-windows/am-config.yaml')
-rw-r--r--examples/applicationmanager/animated-windows/am-config.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/applicationmanager/animated-windows/am-config.yaml b/examples/applicationmanager/animated-windows/am-config.yaml
new file mode 100644
index 00000000..48eeb1a4
--- /dev/null
+++ b/examples/applicationmanager/animated-windows/am-config.yaml
@@ -0,0 +1,11 @@
+formatVersion: 1
+formatType: am-configuration
+---
+applications:
+ builtinAppsManifestDir: "${CONFIG_PWD}/apps"
+ installedAppsManifestDir: "/tmp/animated-windows/manifests"
+ appImageMountDir: "/tmp/animated-windows/image-mounts"
+ database: "/tmp/animated-windows/apps.db"
+
+ui:
+ mainQml: "${CONFIG_PWD}/system-ui/main.qml"