equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #include <ecom/registryinfov2.rh> //REGISTRY_INFO |
19 #include <ecom/registryinfov2.rh> //REGISTRY_INFO |
20 #include "emailclientapiimpl.hrh" |
20 #include "emailclientapiimpl.hrh" |
21 #include "../../../inc/emailversionnumbers.hrh" |
21 |
|
22 /** ECom version number to be used in Cmail related ECom registeration |
|
23 * resource files. |
|
24 * NOTE: Version number in ECom registeration resource file is saved as one |
|
25 * byte, so 255 is the maximum version number. |
|
26 */ |
|
27 #define KEmailEcomVersionNumber 7 |
22 |
28 |
23 RESOURCE REGISTRY_INFO theInfo |
29 RESOURCE REGISTRY_INFO theInfo |
24 { |
30 { |
25 dll_uid = 0x20022D63; |
31 dll_uid = 0x20022D63; |
26 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
32 resource_format_version = RESOURCE_FORMAT_VERSION_2; |