equal
deleted
inserted
replaced
|
1 <?xml version="1.0"?> |
|
2 <!DOCTYPE SystemDefinition SYSTEM "systemDefinition.dtd"[ |
|
3 |
|
4 <!ENTITY layer_real_source_path "\sf\app\helps"> |
|
5 <!ENTITY layer_name "helps"> |
|
6 |
|
7 <!ENTITY layer_file SYSTEM "systemDefinitionLayer.xml"> |
|
8 <!ENTITY targetDefinition_file SYSTEM "/epoc32/tools/systemDefinition/targetDefinition.xml"> |
|
9 <!ENTITY defaultbuild_file SYSTEM "/epoc32/tools/systemDefinition/default_build.xml"> |
|
10 <!ENTITY defaultclean_file SYSTEM "/epoc32/tools/systemDefinition/default_clean.xml"> |
|
11 ]> |
|
12 |
|
13 <SystemDefinition name="SystemDefinition" schema="1.4.0"> |
|
14 <systemModel> |
|
15 &layer_file; |
|
16 </systemModel> |
|
17 <build> |
|
18 &targetDefinition_file; |
|
19 |
|
20 <configuration name="build" description="build layer" filter=""> |
|
21 <layerRef layerName="&layer_name;"/> |
|
22 |
|
23 &defaultbuild_file; |
|
24 </configuration> |
|
25 |
|
26 <configuration name="clean" description="clean layer" filter=""> |
|
27 <layerRef layerName="&layer_name;"/> |
|
28 |
|
29 &defaultclean_file; |
|
30 </configuration> |
|
31 |
|
32 </build> |
|
33 </SystemDefinition> |