summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-10 11:14:28 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-14 15:54:34 +0000
commit5623b09db0a4cd57073dc640b1d08232faa7195d (patch)
treea3697c65ca329c97a9f9a23bd91cc049c38ff016 /examples/applicationmanager/animated-windows
parent4f762b1d1f4e2bf61a24c82e6cdcfdfffee655f4 (diff)
Make installed-apps-manifest-dir configuration entry optional
If not specified the ApplicationInstaller and corresponding D-Bus interfaces won't be instantiated and appman will be left only with built-in apps, which is fine for many deployments. Change-Id: I4a3267de91e5bd83955e47530bceb2aa47c5a861 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/animated-windows')
-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 d394fd16..5db21e36 100644
--- a/examples/applicationmanager/animated-windows/am-config.yaml
+++ b/examples/applicationmanager/animated-windows/am-config.yaml
@@ -3,7 +3,6 @@ formatType: am-configuration
---
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
- installedAppsManifestDir: "/tmp/animated-windows/manifests"
ui:
mainQml: "${CONFIG_PWD}/system-ui/main.qml"