equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: HTI version information |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef HTIVERSION_H__ |
|
20 #define HTIVERSION_H__ |
|
21 |
|
22 // INCLUDES |
|
23 #include <e32std.h> |
|
24 |
|
25 // CONSTANTS |
|
26 |
|
27 const TUint8 KHtiVersionMajor = 2; |
|
28 const TUint8 KHtiVersionMinor = 15; |
|
29 const TUint8 KHtiVersionBuild = 0; |
|
30 |
|
31 const TUint16 KHtiVersionYear = 2009; |
|
32 const TUint8 KHtiVersionMonth = 1; |
|
33 const TUint8 KHtiVersionWeek = 1; |
|
34 const TUint8 KHtiVersionDay = 8; |
|
35 |
|
36 // MACROS |
|
37 |
|
38 // DATA TYPES |
|
39 |
|
40 // EXTERNAL DATA STRUCTURES |
|
41 |
|
42 // FUNCTION PROTOTYPES |
|
43 |
|
44 // FORWARD DECLARATIONS |
|
45 |
|
46 // CLASS DEFINITIONS |
|
47 |
|
48 #endif // HTIVERSION_H__ |
|
49 |
|
50 // End of file |