author | andy simpson <andrews@symbian.org> |
Wed, 21 Apr 2010 17:14:04 +0100 | |
changeset 100 | cad27fd7ca1a |
parent 90 | 947f0dc9f7a8 |
child 104 | 466a0df5c15a |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// template/template_variant/bld.inf |
|
15 |
// Master build description file for template variant |
|
16 |
// TO DO: (mandatory) |
|
17 |
// If your port uses an ASSP / variant split, include the ASSP bld.inf file here |
|
18 |
// |
|
19 |
// |
|
20 |
||
21 |
#include "../template_assp/template_assp.inf" |
|
22 |
||
23 |
PRJ_PLATFORMS |
|
24 |
// |
|
25 |
// TO DO: (mandatory) |
|
26 |
// |
|
27 |
// Add here a definition for your ASSP port (as declared in E32PLAT.PM) |
|
28 |
// |
|
29 |
ARM4 ARMV4 ARMV5 ARM4T |
|
30 |
||
31 |
PRJ_EXPORTS |
|
32 |
||
33 |
inc/iolines.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(template/specific/) |
|
34 |
inc/mconf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(template/) |
|
35 |
inc/variantmediadef.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(template/) |
|
36 |
||
37 |
template.oby /epoc32/rom/include/ // |
|
38 |
rom/base_template.iby /epoc32/rom/include/ // |
|
39 |
rom/header.iby /epoc32/rom/template/ // |
|
40 |
rom/kernel.iby /epoc32/rom/template/ // |
|
41 |
||
42 |
PRJ_MMPFILES |
|
43 |
../../../kernel/eka/nkern/nk_exe |
|
44 |
../../../kernel/eka/nkern/nkern_sa |
|
45 |
../../../kernel/eka/kernel/ekern |
|
46 |
../../../kernel/eka/kernel/kc_exe |
|
47 |
../../../kernel/eka/drivers/medint/medint |
|
48 |
../../../kernel/eka/kernel/exmoncommon |
|
49 |
../../../kernel/eka/drivers/trace/btracex |
|
50 |
||
51 |
// TO DO: |
|
52 |
// |
|
53 |
// Uncomment the following line if euser is to be built from the variant |
|
54 |
// |
|
55 |
//../../../kernel/eka/euser/variant_euser |
|
56 |
||
57 |
// ../../../kernel/eka/drivers/medata/medata |
|
58 |
||
59 |
// TO DO: (mandatory) |
|
60 |
// |
|
61 |
// Add here the list of MMP files required to build the variant |
|
62 |
// parts of your port |
|
63 |
// |
|
64 |
||
65 |
vtemplate |
|
66 |
exmontemplate |
|
67 |
datxtemplate |
|
68 |
exlcdtemplate |
|
69 |
exxytemplate |
|
70 |
// SYM_BRANCH: delete old sound driver |
|
71 |
//dasntemplate |
|
72 |
expwrtemplate |
|
73 |
||
74 |
||
75 |
// TO DO: (mandatory) |
|
76 |
// There are two sample keyboard drivers; one is polled and the other interrupt-driven. |
|
77 |
// Need to comment out the one that is not appropriate for the hardware |
|
78 |
exkey_inttemplate |
|
79 |
exkeytemplate |
|
80 |
||
81 |
cakdtemplate |
|
82 |
medlffstemplate |
|
83 |
soundsctemplate |
|
84 |
camerasctemplate |
|
85 |
exi2s |
|
86 |
//epbus |
|
87 |
//exbusab |
|
88 |
//enet |
|
89 |
exiic |
|
90 |
||
91 |
// Make the HAL |
|
92 |
||
93 |
PRJ_EXTENSIONS |
|
94 |
start extension base/config |
|
95 |
||
96 |
option HALPATH $(EXTENSION_ROOT)/../../../halservices/hal/../. |
|
97 |
option PREFIX _template_ |
|
98 |
option SOURCE $(EXTENSION_ROOT)/hal |
|
99 |
||
100 |
end |
|
101 |
||
102 |
PRJ_MMPFILES |
|
103 |
hal/hal |
|
104 |
||
105 |
// TO DO: (mandatory) |
|
106 |
// |
|
107 |
// Call the makefile to build the bootstrap |
|
108 |
// |
|
109 |
||
110 |
PRJ_EXTENSIONS |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
111 |
|
100
cad27fd7ca1a
Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
112 |
#if 0 // Removing changes associated with introduction of bootstrap.flm - see Bug 2149 |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
113 |
#ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
114 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
115 |
start extension base.bootstrap bootstrap |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
116 |
|
100
cad27fd7ca1a
Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
117 |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
118 |
option NAME _template_bootrom |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
119 |
option CPU arm |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
120 |
option MEMMODEL Multiple |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
121 |
option SOURCES ./bootstrap/template.s |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
122 |
option EXTRA_SRC_PATH ./bootstrap |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
123 |
option INCLUDES ./config.inc |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
124 |
option E32PATH ../../../kernel/eka/../. |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
125 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
126 |
end |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
127 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
128 |
#else // !SBSV2 |
100
cad27fd7ca1a
Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
129 |
#endif // more workaround - close the #ifdef SBSV2 here, to regain the other bit |
cad27fd7ca1a
Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
130 |
#endif // first part of workaround - close the #ifdef 0 |
cad27fd7ca1a
Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
131 |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
132 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
133 |
start extension base/bootstrap bootstrap |
0 | 134 |
|
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
135 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
136 |
option INC_PATH $(EPOCROOT)epoc32/include |
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
137 |
#else |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
138 |
option INC_PATH $(EPOCROOT)epoc32/include/platform |
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
139 |
#endif |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
140 |
|
0 | 141 |
option NAME _template_bootrom |
142 |
option CPU arm |
|
143 |
option MEMMODEL multiple |
|
144 |
option SOURCES template.s |
|
145 |
option EXTRA_SRC_PATH $(EXTENSION_ROOT)/bootstrap |
|
146 |
option INCLUDES $(EXTENSION_ROOT)/config.inc |
|
147 |
option E32PATH $(EXTENSION_ROOT)/../../../kernel/eka/../. |
|
148 |
||
149 |
end |
|
150 |
||
100
cad27fd7ca1a
Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
151 |
#if 0 // second part of workaround - avoid dangling #endif |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
152 |
#endif // !SBSV2 |