obex/obexprotocol/obex/test/tobex/constants.h
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2005-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 #ifndef _TOBEXCONSTANTS_H
       
    17 #define _TOBEXCONSTANTS_H
       
    18 
       
    19 // Required to receive into a file (inc. buffered writes)
       
    20 _LIT(KFileName, "obex-temp.tmp");
       
    21 _LIT(KRFileTestFileName, "obex-RFile-temp.txt");
       
    22 
       
    23 
       
    24 _LIT(KRef1Name, "EPOCREF1OBJ");
       
    25 _LIT(KRef2Name, "EPOCREF2OBJ");
       
    26 _LIT(KRef3Name, "EPOCREF3OBJ");
       
    27 _LIT(KRef4Name, "EPOCREF4OBJ");
       
    28 _LIT(KRef5Name, "EPOCREF5OBJ");
       
    29 _LIT(KRef6Name, "EPOCREF6OBJ");
       
    30 _LIT(KRef7Name, "EPOCREF7OBJ");
       
    31 _LIT(KRef8Name, "EPOCREF8OBJ");
       
    32 _LIT(KRef9Name, "EPOCREF9OBJ");
       
    33 
       
    34 _LIT8(KRefTarget, "\xF9\xEC\x7B\xC4\x95\x3C\x11\xd2\x98\x4E\x52\x54\x00\xDC\x9E\x09"); // Folder Browsing
       
    35 
       
    36 const TInt KMaxNumOfTests = 1;
       
    37 
       
    38 static const TUid KObexTestUid = {0x12342468};
       
    39 
       
    40 enum TestMode
       
    41 	{
       
    42 	E_Inactive,
       
    43 	E_Server,
       
    44 	E_Server_File,
       
    45 	E_Client,
       
    46 	E_Client_Connect_Menu,
       
    47 	E_Client_Setup_Menu,
       
    48 	E_Client_Authentication_Header_Menu,
       
    49 	E_SdpQuery,
       
    50 	E_Auto,
       
    51 	E_Client_HTTP_Menu,
       
    52 	E_GetIrDANickname,
       
    53 	E_EnterRecvMTU,
       
    54 	E_EnterTransmitMTU,
       
    55 #ifdef EMPTY_HEADERS_TEST
       
    56 	E_Empty_Headers_Accept_Test,
       
    57 #endif //EMPTY_HEADERS_TEST
       
    58 	};
       
    59 
       
    60 enum TTransport
       
    61 	{
       
    62 	EBluetooth,
       
    63 	EIrda,
       
    64 	EUsb,
       
    65 	
       
    66 	//Place holder should a Win32 emulator USB transport be created
       
    67 	EWin32Usb
       
    68 	};
       
    69 
       
    70 #endif // _TOBEXCONSTANTS_H