emailservices/emailframework/group/FSMailFramework.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Freestyle email framework implementation
       
    15  *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 
       
    23 TARGET        FSMailFramework.dll
       
    24 TARGETTYPE    dll
       
    25 UID           0x1000008d 0x2001E279
       
    26 
       
    27 CAPABILITY    CAP_GENERAL_DLL
       
    28 
       
    29 VENDORID      VID_DEFAULT
       
    30 
       
    31 VERSION       KEmailBinaryVersionNumber
       
    32 KEmailBinaryDemandPaging
       
    33 
       
    34 USERINCLUDE ../../../inc
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE 	/epoc32/include/variant
       
    37 
       
    38 
       
    39 USERINCLUDE   	../inc
       
    40 USERINCLUDE   	../commonlib/inc
       
    41 SOURCEPATH    	../src
       
    42 SOURCE        	CFSFWImplementation.cpp
       
    43 SOURCE        	CFSMailClient.cpp
       
    44 SOURCE        	CFSMailPluginManager.cpp
       
    45 SOURCE        	CFSMailBrand.cpp
       
    46 SOURCE          CFSMailBrandManagerImpl.cpp
       
    47 SOURCE          CFSClientAPIRequestHandler.cpp 
       
    48 SOURCE          CFSClientAPI.cpp
       
    49 
       
    50 LIBRARY 		bafl.lib
       
    51 LIBRARY  		euser.lib
       
    52 LIBRARY	 		estor.lib 
       
    53 LIBRARY  		efsrv.lib
       
    54 LIBRARY  		ecom.lib
       
    55 LIBRARY     	gdi.lib
       
    56 LIBRARY     	egul.lib
       
    57 LIBRARY     	aknicon.lib
       
    58 
       
    59 LIBRARY        	FSFWCommonLib.lib
       
    60 LIBRARY			centralrepository.lib  
       
    61 
       
    62 // <gmail_brand_issue>
       
    63 LIBRARY         ETel.lib   // RTelServer
       
    64 LIBRARY         ETelMM.lib // RMobilePhone
       
    65 
       
    66 LIBRARY         timezonelocalization.lib
       
    67 // </gmail_brand_issue>
       
    68 LIBRARY         cmaillogger.lib
       
    69 
       
    70 
       
    71 
       
    72 SOURCEPATH      ../data
       
    73 START RESOURCE fsmailbrandmanager.rss
       
    74 HEADER
       
    75 targetpath RESOURCE_FILES_DIR
       
    76 LANGUAGE_IDS
       
    77 end
       
    78 
       
    79 #ifdef DEBUGLOGGER_BUILD_CONFIG_DEBUG
       
    80 MACRO DEBUGLOGGER_LOG_TRACE
       
    81 MACRO DEBUGLOGGER_LOG_DEBUG
       
    82 MACRO DEBUGLOGGER_DEBUG_ASSERTS
       
    83 #endif