equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 - 2007 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: Test notifiers_api |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef TESTSDKNOTIFIERS_H |
|
19 #define TESTSDKNOTIFIERS_H |
|
20 |
|
21 _LIT(KMbmFile,"\\resource\\apps\\avkon2.mbm"); |
|
22 _LIT( KTestString, "It is a test!" ); |
|
23 _LIT(KTom, "Tom"); |
|
24 _LIT(KJack, "Jack"); |
|
25 _LIT(KMary, "Mary"); |
|
26 |
|
27 const TInt KZero = 0; |
|
28 const TInt KOne = 1; |
|
29 const TInt KTwo = 2; |
|
30 const TInt KSize = 5; |
|
31 const TInt KBufSize = 32; |
|
32 const TInt KTimeDelay = 2000; |
|
33 const TInt16 KShortIntOne = 1; |
|
34 const TInt KHundred = 100; |
|
35 |
|
36 #endif |
|
37 |
|
38 //End file |