Workaround for Bug 3854 - featuremgr bld.inf no longer exports features.dat for emulator
authorShabe Razvi <shaber@symbian.org>
Tue, 19 Oct 2010 15:57:30 +0100
changeset 54 a0e1d366428c
parent 51 7d4490026038
Workaround for Bug 3854 - featuremgr bld.inf no longer exports features.dat for emulator
featuremgmt/featuremgr/group/bld.inf
--- a/featuremgmt/featuremgr/group/bld.inf	Mon Sep 27 11:59:56 2010 +0100
+++ b/featuremgmt/featuremgr/group/bld.inf	Tue Oct 19 15:57:30 2010 +0100
@@ -38,6 +38,19 @@
  * to Z drive both for emulator and target device 
  */
 backup_registration.xml   z:/private/10205054/backup_registration.xml
+PRJ_EXTENSIONS
+
+// Extension makefile to install the emulator default features.dat data 
+// file into the release/winscw/[urel|udeb]/z/private/10205054 folder for use
+// in the emulator platform. features.dat file generated by the features tool
+// in the TOOLS[2] builds by the cedar/tools/romkit component. FeatMgr has
+// the responsibility of installing it for Symbian OS emulator platforms for 
+// Core OS (textshell) and TechView (GUI or textshell) product builds.
+START EXTENSION     syslibs/fm_copyfile_to_winscw_zdrive
+option FILE_TO_COPY features.dat
+option SRC_PATH     $(EPOCROOT)epoc32/data/config
+option DEST_PATH    z/private/10205054
+END
 
 
 PRJ_MMPFILES