email/mail/group/MsgMailUtils.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This is project specification file for the MsgMailUtils.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET  MsgMailUtils.dll
       
    22 TARGETTYPE  dll
       
    23 UID  0x1000008d 0x101F4CF9
       
    24 
       
    25 VENDORID VID_DEFAULT
       
    26 CAPABILITY CAP_GENERAL_DLL
       
    27     
       
    28 SOURCEPATH ../UtilsSrc
       
    29 
       
    30 SOURCE  MsgMailDocument.cpp
       
    31 SOURCE  MsgMailPreferences.cpp
       
    32 SOURCE  MsgMailAppUi.cpp
       
    33 SOURCE  Maillog.cpp
       
    34 SOURCE  MailUtils.cpp
       
    35 SOURCE  MsgMailDRMHandler.cpp
       
    36 SOURCE  CMailMessage.cpp
       
    37 SOURCE  CMailViewFactory.cpp
       
    38 SOURCE	CMailCRHandler.cpp
       
    39 SOURCE  mailmessageutils.cpp
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 START RESOURCE ../group/MsgMailUtils.rss
       
    44 TARGETPATH RESOURCE_FILES_DIR
       
    45 HEADER
       
    46 LANGUAGE_IDS
       
    47 END //RESOURCE
       
    48 
       
    49 USERINCLUDE . ../inc ../UtilsSrc
       
    50 
       
    51 SYSTEMINCLUDE   ../../../inc\
       
    52 
       
    53 
       
    54 // Libraries
       
    55 LIBRARY aknicon.lib
       
    56 LIBRARY aknskins.lib
       
    57 LIBRARY aknlayout.lib
       
    58 LIBRARY AknLayout2Scalable.lib
       
    59 LIBRARY egul.lib
       
    60 
       
    61 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib eikcoctl.lib
       
    62 LIBRARY avkon.lib bafl.lib efsrv.lib commonengine.lib 
       
    63 LIBRARY FeatMgr.lib		// Feature Manager
       
    64 LIBRARY ecom.lib etext.lib
       
    65 LIBRARY charconv.lib
       
    66 LIBRARY CommonUI.lib
       
    67 LIBRARY apgrfx.lib apmime.lib
       
    68 
       
    69 // Editor base
       
    70 LIBRARY msgeditorappui.lib msgeditorview.lib msgeditormodel.lib 
       
    71 
       
    72 // DRM Libraries
       
    73 LIBRARY DRMHelper.lib
       
    74 LIBRARY caf.lib
       
    75 
       
    76 // Messaging
       
    77 LIBRARY imcm.lib                // Client-side DLLs for mail MTMs
       
    78 LIBRARY msgs.lib                // Messaging Server interface
       
    79 LIBRARY muiu.lib
       
    80 LIBRARY muiu_internal.lib
       
    81 
       
    82 // Central Repository 
       
    83 LIBRARY	        centralrepository.lib
       
    84 LIBRARY         CenRepNotifHandler.lib
       
    85 
       
    86 DEBUGLIBRARY flogger.lib
       
    87 
       
    88