Missing part of the workaround for Bug 2149 - need to remove bootstrap.xml as well to disable SBS use of bootstrap.flm PDK_4.0.a
authorWilliam Roberts <williamr@symbian.org>
Tue, 05 Oct 2010 14:38:32 +0100
changeset 284 e76171403744
parent 283 d79406b5e5f2
child 288 3587eff339f4
Missing part of the workaround for Bug 2149 - need to remove bootstrap.xml as well to disable SBS use of bootstrap.flm
kernel/eka/extension/bootstrap.xml
--- a/kernel/eka/extension/bootstrap.xml	Mon Oct 04 17:27:55 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
-
-<!-- Extension interfaces : replacements for Template Extension Makefiles 
--->
-
-<interface name="base.bootstrap" extends="Symbian.KernelFLM" flm="bootstrap.flm">
-		<param name="E32PATH" />
-		<param name="NAME" />
-		<param name="MEMMODEL" />
-		<param name="EXTRA_INC_PATH" default=''/>
-		<param name="EXTRA_EPOC32_INC_PATH" default=''/>
-		<param name="SOURCES" />
-		<param name="INCLUDES" />
-		<param name="ASM_MACROS" default='' />
-		<param name="GENINCLUDES_HEADERS" default=''/>
-		<param name="CPU" default='arm'/>
-		<param name="SMP" default=''/>
-		<param name="LINKBASE" default='0x00000000'/>
-		<param name="BASESOURCES_NAMES" default="bootmain.s bootcpu.s bootutils.s"/>
-		<param name="INC_PATH" default=''/>
-	</interface>
-</build>