meetingrequest/mrpolicy/mrentryresolver/group/mrentryresolver.mmp
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     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                  mrentryresolver.dll
       
    25 TARGETTYPE              PLUGIN
       
    26 UID                     KEComRecognitionUID2 KMREntryPolicyImplementationUID
       
    27 
       
    28 CAPABILITY              CAP_ECOM_PLUGIN
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  cmrentrypolicyresolver.cpp
       
    33 SOURCE                  dllmain.cpp
       
    34 
       
    35 USERINCLUDE             .
       
    36 USERINCLUDE             ../data/policies
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE             ../../inc
       
    39 USERINCLUDE             ../../../inc
       
    40 USERINCLUDE             ../../../../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 START RESOURCE          ../data/mrentryresolver.rss
       
    45 TARGET                  mrentryresolver.rsc
       
    46 END
       
    47 
       
    48 START RESOURCE          ../data/policies/esmrpolicies.rss
       
    49 HEADER
       
    50 TARGET                  esmrpolicies
       
    51 TARGETPATH              RESOURCE_FILES_DIR
       
    52 END
       
    53 
       
    54 // ESMR libraries
       
    55 LIBRARY                 esmrcommon.lib
       
    56 LIBRARY                 esmrpolicy.lib
       
    57 
       
    58 // System and S60 libraries
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 ecom.lib
       
    61 
       
    62 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    63 LIBRARY flogger.lib
       
    64 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    65 
       
    66 // EOF