From 580e5eac4dadfd96b591b81e4af3bf072bcb461a Mon Sep 17 00:00:00 2001 From: Daniel d'Andrada Date: Wed, 25 Jul 2018 11:36:18 +0200 Subject: Example on animating appearance and disappearance of windows Change-Id: Ie4bac7ca24513666ff52f5967d00e845e7cfbe00 Reviewed-by: Robert Griebl --- examples/applicationmanager/animated-windows/am-config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/applicationmanager/animated-windows/am-config.yaml (limited to 'examples/applicationmanager/animated-windows/am-config.yaml') 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" -- cgit v1.2.3