|
1 /* |
|
2 * Copyright (c) 2007 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: UIDs for Integration MTM |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef FSMTMSUIDS_H |
|
19 #define FSMTMSUIDS_H |
|
20 |
|
21 |
|
22 /** |
|
23 * UIDs for SendAs Dlls |
|
24 */ |
|
25 // <cmail> S60 UID update |
|
26 #define KUidSendAsHelperDll 0x2001F407 |
|
27 // </cmail> S60 UID update |
|
28 |
|
29 |
|
30 /** |
|
31 * UIDs for SendAs MTM dll |
|
32 */ |
|
33 // <cmail> S60 UID update |
|
34 #define KUidFsServerMtmVal 0x2001F403 |
|
35 #define KUidFsClientMtmVal 0x2001F402 |
|
36 #define KUidFsUiMtmVal 0x2001F404 |
|
37 #define KUidFsUiDataMtmVal 0x2001F405 |
|
38 // </cmail> S60 UID update |
|
39 |
|
40 /** |
|
41 * UIDs for SendAs MTM |
|
42 */ |
|
43 // <cmail> S60 UID update |
|
44 #define KUidMsgTypeFsMtmVal 0x2001F406 |
|
45 // </cmail> S60 UID update |
|
46 |
|
47 /** |
|
48 * UIDs for SendAs MTM Install and Remove |
|
49 */ |
|
50 // <cmail> S60 UID update |
|
51 #define KUidFsMtmInstall 0x2001F408 |
|
52 #define KUidFsMtmRemove 0x2001F409 |
|
53 // </cmail> S60 UID update |
|
54 |
|
55 |
|
56 /** |
|
57 * UID for Debuglogger |
|
58 * */ |
|
59 // <cmail> S60 UID update |
|
60 #define KUidFsMtmDebugLoggerUtilityUid 0x2001F454 |
|
61 // </cmail> S60 UID update |
|
62 |
|
63 /* |
|
64 * Send As Test App |
|
65 */ |
|
66 // <cmail> S60 UID update, not used in cmail |
|
67 //#define KUidImsSendAsTestApp 0x2001F456 |
|
68 //#define KUidSendAsEUnitTest 0x2001F455 |
|
69 // </cmail> S60 UID update |
|
70 |
|
71 #define KUidEPOCApp 0x100039ce |
|
72 #define KUidSharedLibrary 0x1000008d |
|
73 |
|
74 #endif // FSMTMSUIDS_H |
|
75 |
|
76 // End of File |