diff -r 000000000000 -r 72b543305e3a mobilemessaging/mmsui/settings/MmsSettings.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mobilemessaging/mmsui/settings/MmsSettings.mmp Thu Dec 17 08:44:11 2009 +0200 @@ -0,0 +1,85 @@ +/* +* Copyright (c) 2004 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: +* This is common project specification for the MmsSettings.dll. +* +*/ + + + +#include +#include + +//...LOGGING... +//MACRO USE_LOGGER // HW debugging support +//LIBRARY Flogger.lib +//...LOGGING... + + +TARGET mmssettings.dll +TARGETTYPE dll +UID 0x1000008D 0x101F87E0 +VENDORID VID_DEFAULT +CAPABILITY CAP_GENERAL_DLL +VERSION 10.0 +PAGED + +APP_LAYER_SYSTEMINCLUDE + +START RESOURCE MmsSettings.rss +TARGETPATH RESOURCE_FILES_DIR +HEADER +LANGUAGE_IDS +END + +SOURCEPATH ../settingssrc + +SOURCE MmsApSelect.cpp +SOURCE MmsSettingsDialog.cpp +SOURCE MmsSettingsHandler.cpp + +USERINCLUDE ../mtminc +USERINCLUDE ../settingsinc + +SYSTEMINCLUDE ../../../inc + +LIBRARY euser.lib +LIBRARY efsrv.lib +LIBRARY muiu.lib +LIBRARY muiu_internal.lib +LIBRARY msgs.lib +LIBRARY bafl.lib +LIBRARY cone.lib +LIBRARY eikcore.lib +LIBRARY eikcoctl.lib +LIBRARY avkon.lib +LIBRARY eikdlg.lib +LIBRARY apsettingshandlerui.lib +LIBRARY apengine.lib +LIBRARY commdb.lib +LIBRARY commonengine.lib +LIBRARY featmgr.lib +LIBRARY hlplch.lib // HlpLauncher +LIBRARY mmsserversettings.lib +LIBRARY centralrepository.lib + +#if defined( ARMCC ) +deffile ./eabi.def +//#elif defined( WINSCW ) +//deffile ./winscw.def +#elif defined( WINS ) +deffile ./Wins.def +#endif + +// End of file