Release note: sf bug 2495: KDLL TARGETTYPEs do not support .def file freezing fix
authorDean Draper <dean.draper@nokia.com>
Wed, 05 May 2010 09:48:16 +0100
branchfix
changeset 510 e006d1d3ddc3
parent 496 50b7c0278040
child 523 629f0e18743c
child 524 3bf22c929a73
Release note: sf bug 2495: KDLL TARGETTYPEs do not support .def file freezing
sbsv2/raptor/RELEASE-NOTES.html
sbsv2/raptor/lib/flm/e32abiv2kdll.flm
--- a/sbsv2/raptor/RELEASE-NOTES.html	Fri Apr 30 16:13:07 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html	Wed May 05 09:48:16 2010 +0100
@@ -10,10 +10,11 @@
 
 <h3>Defect Fixes</h3>
 <ul>
-	
+
+<li><a href="http://developer.symbian.org/bugs/show_bug.cgi?id=2495"> SF Bug 2495 </a> - [Raptor] KDLL TARGETTYPEs do not support .def file freezing </li>
 <li><a href="http://developer.symbian.org/bugs/show_bug.cgi?id=2420"> SF Bug 2420 </a> - [Raptor] Output from recipes is mis-recognised as "what" output </li>
 <li><a href="http://developer.symbian.org/bugs/show_bug.cgi?id=2297"> SF Bug 2297 </a> Python exception in raptor_meta.py when processing bld.inf file </li>
-<li><a href="http://developer.symbian.org/bugs/show_bug.cgi?id=2174"> SF Bug 2174 </a> -- layer option shows errors when bld.inf missing in another layer </li>
+<li><a href="http://developer.symbian.org/bugs/show_bug.cgi?id=2174"> SF Bug 2174 </a> - [Raptor] -- layer option shows errors when bld.inf missing in another layer </li>
 
 </ul>
 
--- a/sbsv2/raptor/lib/flm/e32abiv2kdll.flm	Fri Apr 30 16:13:07 2010 +0100
+++ b/sbsv2/raptor/lib/flm/e32abiv2kdll.flm	Wed May 05 09:48:16 2010 +0100
@@ -1,4 +1,4 @@
-# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
@@ -48,6 +48,7 @@
 IMPORTLIBRARYREQUIRED:=1
 endif
 POSTLINKDEFFILE:=$(DEFFILE)
+SUPPORT_FREEZE:=1
 
 # No exception support for kernel code?
 EXCEPTIONS:=$(NO_EXCEPTIONS)