uiservicetab/vimpstengine/group/vimpstengine.mmp
changeset 0 5e5d6b214f4f
child 19 76f25fb7a6a1
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 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:  vimpstengine.dll project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include		"../../inc/vimpstbuilddefinitions.h"
       
    22 
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 
       
    25 TARGET                  vimpstengine.dll
       
    26 TARGETTYPE              dll
       
    27 UID             	  	0x100039CE 0x20012421 
       
    28 
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 VERSION      10.0
       
    32 
       
    33 //used to allow binary compression by making use of BYTEPAIR algorithm
       
    34 PAGED  
       
    35 
       
    36 SOURCEPATH              ../src
       
    37 
       
    38 // factory class to hold all manager ie.ximp,voip,vpbk etc.
       
    39 SOURCE					cvimpstenginefactory.cpp
       
    40 SOURCE                  cvimpstenginesessioncntxtobserver.cpp
       
    41 SOURCE					cvimpstenginerequest.cpp
       
    42 SOURCE					cvimpstenginerequestmapper.cpp
       
    43 SOURCE					cvimpstengineservicetablefetcher.cpp
       
    44 SOURCE					cvimpstenginecchhandler.cpp
       
    45 SOURCE					cvimpstengine.cpp
       
    46 SOURCE                  cvimpstengineimsubservice.cpp
       
    47 SOURCE                  cvimpstenginevoipsubservice.cpp
       
    48 SOURCE					cvimpstenginesearchmgrextention.cpp
       
    49 SOURCE					cvimpstenginecontactmgmtextention.cpp
       
    50 SOURCE                  cvimpstenginepresencesubservice.cpp
       
    51 SOURCE					vimpstenginecasts.cpp
       
    52 SOURCE					cvimpstblockedlistmanager.cpp
       
    53 SOURCE					cvimpstenginecvlistener.cpp
       
    54 
       
    55 USERINCLUDE 			../group
       
    56 USERINCLUDE 			../inc
       
    57 USERINCLUDE 			../src
       
    58 
       
    59 USERINCLUDE     		../../vimpststorage/inc
       
    60 USERINCLUDE     		../../vimpststorage/src
       
    61 USERINCLUDE       		../../inc
       
    62 
       
    63 
       
    64 USERINCLUDE     		../../vimpstutils/inc
       
    65 USERINCLUDE       ../../../group
       
    66 USERINCLUDE       ../../../inc
       
    67 
       
    68 
       
    69 
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 LIBRARY                 euser.lib
       
    73 LIBRARY                 efsrv.lib
       
    74 LIBRARY                 apengine.lib        //AP engine
       
    75 LIBRARY                 estor.lib
       
    76 
       
    77 LIBRARY					platformenv.lib //pathinfo
       
    78 LIBRARY                 sysutil.lib // For disk space checking
       
    79 LIBRARY          		ecom.lib
       
    80 
       
    81 // dependency to ximp framework
       
    82 LIBRARY                 ximpdatamodel.lib
       
    83 
       
    84 // dependency to contactstore
       
    85 LIBRARY					vimpststorage.lib
       
    86 
       
    87 LIBRARY         		diskspacereserver.lib
       
    88 LIBRARY		    		featmgr.lib 
       
    89 
       
    90 //presence cache  libraries
       
    91 LIBRARY         		presencecacheclient2.lib
       
    92 LIBRARY         		presencecacheutils.lib
       
    93 LIBRARY                 vimpstutils.lib
       
    94 LIBRARY                 vimpstsettings.lib
       
    95 
       
    96 LIBRARY					cch.lib	
       
    97 LIBRARY         		servicehandler.lib
       
    98 LIBRARY         		serviceprovidersettings.lib
       
    99 LIBRARY         		ws32.lib 
       
   100 LIBRARY         		apgrfx.lib 
       
   101 LIBRARY         		apparc.lib 
       
   102 LIBRARY                 bafl.lib
       
   103 
       
   104 //imcacheclient
       
   105 LIBRARY                 imcacheclient.lib 
       
   106 //For contact details
       
   107 LIBRARY		vpbkeng.lib 
       
   108 
       
   109 #ifdef CHAT_ENABLE_DEBUG_PRINT
       
   110 LIBRARY                 flogger.lib
       
   111 #endif
       
   112 
       
   113 // end of file
       
   114