|
1 /* |
|
2 * Copyright (c) 2006 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: definitions |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef TESTDEFINITIONS_HRH |
|
21 #define TESTDEFINITIONS_HRH |
|
22 |
|
23 // DEFINITIONS |
|
24 |
|
25 // CONSTANTS |
|
26 _LIT( KMainTitle,"MCC Component Tests" ); |
|
27 _LIT8( KTxtDtmf, "telephone-event" ); |
|
28 _LIT( KTxtTestDtmfString1, "ABCDabcd0123456789*#" ); |
|
29 _LIT( KTxtTestDtmfStringWithPauseChars, "ppABp1p" ); |
|
30 _LIT( KTxtTestDtmfStringWithStopChars, "w12w34w" ); |
|
31 |
|
32 _LIT( KTxtLineBreak, "/n" ); |
|
33 _LIT( KTxtWrongOption, "Wrong Option! Try Again." ); |
|
34 _LIT( KTxtCharacter, "%c"); |
|
35 |
|
36 _LIT( KTxtMainInstructions, "Please select one option:/n" |
|
37 L"1. Run MCC IF tests/n" |
|
38 L"2. Run audio control tests/n" |
|
39 L"3. Run RTCP tests/n" |
|
40 L"4. Run DTMF tests/n" |
|
41 L"5. Run async feature tests/n" |
|
42 //L"s. Run Security tests/n" |
|
43 L"/n" |
|
44 L"0. Quit/n"); |
|
45 |
|
46 const TInt KAudioPrefVoipAudioUplink = 0x05220001; |
|
47 const TInt KAudioPrefVoipAudioUplinkNonSignal = 0x05230001; |
|
48 const TInt KAudioPrefVoipAudioDownlink = 0x05210001; |
|
49 const TInt KAudioDTMFString = 0x00150001; |
|
50 const TInt KAudioPriorityDTMFString = 45; |
|
51 |
|
52 #endif //TESTDEFINITIONS_HRH |