summaryrefslogtreecommitdiff
path: root/templates/wb26.mpd
blob: 46b15b89787ef4a594ca1a5880f9904565bcc68d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
        <name><%project_prefix%><%project_name%></name>
	<comment>Generated by MPC</comment>
<%if(after && !disable_subprojects)%>
	<projects>
		<!-- MPC ADD DEPENDENCIES -->
	</projects>
<%endif%>
	<buildSpec>
		<buildCommand>
			<name>com.windriver.ide.core.wrbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>com.windriver.ide.core.wrnature</nature>
		<nature>com.windriver.ide.core.wrcorenature</nature>
<%foreach(additional_natures)%>
                <nature><%additional_nature%></nature>
<%endfor%>
	</natures>
<%if(!standard_build && make_coexistence)%>
	<linkedResources>
<%foreach(source_files)%>
		<link>
			<name><%source_file%></name>
			<type>1</type>
			<location><%full_path(source_file)%></location>
		</link>
<%endfor%>
<%foreach(header_files)%>
                <link>
                        <name><%header_file%></name>
                        <type>1</type>
                        <location><%full_path(header_file)%></location>
                </link>
<%endfor%>
<%if(pch_header)%>
                <link>
                        <name><%pch_header%></name>
                        <type>1</type>
                        <location><%full_path(pch_header)%></location>
                </link>
<%endif%>
<%foreach(inline_files)%>
                <link>
                        <name><%inline_file%></name>
                        <type>1</type>
                        <location><%full_path(inline_file)%></location>
                </link>
<%endfor%>
<%foreach(template_files)%>
                <link>
                        <name><%template_file%></name>
                        <type>1</type>
                        <location><%full_path(template_file)%></location>
                </link>
<%endfor%>
<%foreach(custom_types)%>
<%foreach(custom_type->input_files)%>
                <link>
                        <name><%if(starts_with(custom_type->input_file, \.\.))%><%basename(custom_type->input_file)%><%else%><%custom_type->input_file%><%endif%></name>
                        <type>1</type>
                        <location><%full_path(custom_type->input_file)%></location>
                </link>
<%endfor%>
<%endfor%>
	</linkedResources>
<%endif%>
</projectDescription>