email/imum/Mtms/Group/imum.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: 
       
    15 *     This is project specification file for the Imum.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Details
       
    25 TARGET          IMUM.DLL
       
    26 TARGETTYPE      DLL
       
    27 TARGETPATH      System/Libs
       
    28 UID             0x10004845 0x100058EB
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 // Resource definition
       
    32 START RESOURCE  ../Data/IMAP4Registry.rss
       
    33 TARGET          Imap4.rsc
       
    34 TARGETPATH      MTM_INFO_FILE_DIR
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 START RESOURCE  ../Data/POP3Registry.rss
       
    39 TARGET          Pop3.rsc
       
    40 TARGETPATH      MTM_INFO_FILE_DIR
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 START RESOURCE  ../Data/SMTPRegistry.rss
       
    45 TARGET          Smtp.rsc
       
    46 TARGETPATH      MTM_INFO_FILE_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 START RESOURCE  ../Data/imum.rss
       
    51 TARGETPATH      MTM_RESOURCE_DIR
       
    52 HEADER
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 // Def file
       
    57 DEFFILE         imum.def
       
    58 
       
    59 // Path definition
       
    60 SOURCEPATH      ../Src          
       
    61 USERINCLUDE     ../Inc
       
    62 USERINCLUDE     ../../Utils/Inc
       
    63 USERINCLUDE     ../../logging
       
    64 USERINCLUDE     ../../DomainApi/inc
       
    65 
       
    66 APP_LAYER_SYSTEMINCLUDE
       
    67 SYSTEMINCLUDE	../../../../inc
       
    68 
       
    69 // From Utils
       
    70 
       
    71 // Common Code
       
    72 SOURCE      MsvConnectionValidation.cpp
       
    73 SOURCE      MsvEmailConnectionProgressProvider.cpp
       
    74 SOURCE      EmailMsgSizerOperation.cpp
       
    75 SOURCE      ImumOnlineOperation.cpp 
       
    76 SOURCE      ImumDisconnectOperation.cpp 
       
    77 SOURCE      ImumFetchAndEditOperation.cpp 
       
    78 SOURCE      ImumEditOperation.cpp 
       
    79 SOURCE      SelectionOperationBase.cpp 
       
    80 SOURCE      ImumDiskSpaceObserverOperation.cpp
       
    81 SOURCE      ImumDiskSpaceObserver.cpp
       
    82 SOURCE      ImumDeleteMessagesLocally.cpp
       
    83 SOURCE      ImumDeleteMessagesFromServer.cpp
       
    84 SOURCE      ImumUsernameAndPasswordDialog.cpp
       
    85 SOURCE      ImumCreatorPredefinedMailbox.cpp
       
    86 SOURCE      ImumMboxSettingsUtils.cpp
       
    87 SOURCE      ImumListQueryDialog.cpp
       
    88 
       
    89 // GENERAL MTM
       
    90 SOURCE      ImumMtmBaseMtmUi.cpp
       
    91 
       
    92 // SMTP MTM
       
    93 SOURCE      SmtpMtmUiData.cpp 
       
    94 SOURCE      SmtpMtmUi.cpp
       
    95 SOURCE      SmtpCancelSendingOp.cpp
       
    96 SOURCE      SmtpCreateNewOp.cpp
       
    97 SOURCE      SmtpCopyMoveOp.cpp
       
    98 SOURCE      SmtpTimerOp.cpp
       
    99 SOURCE      EmailPreCreation.cpp
       
   100 SOURCE      SmtpPreCreationOpBase.cpp
       
   101 SOURCE      SmtpResetPreCreationOp.cpp
       
   102 
       
   103 // POP3 MTM
       
   104 SOURCE      Pop3MtmUiData.cpp
       
   105 SOURCE      Pop3MtmUi.cpp
       
   106 SOURCE      MsvPop3CopyMoveOperation.cpp
       
   107 SOURCE      MsvPop3FetchOperation.cpp
       
   108 SOURCE      MsvPop3ConnectOp.cpp
       
   109 
       
   110 // IMAP MTM
       
   111 SOURCE      Imap4MtmUiData.cpp
       
   112 SOURCE      Imap4MtmUi.cpp 
       
   113 SOURCE      ImapConnectionOp.cpp 
       
   114 SOURCE      Imap4ConnectedOp.cpp 
       
   115 SOURCE      Imap4FetchOp.cpp 
       
   116 SOURCE      Imap4SizeAndFetchOp.cpp 
       
   117 SOURCE      Imap4FetchAttachmentOp.cpp 
       
   118 SOURCE      Imap4CopyMoveLocalOp.cpp 
       
   119 SOURCE      Imap4ConnectedDeleteOp.cpp 
       
   120 SOURCE      RefreshImapFolderList.cpp
       
   121 SOURCE      ImapFolderSyncOperation.cpp
       
   122 
       
   123 // LIBRARIES
       
   124 LIBRARY     euser.lib 
       
   125 LIBRARY     cone.lib 
       
   126 LIBRARY     bafl.lib 
       
   127 LIBRARY     etext.lib 
       
   128 LIBRARY     commdb.lib 
       
   129 LIBRARY     msgs.lib 
       
   130 LIBRARY     imcm.lib
       
   131 LIBRARY     mtur.lib 
       
   132 LIBRARY     muiu.lib
       
   133 LIBRARY     muiu_internal.lib
       
   134 LIBRARY     eikcore.lib 
       
   135 LIBRARY     eikcoctl.lib 
       
   136 LIBRARY     eikdlg.lib 
       
   137 LIBRARY     estor.lib
       
   138 LIBRARY     avkon.lib
       
   139 LIBRARY     ws32.lib
       
   140 LIBRARY     apsettingshandlerui.lib
       
   141 LIBRARY     CommonEngine.lib
       
   142 LIBRARY     apengine.lib
       
   143 LIBRARY     CommonUI.lib                    // CErrorUI
       
   144 LIBRARY     aknnotify.lib                   // For Global note 
       
   145 LIBRARY     efsrv.lib
       
   146 LIBRARY     egul.lib 
       
   147 LIBRARY     fbscli.lib
       
   148 LIBRARY     eikctl.lib
       
   149 LIBRARY     AlwaysOnlineManagerClient.lib
       
   150 LIBRARY     hlplch.lib                      // HlpLauncher
       
   151 LIBRARY     featmgr.lib                     // Feature Manager
       
   152 LIBRARY     AknSkins.lib
       
   153 LIBRARY     CentralRepository.lib
       
   154 LIBRARY     ConnectionUiUtilities.lib
       
   155 LIBRARY     CharConv.lib
       
   156 LIBRARY     ECom.lib
       
   157 LIBRARY     ImumUtils.lib
       
   158 LIBRARY     CdlEngine.lib
       
   159 DEBUGLIBRARY     flogger.lib
       
   160 
       
   161 //
       
   162 // Bitmap files are in muiu.mbm
       
   163 START               wins
       
   164     BASEADDRESS     0x4A980000  
       
   165 END
       
   166 
       
   167 CAPABILITY  CAP_GENERAL_DLL