summaryrefslogtreecommitdiffstats
path: root/tests/auto/configuration/data/config1.yaml
blob: 069543448341e27705b83b02b3b6e28f1278914c (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
formatVersion: 1
formatType: am-configuration
---
runtimes:
  r-test:
    r-parameter: r-value

containers:
  selection: selectionFunction
  c-test:
    c-parameter: c-value

intents:
  disable: true
  timeouts:
    disambiguation: 1
    startApplication: 2
    replyFromApplication: 3
    replyFromSystem: 4

plugins:
  startup: [ s1, s2 ]
  container: [ c1, c2 ]

logging:
  dlt:
    id: 'dltid'
    description: 'dltdesc'
  rules: [ lr1, lr2 ]
  messagePattern: 'msgPattern'
  useAMConsoleLogger: true

installer:
  disable: true
  caCertificates: [ cert1, cert2 ]

dbus:
  iface1:
    register: 'foobus'

quicklaunch:
  idleLoad: 0.5
  runtimesPerContainer: 5

ui:
  opengl:
    desktopProfile: 'compatibility'
    esMajorVersion: 5
    esMinorVersion: 15
  enableTouchEmulation: true
  iconThemeSearchPaths: [ itsp1, itsp2 ]
  iconThemeName: mytheme
  style: mystyle
  loadDummyData: true
  importPaths: [ ip1, ip2 ]
  pluginPaths: [ pp1, pp2 ]
  windowIcon: 'icon.png'
  fullscreen: true
  mainQml: main.qml
  resources: [ r1, r2 ]

applications:
  builtinAppsManifestDir: 'builtin-dir'
  installationDir: 'installation-dir'
  documentDir: 'doc-dir'

crashAction:
  printBacktrace: true
  printQmlStack: true
  waitForGdbAttach: true
  dumpCore: true

systemProperties:
  public:
    public-prop: public-value
  protected:
    protected-prop: protected-value
  private:
    private-prop: private-value

flags:
  forceSingleProcess: true
  forceMultiProcess: true
  noSecurity: true
  developmentMode: true
  noUiWatchdog: true

wayland:
  socketName: "my-wlsock-42"
  extraSockets:
    - path: path-es1
      permissions: 0440
      userId: 1
      groupId: 2
    - path: path-es2
      permissions: 0222
      userId: 3
      groupId: 4