summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/am-config.yaml
blob: e9bfb77bf842c1e9b793ec607e8227aea6c86ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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"
  installedAppsManifestDir: "/tmp/multi-views/manifests"

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