summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/wb26.mpd
blob: 7a3dd96c66aa4434a3b874c964e3ce4f16067091 (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
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
        <name><%project_name%></name>
	<comment></comment>
<%if(after && enable_subprojects && exename)%>
	<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>
	</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%>
<%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%>
	</linkedResources>
<%endif%>
</projectDescription>