meetingrequestengines/mrmailboxutils/group/mrmailboxutils.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2005 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:   Project specification file for Meeting Request Mailbox Utils.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include        <data_caging_paths.hrh>
       
    21 #include        <platform_paths.hrh>
       
    22 
       
    23 TARGET          mrmailboxutils.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 
       
    26 // TODO: replace 0x10207295 with KMRMailboxUtilsDllUID3 when meetingrequestuids.hrh can be included
       
    27 UID             0x10009D8D 0x10207295
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src 
       
    32 SOURCE          main.cpp         
       
    33 SOURCE          cmrmailboxutilsimpl.cpp
       
    34 SOURCE          cmrutilsmsvhelper.cpp
       
    35 SOURCE          cmrutilssettingsmgr.cpp
       
    36 
       
    37 USERINCLUDE     ../inc ../data
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../group
       
    41 START RESOURCE  10207295.rss // KMRMailboxUtilsDllUID3 = 0x10207295
       
    42 TARGET          mrmailboxutils.rsc
       
    43 END
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY         calinterimapi.lib
       
    48 LIBRARY	        centralrepository.lib
       
    49 LIBRARY         bafl.lib
       
    50 LIBRARY         msgs.lib
       
    51 LIBRARY         imcm.lib
       
    52 LIBRARY         muiu.lib
       
    53 LIBRARY         charconv.lib
       
    54 LIBRARY         cone.lib
       
    55 LIBRARY         featmgr.lib
       
    56 LIBRARY         mrmailbox.lib
       
    57 
       
    58 
       
    59 #ifdef ICALUI_LOG_TO_FILE
       
    60 LIBRARY	flogger.lib		// Only in debug builds
       
    61 #endif // ICALUI_LOG_TO_FILE
       
    62 
       
    63 // End of file