-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystemDefinition.xml
More file actions
33 lines (25 loc) · 974 Bytes
/
Copy pathsystemDefinition.xml
File metadata and controls
33 lines (25 loc) · 974 Bytes
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
<?xml version="1.0"?>
<!DOCTYPE SystemDefinition SYSTEM "systemDefinition.dtd"[
<!ENTITY layer_real_source_path "\sf\mw\uitools">
<!ENTITY layer_name "uitools">
<!ENTITY layer_file SYSTEM "systemDefinitionLayer.xml">
<!ENTITY targetDefinition_file SYSTEM "/epoc32/tools/systemDefinition/targetDefinition.xml">
<!ENTITY defaultbuild_file SYSTEM "/epoc32/tools/systemDefinition/default_build.xml">
<!ENTITY defaultclean_file SYSTEM "/epoc32/tools/systemDefinition/default_clean.xml">
]>
<SystemDefinition name="SystemDefinition" schema="1.4.0">
<systemModel>
&layer_file;
</systemModel>
<build>
&targetDefinition_file;
<configuration name="build" description="build layer" filter="">
<layerRef layerName="&layer_name;"/>
&defaultbuild_file;
</configuration>
<configuration name="clean" description="clean layer" filter="">
<layerRef layerName="&layer_name;"/>
&defaultclean_file;
</configuration>
</build>
</SystemDefinition>