summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/am-config.yaml
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-08-09 11:09:18 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-08-16 08:03:13 +0000
commit968bbbb450b2b6a4fd9e79f3a2a0329ab654630e (patch)
tree3e458b82f43545fe574c4082a5d5534d4a0e76a7 /examples/applicationmanager/multi-views/am-config.yaml
parent15c6eed2e0f2a5e41ab9448d0f3edfe1c0c13b73 (diff)
Clean up configuration file of the multi-views example
Change-Id: I30804864be283b764befba08d9a233b692efcb6f Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/multi-views/am-config.yaml')
-rw-r--r--examples/applicationmanager/multi-views/am-config.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/applicationmanager/multi-views/am-config.yaml b/examples/applicationmanager/multi-views/am-config.yaml
index 6a6a9393..5db21e36 100644
--- a/examples/applicationmanager/multi-views/am-config.yaml
+++ b/examples/applicationmanager/multi-views/am-config.yaml
@@ -1,34 +1,8 @@
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"
-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