meetingrequest/mrpolicy/group/esmrpolicy.mmp
branchRCL_3
changeset 25 3533d4323edc
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 2007-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 project esmrpolicy
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../inc/esmrinternaluid.h"
       
    20 #include "../../../inc/emailtraceconfig.hrh"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                  esmrpolicy.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     KEPOCStaticDllUID2 KESMRDllUid3
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 DEFFILE                 ESMRPolicy.def
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  cesmrpolicy.cpp
       
    34 SOURCE                  cesmrpolicymanager.cpp
       
    35 SOURCE                  cmrpolicyresourceiterator.cpp
       
    36 
       
    37 USERINCLUDE             .
       
    38 USERINCLUDE             ../inc
       
    39 USERINCLUDE             ../../inc
       
    40 USERINCLUDE             ../../../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 // ESMR libraries
       
    45 LIBRARY                 esmrcommon.lib
       
    46 LIBRARY                 esmrdb.lib
       
    47 
       
    48 // System and S60 libraries
       
    49 LIBRARY                 bafl.lib
       
    50 LIBRARY                 cone.lib
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 ecom.lib
       
    53 
       
    54 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    55 LIBRARY flogger.lib
       
    56 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    57 
       
    58 // EOF