|
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: Constants for Integration MTM |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef FSMTMSCONSTANTS_H |
|
20 #define FSMTMSCONSTANTS_H |
|
21 //<cmail> |
|
22 //<cmail> |
|
23 #include "fsmtmsuids.h" |
|
24 //</cmail> |
|
25 //</cmail> |
|
26 |
|
27 _LIT(KFsMtmUiResourceFile, "fsuimtm.rsc"); |
|
28 |
|
29 _LIT(KFsUiDataMtmUdBitmapFile, "fsuidatamtm.mif"); |
|
30 |
|
31 _LIT(KFsUiDataMtmUdResourceFile, "fsuidatamtm.rsc"); |
|
32 |
|
33 _LIT(KFsMtmDirAndFile,"fsmtms.rsc"); |
|
34 |
|
35 |
|
36 const TUid KUidMsgValTypeFsMtmVal = { KUidMsgTypeFsMtmVal }; |
|
37 const TUint32 KCalendarAppUid = 0x10005901; |
|
38 |
|
39 const TInt KOneSecond = 1000000; |
|
40 const TInt KMAxRetry = 5; |
|
41 |
|
42 #define KMceAppUid 0x100058C5 |
|
43 #define KCalendarAppUid1 0x10005901 |
|
44 #define KPhoneBookUid 0x101f4CCE |
|
45 |
|
46 const TUid KAppsToKill[] = { KMceAppUid, KCalendarAppUid1, KPhoneBookUid }; |
|
47 |
|
48 #endif //FSMTMSCONSTANTS_H |