libtelepathy/tsrc/group/telepathygabbletest.mmp
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     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 the License "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:    MMP FILE
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          telepathygabbletest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 //CAPABILITY		NetworkServices
       
    31 
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 #ifdef WINSCW
       
    38 MACRO 			EMULATOR
       
    39 #endif
       
    40 
       
    41 
       
    42 EPOCHEAPSIZE 0x6000 0x1A000
       
    43 /*#ifndef WINSCW
       
    44 // Allow global writeable static data
       
    45 EPOCALLOWDLLDATA
       
    46 #endif*/
       
    47 
       
    48 DEFFILE         telepathygabbletest.def
       
    49 //VENDORID 		0x101FB657
       
    50 //SECUREID        0x102073DB
       
    51 
       
    52 //User Include Path
       
    53 USERINCLUDE     ../inc 
       
    54 
       
    55 
       
    56 
       
    57 
       
    58 MACRO SYMBIAN
       
    59 
       
    60 
       
    61 MW_LAYER_SYSTEMINCLUDE
       
    62 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    63 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    64 OS_LAYER_SSL_SYSTEMINCLUDE
       
    65 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    66 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    67 OS_LAYER_DBUS_SYSTEMINCLUDE
       
    68 OS_LAYER_LIBUTILITY_SYSTEMINCLUDE
       
    69 
       
    70 USERINCLUDE  ../../inc
       
    71 // 
       
    72 
       
    73 
       
    74 SOURCEPATH      ../src
       
    75 //utils file
       
    76 SOURCE			telepathygabbleutils.cpp
       
    77 //login , logout
       
    78 SOURCE			telepathygabblelogintest.cpp
       
    79 //send message
       
    80 SOURCE			telepathygabblesendmessage.cpp
       
    81 
       
    82 //Add Delete Contact related
       
    83 SOURCE			telepathygabbleadddeletecontact.cpp
       
    84 //Fetch contact related
       
    85 SOURCE			telepathygabblefetchcontacts.cpp
       
    86 
       
    87 SOURCE			telepathygabblesearch.cpp
       
    88 //Presence Related
       
    89 //SOURCE			telepathy-presence.c
       
    90 //SOURCE			telepathygabblepresencetest.cpp
       
    91 //stif related
       
    92 SOURCE          telepathygabbletest.cpp
       
    93 SOURCE          telepathygabbletestblocks.cpp
       
    94 SOURCE			telepathygabbletestdata.cpp
       
    95 
       
    96 
       
    97 LIBRARY         euser.lib
       
    98 LIBRARY         stiftestinterface.lib
       
    99 LIBRARY         stiftestengine.lib
       
   100 
       
   101 // Library dependencies
       
   102 #ifdef GCCE
       
   103 STATICLIBRARY  libcrt0_gcce.lib
       
   104 #else
       
   105 STATICLIBRARY  libcrt0.lib
       
   106 #endif
       
   107 
       
   108 LIBRARY         libc.lib 
       
   109 LIBRARY			libpthread.lib
       
   110 LIBRARY			libm.lib
       
   111 LIBRARY			libglib.lib
       
   112 LIBRARY			libgobject.lib
       
   113 LIBRARY         libssl.lib
       
   114 LIBRARY         libcrypto.lib
       
   115 LIBRARY         libdbus-glib.lib
       
   116 LIBRARY         libdbus.lib
       
   117 LIBRARY			libtelepathy.lib
       
   118 
       
   119 LANG            SC