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: Email plain view plug-in uids. |
|
15 * |
|
16 */ |
|
17 #ifndef __ICALUIUID_H__ |
|
18 #define __ICALUIUID_H__ |
|
19 |
|
20 #include <MsgMailUIDs.h> |
|
21 |
|
22 /// ICal BIO control UID3 |
|
23 #define KICalBCUID3 0x101F8848 |
|
24 |
|
25 /// ICal viewer UID3 |
|
26 #define KICalViewerUID3 0x101FD69E |
|
27 |
|
28 /// ICal engine UID3 |
|
29 #define KICalEngineUID3 0x101F884B |
|
30 |
|
31 // |
|
32 // Common system UIDs |
|
33 // |
|
34 #define KEPOCAppUID2 0x100039ce |
|
35 #define KEPOCStaticDllUID2 0x1000008d |
|
36 |
|
37 /** |
|
38 * UID of the BVA application |
|
39 */ |
|
40 #define KUidBVAApplication 0x101F4CE5 |
|
41 |
|
42 #endif // __ICALUIUID_H__ |