equal
deleted
inserted
replaced
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
79 exkeytemplate |
79 exkeytemplate |
80 |
80 |
81 cakdtemplate |
81 cakdtemplate |
82 medlffstemplate |
82 medlffstemplate |
83 soundsctemplate |
83 soundsctemplate |
84 camerasctemplate |
84 soundsctemplate_v2 |
85 exi2s |
85 exi2s |
86 //epbus |
86 //epbus |
87 //exbusab |
87 //exbusab |
88 //enet |
88 //enet |
89 exiic |
89 exiic |
110 PRJ_EXTENSIONS |
110 PRJ_EXTENSIONS |
111 |
111 |
112 #ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter |
112 #ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter |
113 |
113 |
114 start extension base.bootstrap bootstrap |
114 start extension base.bootstrap bootstrap |
115 |
|
116 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
117 option INC_PATH $(EPOCROOT)epoc32/include |
|
118 #else |
|
119 option INC_PATH $(EPOCROOT)epoc32/include/platform |
|
120 #endif |
|
121 |
115 |
122 option NAME _template_bootrom |
116 option NAME _template_bootrom |
123 option CPU arm |
117 option CPU arm |
124 option MEMMODEL Multiple |
118 option MEMMODEL Multiple |
125 option SOURCES ./bootstrap/template.s |
119 option SOURCES ./bootstrap/template.s |