summaryrefslogtreecommitdiffstats
path: root/tests/qml/resources/am-config.yaml
blob: a06cb0768abfbbcfcab34ea0a909b86d441ad26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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