bsptemplate/asspandvariant/template_variant/bld.inf
changeset 90 947f0dc9f7a8
parent 15 4122176ea935
child 100 cad27fd7ca1a
child 130 c30940f6d922
--- a/bsptemplate/asspandvariant/template_variant/bld.inf	Tue Feb 02 01:24:03 2010 +0200
+++ b/bsptemplate/asspandvariant/template_variant/bld.inf	Fri Apr 16 16:24:37 2010 +0300
@@ -108,12 +108,29 @@
 //
 
 PRJ_EXTENSIONS
-start		extension		base/bootstrap
+
+#ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter
+
+start		extension		base.bootstrap bootstrap
+
+option		NAME			_template_bootrom
+option		CPU				arm
+option		MEMMODEL		Multiple
+option		SOURCES			./bootstrap/template.s
+option		EXTRA_SRC_PATH	./bootstrap
+option		INCLUDES		./config.inc
+option		E32PATH			../../../kernel/eka/../.
+
+end
+
+#else // !SBSV2
+
+start		extension		base/bootstrap bootstrap
 
 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
-option INC_PATH   /epoc32/include
+option INC_PATH   $(EPOCROOT)epoc32/include
 #else
-option INC_PATH  /epoc32/include/platform
+option INC_PATH  $(EPOCROOT)epoc32/include/platform
 #endif
 
 option		NAME			_template_bootrom
@@ -126,3 +143,4 @@
 
 end
 
+#endif // !SBSV2