diff options
Diffstat (limited to 'tests/auto/qml/resources/am-config.yaml')
-rw-r--r-- | tests/auto/qml/resources/am-config.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/auto/qml/resources/am-config.yaml b/tests/auto/qml/resources/am-config.yaml new file mode 100644 index 00000000..a06cb076 --- /dev/null +++ b/tests/auto/qml/resources/am-config.yaml @@ -0,0 +1,22 @@ +formatVersion: 1 +formatType: am-configuration +--- +applications: + builtinAppsManifestDir: "${CONFIG_PWD}/apps" + installationDir: "/tmp/am-resource-test/apps" + +quicklaunch: + runtimesPerContainer: 1 + idleLoad: 1.0 + +runtimes: + qml: + resources: "appcommon/appcommonfile.rcc" + importPaths: [ "qrc:/appcommon/qml", "relative" ] + quicklaunchQml: "qrc:/appcommon/Quicklaunch.qml" + +ui: + importPaths: "qrc:///qml" + resources: + - "systemuifile.rcc" + - "${CONFIG_PWD}/systemuiplugin" # libsystemuiplugin.so would only work on Linux |