summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates/server_qtro_simulator.yaml
blob: b85de86bf44a553a81adfb08d5b6c9ba5201a582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
server_qtro_simulator:
    module:
        documents:
            - "core.cpp": "core.cpp.tpl"
            - "core.h": "core.h.tpl"
            - "{{srcBase|lower}}.pri": "server.pri.tpl"
            - "main.cpp": "main.cpp.tpl"
            - "{{module.module_name|lower}}_simulation.qml": "common/module_simulation.qml.tpl"
            - "{{module.module_name|lower}}_simulation_data.json": "common/simulation_data.json.tpl"
            - "{{module.module_name|lower}}_simulation.qrc": "common/simulation.qrc.tpl"
            - "qml/{{module|qml_type|replace('.', '/')}}/simulation/plugins.qmltypes": "common/simulation.qmltypes.tpl"
            - "qml/{{module|qml_type|replace('.', '/')}}/simulation/qmldir": "common/qmldir.tpl"
            - "qml/{{module|qml_type|replace('.', '/')}}/plugins.qmltypes": "common/plugins.qmltypes.tpl"
            - "qml/{{module|qml_type|replace('.', '/')}}/qmldir": "common/qmldir.tpl"
    interface:
        documents:
            - "{{interface|lower}}.rep": "common/interface.rep.tpl"
            - '{{interface|lower}}adapter.h': 'adapter.h.tpl'
            - '{{interface|lower}}adapter.cpp': 'adapter.cpp.tpl'
            - '{{interface|lower}}backend.h': 'common/backend_simulation.h.tpl'
            - '{{interface|lower}}backend.cpp': 'common/backend_simulation.cpp.tpl'
            - '{{interface|upperfirst}}Simulation.qml': 'common/backend_simulation.qml.tpl'