meetingrequest/mrutils/group/esmrutils.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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 definition file for esmrutils.dll.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    20 #include "../../inc/esmrinternaluid.h"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          esmrutils.dll
       
    25 TARGETTYPE      dll
       
    26 UID             KEPOCStaticDllUID2 KESMRDllUid3
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 DEFFILE         ESMRUtils.def
       
    31 
       
    32 VERSION         KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          cesmrutils.cpp
       
    37 
       
    38 USERINCLUDE     .
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../inc
       
    41 USERINCLUDE     ../../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 // ESMR libraries
       
    46 LIBRARY         esmrcommon.lib
       
    47 LIBRARY         esmrdb.lib
       
    48 LIBRARY         esmrtasks.lib
       
    49 LIBRARY         esmrpolicy.lib
       
    50 LIBRARY         esmrentry.lib
       
    51 LIBRARY         esmrservices.lib
       
    52 
       
    53 // System libraries
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         ecom.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         cmaillogger.lib
       
    59 
       
    60 // End of file