summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/applicationmanager/am-config.yaml
blob: 2a51590519f16bbd5e2ed18d107fcc87a1641938 (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
formatVersion: 1
formatType: am-configuration
---
applications:
  builtinAppsManifestDir: "${CONFIG_PWD}/apps"

ui:
  fullscreen: no

systemProperties:
  ignored: 42
  public:
    pub1: 'pub1'
    pubandpro: 'pub2'
    pubandpri: 'pub3'
    inall: 'public'
  protected:
    pro1: 'pro1'
    pubandpro: 'pro2'
    proandpri: 'pro4'
    inall: 'protected'
    nested:
      level2:
        level31: 'overwritten'
        level32: 'hidden'
  private:
    booleanTest: on
    stringTest: "pelagicore"
    nullTest: ~
    intTest: -1
    floatTest: .5
    arrayTest: [
        "value1",
        "value2"
    ]
    mapTest: {
        "key1" : "1",
        "key2" : "2"
    }
    nested:
      level2:
        level31: 31
      level21: 21
      level22: 22
    pubandpri: 'pri3'
    proandpri: 'pri4'
    inall: 'private'

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

runtimes:
  qml:
    quitTime: 5000