emailcontacts/remotecontactlookup/group/pbkxrclservice.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 11 0396474f30f5
child 13 8592a65ad3fb
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
       
     2 * Copyright (c) 2007 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 Remote Contact Lookup Service implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    23 #include "../../../inc/emailtraceconfig.hrh"
       
    24 
       
    25 OPTION CW -frame on
       
    26 
       
    27 TARGET                  pbkxrclservice.dll
       
    28 TARGETTYPE              PLUGIN
       
    29 UID                     0x10009D8D 0x2001F461 
       
    30 
       
    31 CAPABILITY              CAP_ECOM_PLUGIN
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 VERSION                 KEmailBinaryVersionNumber
       
    35 KEmailBinaryDemandPaging
       
    36 
       
    37 SOURCEPATH              ../src
       
    38 SOURCE                  cpbkxremotecontactlookupenvimpl.cpp
       
    39 
       
    40 USERINCLUDE             ../inc
       
    41 USERINCLUDE             ../../inc
       
    42 USERINCLUDE             ../../../inc
       
    43 USERINCLUDE             ../engine/inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SYSTEMINCLUDE           /epoc32/include/ecom
       
    48 
       
    49 LIBRARY                 euser.lib 
       
    50 LIBRARY                 ecom.lib
       
    51 LIBRARY                 pbkxrclengine.lib
       
    52 LIBRARY cmaillogger.lib
       
    53 #if (PBKX_DEBUG_LEVEL > 0)
       
    54 LIBRARY                 pbkxdebug.lib
       
    55 #endif
       
    56 
       
    57 #ifdef TRACE_INTO_FILE
       
    58 LIBRARY                 flogger.lib
       
    59 #endif // TRACE_INTO_FILE
       
    60 
       
    61 SOURCEPATH              ../data
       
    62 START RESOURCE	        service.rss
       
    63 TARGET                  pbkxrclservice.rsc
       
    64 END
       
    65 
       
    66 
       
    67 
       
    68 
       
    69