summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/applicationmanager/am-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/applicationmanager/am-config.yaml')
-rw-r--r--tests/auto/qml/applicationmanager/am-config.yaml56
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/auto/qml/applicationmanager/am-config.yaml b/tests/auto/qml/applicationmanager/am-config.yaml
new file mode 100644
index 00000000..2a515905
--- /dev/null
+++ b/tests/auto/qml/applicationmanager/am-config.yaml
@@ -0,0 +1,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