summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/minidesk/am-config.yaml
blob: a557944d36524f53983e227e2763c2c9e2d965aa (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
formatVersion: 1
formatType: am-configuration
---
applications:
  builtinAppsManifestDir: "${CONFIG_PWD}/apps"
  installationDir: "/tmp/minidesk/apps"
  documentDir: "/tmp/minidesk/docs"

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