diff -r d45095c2f4f3 -r bee149131e4b mmappcomponents/mediaplayersettingsengine/group/MPSettEng.mmp --- a/mmappcomponents/mediaplayersettingsengine/group/MPSettEng.mmp Tue Feb 02 00:27:58 2010 +0200 +++ b/mmappcomponents/mediaplayersettingsengine/group/MPSettEng.mmp Fri Feb 19 23:18:32 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 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" @@ -15,15 +15,15 @@ * */ -// Version : %version: 4.1.2 % - +// Version : %version: 4.1.3 % #include + TARGET mpsettengine.dll TARGETTYPE dll UID 0x1000006C 0x101F853D -VENDORID VID_DEFAULT +VENDORID VID_DEFAULT SOURCEPATH ../src SOURCE MPSettingsModel.cpp @@ -34,16 +34,15 @@ LIBRARY euser.lib LIBRARY ecom.lib -LIBRARY flogger.lib #if defined(ARMCC) -deffile ../eabi/ +deffile ../eabi/ #elif defined(WINSCW) -deffile ../bwinscw/ +deffile ../bwinscw/ #elif defined(WINS) -deffile ../bwins/ +deffile ../bwins/ #else -deffile ../bmarm/ +deffile ../bmarm/ #endif //end of file