imstutils/imconnectionprovider/tsrc/imconnectionprovider_test/group/imconnectionprovider_test.mmp
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2002 - 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:  imconnectionprovider_test.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          imconnectionprovider_test.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 EPOCALLOWDLLDATA
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 //DEFFILE         imconnectionprovider_test.def
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    34 SOURCE          imconnectionprovider_test.cpp
       
    35 SOURCE          imconnectionprovider_testBlocks.cpp
       
    36 SOURCE          ../../../src/cicpservicemanager.cpp
       
    37 SOURCE          ../../../src/cicpplugin.cpp
       
    38 SOURCE          ../../../src/cicpservicerequest.cpp
       
    39 
       
    40 SOURCE          stubs/s_rproperty.cpp
       
    41 SOURCE          stubs/s_spentry.cpp
       
    42 SOURCE          stubs/s_spproperty.cpp
       
    43 SOURCE          stubs/s_spsettings.cpp
       
    44 SOURCE          stubs/s_ximpcontext.cpp
       
    45 SOURCE          stubs/s_ximpobjectfactory.cpp
       
    46 SOURCE          stubs/s_xmppsettingsapi.cpp
       
    47 SOURCE          stubs/s_ximpclient.cpp
       
    48 SOURCE          stubs/s_ximpcontextstateevent.cpp
       
    49 SOURCE          stubs/s_ximpidentity.cpp
       
    50 SOURCE          stubs/s_ximppresensitygroupcontentevent.cpp
       
    51 SOURCE          stubs/s_ximppresensitypresenceevent.cpp
       
    52 SOURCE          stubs/s_ximprequestcompleteevent.cpp
       
    53 SOURCE          stubs/s_ximpsearchevent.cpp
       
    54 SOURCE          stubs/s_ximpsearchkeysevent.cpp
       
    55 
       
    56 //SOURCE          stubs/s_ecom.cpp
       
    57 
       
    58 USERINCLUDE     ../inc 
       
    59 USERINCLUDE     ../../../inc 
       
    60 USERINCLUDE     ../src/stubs
       
    61 
       
    62 SYSTEMINCLUDE   /epoc32/include 
       
    63 //SYSTEMINCLUDE   /epoc32/include/internal
       
    64 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    65 //SYSTEMINCLUDE   /epoc32/include/stdapis
       
    66 
       
    67 MACRO		SCP_LOGGING_0
       
    68 
       
    69 MW_LAYER_SYSTEMINCLUDE
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 //RESOURCE        resource_file
       
    73 //RESOURCE        resource_file2
       
    74 
       
    75 
       
    76 
       
    77 LIBRARY         stiftestinterface.lib
       
    78 LIBRARY         stiftestengine.lib
       
    79 
       
    80 LIBRARY     	euser.lib	
       
    81 LIBRARY     	ecom.lib
       
    82 //LIBRARY     	serviceprovidersettings.lib
       
    83 LIBRARY     	flogger.lib
       
    84 
       
    85 
       
    86 LIBRARY			apgrfx.lib 
       
    87 LIBRARY			ws32.lib 
       
    88 LIBRARY			efsrv.lib 
       
    89 
       
    90 //imcache client
       
    91 LIBRARY			imcacheclient.lib
       
    92 
       
    93 LIBRARY        	presencecacheclient2.lib
       
    94 LIBRARY        	presencecacheutils.lib
       
    95 
       
    96 // xmpp settings
       
    97 //LIBRARY         jabbersettings.lib
       
    98 
       
    99 //LIBRARY         imconnectionprovider.lib
       
   100 
       
   101 LANG            SC
       
   102 
       
   103 /*
       
   104 START WINS      
       
   105 ?wins_specific_information
       
   106 END
       
   107 
       
   108 START MARM
       
   109 ?marm_specific_information
       
   110 END
       
   111 */
       
   112 // Other possible keywords:
       
   113  
       
   114 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   115 /*
       
   116 START BITMAP ?target
       
   117 TARGETPATH   ?emulated_path_on_target_machine
       
   118 HEADER
       
   119 SOURCE       ?color_depth ?source_bitmap
       
   120 END
       
   121 */
       
   122 // DEFFILE ?filename
       
   123 // AIF ?filename
       
   124 
       
   125 // End of File