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

logging:
  rules:
    - "*=false"
    - "qt.*=false"
    - "am.*=false"
    - "qml*=true"
    - "*.warning=true"
    - "*.critical=true"

ui:
  fullscreen: no
  mainQml: "${CONFIG_PWD}/system-ui/main.qml"

# development setup:
flags:
  noSecurity: yes
  noUiWatchdog: yes