diff -r f92a4f87e424 -r 012cc2ee6408 usbmgmt/usbmgr/host/fdf/production/server/group/fdf_base.mmp --- a/usbmgmt/usbmgr/host/fdf/production/server/group/fdf_base.mmp Tue Aug 31 17:01:47 2010 +0300 +++ b/usbmgmt/usbmgr/host/fdf/production/server/group/fdf_base.mmp Wed Sep 01 12:35:00 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -22,6 +22,7 @@ */ #include +#include TARGETTYPE exe VENDORID 0x70000001 @@ -40,7 +41,6 @@ SOURCE utils.cpp USERINCLUDE ../inc -USERINCLUDE ../traces USERINCLUDE ../public USERINCLUDE ../../client/public @@ -51,4 +51,7 @@ LIBRARY euser.lib LIBRARY ecom.lib LIBRARY fdcbase.lib + +#ifdef __FLOGGER_INCLUDED LIBRARY efsrv.lib +#endif