emailcontacts/remotecontactlookup/engine/group/pbkxrclengine.mmp
branchRCL_3
changeset 33 da5135c61bad
parent 32 a3a1ae9acec6
child 34 cd2816114bd1
equal deleted inserted replaced
32:a3a1ae9acec6 33:da5135c61bad
     1 /*
       
     2 * Copyright (c) 2007,2008 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 the engine.
       
    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 #include "../inc/pbkxrclengineuids.hrh"
       
    25 
       
    26 OPTION CW -frame on
       
    27 
       
    28 TARGET          pbkxrclengine.dll
       
    29 TARGETTYPE      DLL
       
    30 UID             0x1000008d KPbkxRclEngineUid
       
    31 
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 VERSION         KEmailBinaryVersionNumber
       
    36 KEmailBinaryDemandPaging
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          cpbkxrclsearchengine.cpp
       
    40 SOURCE          cpbkxrclsettingsengine.cpp
       
    41 SOURCE          cpbkxrclqueryeditor.cpp
       
    42 SOURCE          cpbkxrclresultinfodlg.cpp
       
    43 SOURCE          cpbkxrclsearchresultdlg.cpp
       
    44 SOURCE          cpbkxrclserviceuicontextimpl.cpp
       
    45 SOURCE          cpbkxrclprotocolresultimpl.cpp
       
    46 SOURCE          cpbkxrclprotocolenvimpl.cpp
       
    47 SOURCE          cpbkxrclprotocolaccountimpl.cpp
       
    48 SOURCE          pbkxrclutils.cpp
       
    49 SOURCE          cpbkxrcleventscheduler.cpp
       
    50 SOURCE          cpbkxrclvcardsender.cpp
       
    51 SOURCE          cpbkxrclcbrsender.cpp
       
    52 SOURCE          cpbkxrclactionservicewrapper.cpp
       
    53 SOURCE          cpbkxrclcontactupdater.cpp
       
    54 SOURCE          cpbkxrclsettingitem.cpp
       
    55 SOURCE          cpbkxrclbasedlg.cpp
       
    56 SOURCE          cpbkxrclsearchresultlistbox.cpp
       
    57 SOURCE          cpbkxrclresultinfolistbox.cpp
       
    58 SOURCE          cpbkxrclcontactconverter.cpp
       
    59 
       
    60 USERINCLUDE     ../inc
       
    61 USERINCLUDE     ../loc
       
    62 USERINCLUDE     ../../inc
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 USERINCLUDE    ../../../../inc
       
    67 
       
    68 LIBRARY         euser.lib 
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         centralrepository.lib
       
    71 LIBRARY         commonengine.lib
       
    72 LIBRARY         cone.lib
       
    73 LIBRARY         cntmodel.lib
       
    74 LIBRARY         avkon.lib
       
    75 LIBRARY         eikcoctl.lib
       
    76 LIBRARY         eikctl.lib 
       
    77 LIBRARY         eikdlg.lib
       
    78 LIBRARY         eikcore.lib
       
    79 LIBRARY         bafl.lib
       
    80 LIBRARY         pbkeng.lib
       
    81 LIBRARY         pbkview.lib
       
    82 LIBRARY         aknskins.lib 
       
    83 LIBRARY         aknskinsrv.lib
       
    84 LIBRARY         efsrv.lib
       
    85 LIBRARY         estor.lib
       
    86 LIBRARY         bcardeng.lib
       
    87 LIBRARY         sendui.lib
       
    88 LIBRARY         etext.lib
       
    89 LIBRARY         featmgr.lib
       
    90 LIBRARY         servicehandler.lib
       
    91 LIBRARY         ws32.lib
       
    92 LIBRARY         egul.lib
       
    93 LIBRARY         aknicon.lib
       
    94 LIBRARY         fepbase.lib
       
    95 LIBRARY         hlplch.lib
       
    96 LIBRARY         VPbkEng.lib
       
    97 LIBRARY         VPbkVCardEng.lib
       
    98 LIBRARY         PlatformEnv.lib
       
    99 LIBRARY         cmaillogger.lib
       
   100 #if (PBKX_DEBUG_LEVEL > 0)
       
   101 LIBRARY         pbkxdebug.lib
       
   102 #endif
       
   103 
       
   104 #ifdef TRACE_INTO_FILE
       
   105 LIBRARY         flogger.lib
       
   106 #endif // TRACE_INTO_FILE
       
   107 
       
   108 SOURCEPATH      ../data
       
   109 START RESOURCE  engine.rss
       
   110 HEADER
       
   111 TARGET          pbkxrclengine.rsc
       
   112 TARGETPATH      resource/apps
       
   113 LANGUAGE_IDS
       
   114 END
       
   115