# HG changeset patch # User Shabe Razvi # Date 1287500250 -3600 # Node ID a0e1d366428cd00ea909d15048ed6c2af1be4aff # Parent 7d4490026038c6652083535a2abd4e4fe15fa9d8 Workaround for Bug 3854 - featuremgr bld.inf no longer exports features.dat for emulator diff -r 7d4490026038 -r a0e1d366428c 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