Make trivial updates to two MMP files, to match the changes between PDK 3.0.2 and PDK 3.0.4
The updates are about case-consistency changes in LIBRARY names, but alas they don't agree on euser.lib (for example).
/*
* Copyright (c) 2002-2007 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"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Project definition file for project EIKON Server UI.
*
*/
// Modified to build stem_eiksrvui.dll to break dependency on mediaclientaudio.dll
// Assumes that the sf/mw/classicui package is accessible and adjusts the paths
// to refer back to /sf/mw/classicui/uifw/eikstd where needed
#include <data_caging_paths.hrh>
#include <platform_paths.hrh>
TARGET stem_eiksrvui.dll
TARGETTYPE dll
UID 0x1000008D 0x100053D0
NOEXPORTLIBRARY
CAPABILITY CAP_GENERAL_DLL
VENDORID VID_DEFAULT
SOURCEPATH /sf/mw/classicui/uifw/eikstd/srvuisrc
USERINCLUDE /sf/mw/classicui/uifw/eikstd/srvuisrc
USERINCLUDE /sf/mw/classicui/uifw/eikstd/inc
USERINCLUDE /sf/mw/classicui/uifw/AvKon/inc
USERINCLUDE /sf/mw/classicui/uifw/AvKon/animdllinc
USERINCLUDE /sf/mw/classicui/uifw/inc
USERINCLUDE /sf/mw/classicui/uifw/eikstd/coctlinc
USERINCLUDE /sf/mw/classicui/uifw/eikstd/srvuiinc
USERINCLUDE /sf/mw/classicui/uifw/eikstd/dlginc
USERINCLUDE /sf/mw/classicui/uifw/eikstd/cdlginc
// This is a SYSTEMINCLUDE macro containing the middleware
// and applications layer specific include directories
APP_LAYER_SYSTEMINCLUDE
SOURCE EIKNFYUI.CPP
SOURCE EIKSRVUI.CPP
SOURCE AknNotifierControllerPlugin.cpp
SOURCE eikkeysoundmap.cpp
SOURCE EikLafShutStarter.cpp
SOURCE EikLafShutScheduler.cpp
SOURCE AknEikAudioToneObserver.cpp
SOURCEPATH .
SOURCE eikkeysoundserver.cpp
LIBRARY euser.lib
LIBRARY efsrv.lib
LIBRARY estor.lib
LIBRARY bafl.lib
LIBRARY ws32.lib
LIBRARY cone.lib
LIBRARY apparc.lib
LIBRARY apgrfx.lib
LIBRARY eikcore.lib
LIBRARY eikcoctl.lib
LIBRARY eikdlg.lib
LIBRARY eiksrv.lib
LIBRARY avkon.lib
LIBRARY eikalert.lib
LIBRARY apfile.lib
LIBRARY cdlengine.lib
LIBRARY commonengine.lib
LIBRARY aknnotify.lib
LIBRARY aknskins.lib
LIBRARY fbscli.lib
LIBRARY featmgr.lib
LIBRARY aknicon.lib
LIBRARY egul.lib
LIBRARY aknlayout2scalable.lib
LIBRARY oodmonitor.lib
LIBRARY uiklaf.lib
LIBRARY viewcli.lib
LIBRARY apserv.lib
LIBRARY alarmclient.lib
LIBRARY c32.lib
LIBRARY centralrepository.lib
LIBRARY cenrepnotifhandler.lib
LIBRARY akncapserverclient.lib
LIBRARY aknnotifierwrapper.lib
LIBRARY aknnotifyplugin.lib // for dialog controller stub
LIBRARY aknlayout2.lib
LIBRARY gdi.lib
#ifdef WINSCW
DEFFILE /sf/mw/classicui/uifw/Eikstd/bwins/EIKSVUI.DEF
#else
DEFFILE /sf/mw/classicui/uifw/Eikstd/eabi/EIKSVUI.DEF
#endif
START WINS
BASEADDRESS 0x74350000
END
START MARM
END
// End of file