smsprotocols/smsstack/wapprot/test/Te_wapprot/WapProtSuiteDefs.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 /**
    18 /**
    21  @file
    19     @file
       
    20     @test
    22 */
    21 */
    23 
    22 
    24 #if (!defined __WAP_DEFS__)
    23 #ifndef WAPPROTSUITEDEFS_H
    25 #define __WAP_DEFS__
    24 #define WAPPROTSUITEDEFS_H
    26 
    25 
    27 // Keys in the configuration ini file
    26 // Keys in the configuration ini file
    28 _LIT(KSCNumber,"Service_Center");
    27 _LIT(KSCNumber,"Service_Center");
    29 _LIT(KWapPort,"Wap_Port");
    28 _LIT(KWapPort,"Wap_Port");
       
    29 _LIT(KWapPort2,"Wap_Port2");
    30 _LIT(KTestData1,"Test_Data1");
    30 _LIT(KTestData1,"Test_Data1");
    31 _LIT(KTestData2,"Test_Data2");
    31 _LIT(KTestData2,"Test_Data2");
    32 _LIT(KTSY,"SIM");
       
    33 
    32 
    34 // For test step panics
    33 // For test step panics
    35 _LIT(KWapProtSuitePanic,"WapProtSuite");
    34 _LIT(KWapProtSuitePanic,"WapProtSuite");
    36 
    35 
    37 enum TDemoSuitePanicCodes{ETCPDataCorrupt = 1,EUDPDataCorrupt};
    36 enum TDemoSuitePanicCodes{ETCPDataCorrupt = 1,EUDPDataCorrupt};
    38 
    37 
    39 // Port for the echo server
    38 // Port for the echo server
    40 // Could be read from the ini file
    39 // Could be read from the ini file
    41 const TInt KEchoPort = 7;
    40 const TInt KEchoPort = 7;
    42 
       
    43 
    41 
    44 //////////////////////////////////////////////////////////////////////////////
    42 //////////////////////////////////////////////////////////////////////////////
    45 // Wap Address / Port Settings
    43 // Wap Address / Port Settings
    46 //////////////////////////////////////////////////////////////////////////////
    44 //////////////////////////////////////////////////////////////////////////////
    47 /*
    45 /*
    57 	EWapPortVCal        = 9205,  // vCal
    55 	EWapPortVCal        = 9205,  // vCal
    58 	EWapPortVCalWtls    = 9207   // Secure vCal
    56 	EWapPortVCalWtls    = 9207   // Secure vCal
    59 	};
    57 	};
    60 */
    58 */
    61 
    59 
    62 
    60 #endif // WAPPROTSUITEDEFS_H
    63 #endif