obex/obexprotocol/obex/test/tobex/TOBEX.MMP
changeset 57 f6055a57ae18
parent 0 d0791faffa3f
equal deleted inserted replaced
54:4dc88a4ac6f4 57:f6055a57ae18
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18 */
       
    19 
       
    20 TARGET			tobex.exe
       
    21 TARGETTYPE		exe
       
    22 
       
    23 UID				0x0 0x1020e1a4
       
    24 
       
    25 CAPABILITY		All -Tcb
       
    26 
       
    27 #define OBEX_EXTENSION_APIS //comment this out if the extension api is not present.
       
    28 //#define VERIFY_EMPTY_HEADERS_ACC //uncomment this is if you want to build the test code for checking the acceptance of OBEX requests containing empty headers
       
    29 
       
    30 SOURCEPATH		.             
       
    31 SOURCE			TOBEX.CPP
       
    32 SOURCE			TOBEXCON.CPP
       
    33 SOURCE			btutils.cpp
       
    34 SOURCE			clienthandler.cpp
       
    35 SOURCE			serverhandlerbase.cpp
       
    36 SOURCE			serverhandler.cpp
       
    37 SOURCE			serverhandlerfile.cpp
       
    38 SOURCE			TREFHANDLER.CPP
       
    39 SOURCE			serverasyncao.cpp
       
    40 
       
    41 #ifdef VERIFY_EMPTY_HEADERS_ACC
       
    42 SOURCE			emptyheaderstest.cpp
       
    43 MACRO EMPTY_HEADERS_TEST
       
    44 #endif //VERIFY_EMPTY_HEADERS_ACC
       
    45 
       
    46 #ifdef OBEX_EXTENSION_APIS
       
    47 SOURCE			serverpacketaccessui.cpp
       
    48 #endif // OBEX_EXTENSION_APIS
       
    49 
       
    50 USERINCLUDE		. ../../inc
       
    51 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 
       
    53 LIBRARY			euser.lib efsrv.lib esock.lib obex.lib bafl.lib c32.lib 
       
    54 
       
    55 #ifdef OBEX_EXTENSION_APIS
       
    56 LIBRARY			obexextensionapis.lib
       
    57 #endif // OBEX_EXTENSION_APIS
       
    58 
       
    59 // ONLY FOR IRDA:
       
    60 LIBRARY			irda.lib
       
    61 
       
    62 // ONLY FOR BLUETOOTH:
       
    63 LIBRARY			bluetooth.lib btmanclient.lib sdpdatabase.lib sdpagent.lib btextnotifiers.lib
       
    64 
       
    65 // Only for USB:
       
    66 LIBRARY			usbman.lib
       
    67 
       
    68 // For > 1M objects
       
    69 EPOCHEAPSIZE 1024000 4096000
       
    70 
       
    71 
       
    72 // At least one of these two must be uncommented:
       
    73 MACRO TRANSPORT_BLUETOOTH  // Comment this out if OBEX is not to be tested over Bluetooth
       
    74 MACRO TRANSPORT_IRDA // Comment this out if OBEX is not to be tested over IrDA
       
    75 // Uncomment this to exercise the server via MObexServerNotifyAsync rather 
       
    76 // than MObexServerNotify.
       
    77 //MACRO ASYNC_INDICATION
       
    78 #ifdef OBEX_EXTENSION_APIS
       
    79 MACRO PACKET_ACCESS_EXTENSION
       
    80 MACRO ERROR_RESOLUTION_EXTENSION
       
    81 #endif //OBEX_EXTENSION_APIS
       
    82 
       
    83 VENDORID 0x70000001