equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 __CONFIG_H__ |
|
17 #define __CONFIG_H__ |
|
18 |
|
19 #include <e32base.h> |
|
20 |
|
21 /** |
|
22 * |
|
23 * Turn on for script parse debugging |
|
24 * |
|
25 * @xxxx |
|
26 * |
|
27 */ |
|
28 //#define SCRIPT_DEBUG 1 |
|
29 |
|
30 /** |
|
31 * |
|
32 * Literal : program version |
|
33 * |
|
34 * @xxxx |
|
35 * |
|
36 */ |
|
37 _LIT(KTxtVersion,"Test Framework v0.87a (build 16-Oct-2002)"); |
|
38 |
|
39 #endif // __CONFIG_H__ |