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 : Common email version number definitions |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef EMAILVERSIONNUMBERS_HRH |
|
20 #define EMAILVERSIONNUMBERS_HRH |
|
21 |
|
22 |
|
23 /** Binary version number to be used in Cmail related mmp-files. In binary |
|
24 * version number both major and minor version are stored in separate 32 bit |
|
25 * location. |
|
26 */ |
|
27 #define KEmailBinaryVersionNumber 10.2 |
|
28 |
|
29 /** ECom version number to be used in Cmail related ECom registeration |
|
30 * resource files. |
|
31 * NOTE: Version number in ECom registeration resource file is saved as one |
|
32 * byte, so 255 is the maximum version number. |
|
33 */ |
|
34 #define KEmailEcomVersionNumber 3 |
|
35 |
|
36 /** Binary paging setting (paged/non-paged) |
|
37 */ |
|
38 #define KEmailBinaryDemandPaging PAGED |
|
39 |
|
40 |
|
41 #endif // EMAILVERSIONNUMBERS_HRH |