equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: Including console menu, constants, and log file names. |
|
15 ** |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #ifndef __RTPAPICONSOLE_DEF_H |
|
22 #define __RTPAPICONSOLE_DEF_H |
|
23 |
|
24 |
|
25 // Log File Names |
|
26 #define KLogFileTest _L("TestLog1.txt") |
|
27 #define KLogFileRtcp _L("TestLog2.txt") |
|
28 #define KLogFileRtp _L("TestLog3.txt") |
|
29 #define KLogFileStat _L("TestLog4.txt") |
|
30 |
|
31 // Default Log File Path |
|
32 #define KDefaultPath _L("c:\\system\\data\\") |
|
33 |
|
34 const TInt KMaxLogLineLength = 512; |
|
35 |
|
36 _LIT(KTxtLineBreak, "\n"); |
|
37 _LIT(KTxtRunTestTxt1, "Enter a 40 digit code: "); |
|
38 _LIT(KTxtRunTestTxt2, "You entered: "); |
|
39 |
|
40 #endif __RTPAPICONSOLE_DEF_H |