Dependents:   sensomed

Committer:
switches
Date:
Tue Nov 08 18:27:11 2016 +0000
Revision:
0:0e018d759a2a
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:0e018d759a2a 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
switches 0:0e018d759a2a 2 <Project emblocks_ix="1.0.0" name="{{name}}">
switches 0:0e018d759a2a 3 <Target name="{{name}}" target="{{target}}">
switches 0:0e018d759a2a 4 <Source name="mbed.org" version="1.0.0">
switches 0:0e018d759a2a 5 <Toolchain name="{{toolchain}}"/>
switches 0:0e018d759a2a 6 <CC>
switches 0:0e018d759a2a 7 {% for s in cc_org %}<Switch name="{{s}}"/>
switches 0:0e018d759a2a 8 {% endfor %}
switches 0:0e018d759a2a 9 </CC>
switches 0:0e018d759a2a 10 <CPPC>
switches 0:0e018d759a2a 11 {% for s in cppc_org %}<Switch name="{{s}}"/>
switches 0:0e018d759a2a 12 {% endfor %}
switches 0:0e018d759a2a 13 </CPPC>
switches 0:0e018d759a2a 14 <Symbols>
switches 0:0e018d759a2a 15 {% for s in symbols %}<Symbol name="{{s}}"/>
switches 0:0e018d759a2a 16 {% endfor %}
switches 0:0e018d759a2a 17 </Symbols>
switches 0:0e018d759a2a 18 <LD>
switches 0:0e018d759a2a 19 {% for s in ld_org %}<Switch name="{{s}}"/>
switches 0:0e018d759a2a 20 {% endfor %}
switches 0:0e018d759a2a 21 </LD>
switches 0:0e018d759a2a 22 <Addobjects>
switches 0:0e018d759a2a 23 {% for s in object_files %}<Addobject name="{{s}}"/>
switches 0:0e018d759a2a 24 {% endfor %}
switches 0:0e018d759a2a 25 </Addobjects>
switches 0:0e018d759a2a 26 <Syslibs>
switches 0:0e018d759a2a 27 {% for s in sys_libs %}<Library name="{{s}}"/>
switches 0:0e018d759a2a 28 {% endfor %}
switches 0:0e018d759a2a 29 </Syslibs>
switches 0:0e018d759a2a 30 <Scriptfile path="{{script_file}}"/>
switches 0:0e018d759a2a 31 </Source>
switches 0:0e018d759a2a 32 <Assembler>
switches 0:0e018d759a2a 33 </Assembler>
switches 0:0e018d759a2a 34 <Compiler>
switches 0:0e018d759a2a 35 <Includepaths>
switches 0:0e018d759a2a 36 {% for s in include_paths %}<Includepath path="{{s}}"/>
switches 0:0e018d759a2a 37 {% endfor %}
switches 0:0e018d759a2a 38 </Includepaths>
switches 0:0e018d759a2a 39 <Symbols>
switches 0:0e018d759a2a 40 </Symbols>
switches 0:0e018d759a2a 41 </Compiler>
switches 0:0e018d759a2a 42 <Linker>
switches 0:0e018d759a2a 43 <Libraries>
switches 0:0e018d759a2a 44 {% for s in libraries %}<Library name="{{s}}"/>
switches 0:0e018d759a2a 45 {% endfor %}
switches 0:0e018d759a2a 46 </Libraries>
switches 0:0e018d759a2a 47 <Librarypaths>
switches 0:0e018d759a2a 48 {% for s in library_paths %}<Librarypath path="{{s}}"/>
switches 0:0e018d759a2a 49 {% endfor %}
switches 0:0e018d759a2a 50 </Librarypaths>
switches 0:0e018d759a2a 51 </Linker>
switches 0:0e018d759a2a 52 <Files>
switches 0:0e018d759a2a 53 {% for f in source_files %}<File name="{{f.name}}" type="{{f.type}}"/>
switches 0:0e018d759a2a 54 {% endfor %}
switches 0:0e018d759a2a 55 </Files>
switches 0:0e018d759a2a 56 </Target>
switches 0:0e018d759a2a 57 </Project>