author | Shabe Razvi <shaber@symbian.org> |
Tue, 05 Oct 2010 18:48:41 +0100 | |
changeset 872 | 1242acdd8aa3 |
parent 722 | b3a6229d1d80 |
child 874 | bfd2366d04fb |
permissions | -rw-r--r-- |
872
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
1 |
<?xml version="1.0"?> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
2 |
|
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
3 |
<project name="SF-JOB-REFS" xmlns:hlm="http://www.nokia.com/helium"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
4 |
|
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
5 |
<!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used --> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
6 |
<path id="sf.spec.os.system.definition.files"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
7 |
<fileset dir="${sf.spec.systemdefinition.location}/" casesensitive="false"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
8 |
<include name="${sf.spec.systemdefinition.filename}" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
9 |
</fileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
10 |
</path> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
11 |
<path id="sf.spec.tools.system.definition.files"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
12 |
<fileset dir="${sf.spec.tools.systemdefinition.location}/" casesensitive="false"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
13 |
<include name="tools_model.xml" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
14 |
</fileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
15 |
</path> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
16 |
|
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
17 |
<!-- iMaker config to be used by build-roms Helium target --> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
18 |
<hlm:imakerconfigurationset id="imaker.rom.config"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
19 |
<imakerconfiguration> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
20 |
<makefileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
21 |
<!-- Note: case sensitive --> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
22 |
<include name="**/image_conf_syborg.mk"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
23 |
</makefileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
24 |
<targetset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
25 |
<include name="^flash$" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
26 |
<!-- |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
27 |
include name="langpack_\d+" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
28 |
<include name="^custvariant_.*$" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
29 |
<include name="^udaerase$" / |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
30 |
--> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
31 |
</targetset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
32 |
<variableset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
33 |
<!-- |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
34 |
<variable name="TYPE" value="rnd"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
35 |
<variable name="USE_SYMGEN" value="1"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
36 |
<variable name="USE_UDEB" value="1"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
37 |
--> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
38 |
</variableset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
39 |
</imakerconfiguration> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
40 |
|
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
41 |
<!--imakerconfiguration regionalVariation="false"> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
42 |
<makefileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
43 |
<include name="**/*zoom2*.mk"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
44 |
</makefileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
45 |
<targetset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
46 |
<include name="^core$" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
47 |
</targetset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
48 |
<variableset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
49 |
<variable name="TYPE" value="rnd"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
50 |
<variable name="USE_SYMGEN" value="1"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
51 |
<variable name="USE_UDEB" value="1"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
52 |
</variableset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
53 |
</imakerconfiguration --> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
54 |
|
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
55 |
<imakerconfiguration> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
56 |
<makefileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
57 |
<include name="/epoc32/rom/config/sf_refhw/beagle/image_conf_beagle.mk"/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
58 |
</makefileset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
59 |
<targetset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
60 |
<include name="^flash$" /> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
61 |
</targetset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
62 |
<variableset/> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
63 |
</imakerconfiguration> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
64 |
|
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
65 |
</hlm:imakerconfigurationset> |
1242acdd8aa3
Add tools model and update manifest with winsock and commsfw updates
Shabe Razvi <shaber@symbian.org>
parents:
722
diff
changeset
|
66 |
|
176
676cece1b361
Restructure projects for symbian2 and symbian3. Old ex-nokia project removed.
Shabe Razvi <shaber@symbian.org>
parents:
diff
changeset
|
67 |
</project> |