summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows/am-config.yaml
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-07 16:49:11 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-14 15:36:23 +0000
commit4f762b1d1f4e2bf61a24c82e6cdcfdfffee655f4 (patch)
tree89fe834524e08b91a16becf325c7c551bbcb7a0b /examples/applicationmanager/animated-windows/am-config.yaml
parentcad9bdc53fcf304818be22a941d41795a63c8e0f (diff)
Make the application database cache optional
And remove the database entry from the examples' config files Change-Id: Ic5fd42f086d32e59ffaab638c92dcf0d5b0ea2fa 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.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/applicationmanager/animated-windows/am-config.yaml b/examples/applicationmanager/animated-windows/am-config.yaml
index d77efee0..d394fd16 100644
--- a/examples/applicationmanager/animated-windows/am-config.yaml
+++ b/examples/applicationmanager/animated-windows/am-config.yaml
@@ -4,7 +4,6 @@ formatType: am-configuration
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
installedAppsManifestDir: "/tmp/animated-windows/manifests"
- database: "/tmp/animated-windows/apps.db"
ui:
mainQml: "${CONFIG_PWD}/system-ui/main.qml"