aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_server_qtro_simulator.yaml
blob: 5f7ab45e9002bcc383734b9ce3a6b09f3c28fbc2 (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
generate_rules:
    module_rules:
        -   dest_file:  "core.cpp"
            template_file:  "core.cpp.tpl"
        -   dest_file:  "core.h"
            template_file:  "core.h.tpl"
        -   dest_file:  "{{srcBase|lower}}.pri"
            template_file:  "server.pri.tpl"
        -   dest_file:  "pagingmodel.rep"
            template_file:  "common/pagingmodel.rep.tpl"
        -   dest_file:  "main.cpp"
            template_file:  "main.cpp.tpl"
        -   dest_file:  "{{module.module_name|lower}}_simulation.qml"
            template_file:  "common/module_simulation.qml.tpl"
        -   dest_file:  "{{module.module_name|lower}}_simulation_data.json"
            template_file:  "common/simulation_data.json.tpl"
        -   dest_file:  "{{module.module_name|lower}}_simulation.qrc"
            template_file:  "common/simulation.qrc.tpl"
        -   dest_file: "qml/{{module|qml_type|replace('.', '/')}}/simulation/plugins.qmltypes"
            template_file:  "common/simulation.qmltypes.tpl"
        -   dest_file: "qml/{{module|qml_type|replace('.', '/')}}/simulation/qmldir"
            template_file:  "common/qmldir.tpl"
        -   dest_file: "qml/{{module|qml_type|replace('.', '/')}}/plugins.qmltypes"
            template_file:  "common/plugins.qmltypes.tpl"
        -   dest_file: "qml/{{module|qml_type|replace('.', '/')}}/qmldir"
            template_file:  "common/qmldir.tpl"
    interface_rules:
        -   dest_file:  "{{interface|lower}}.rep"
            template_file:  "common/interface.rep.tpl"
        -   dest_file: '{{interface|lower}}adapter.h'
            template_file: 'adapter.h.tpl'
        -   dest_file: '{{interface|lower}}adapter.cpp'
            template_file: 'adapter.cpp.tpl'
        -   dest_file: '{{interface|lower}}backend.h'
            template_file: 'common/backend_simulation.h.tpl'
        -   dest_file: '{{interface|lower}}backend.cpp'
            template_file: 'common/backend_simulation.cpp.tpl'
        -   dest_file: '{{interface|upperfirst}}Simulation.qml'
            template_file: 'common/backend_simulation.qml.tpl'
    struct_rules: