equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002, 2003 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: |
|
15 * Common constants for various RoMTM dll's |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef ROMTMCOMMON_H |
|
21 #define ROMTMCOMMON_H |
|
22 |
|
23 |
|
24 |
|
25 // RoMTM UIDs |
|
26 LOCAL_D const TInt KUidMsgTypeRoValue = 0x101F6DC2; |
|
27 LOCAL_D const TUid KUidMsgTypeRo = { KUidMsgTypeRoValue}; |
|
28 LOCAL_D const TInt KUidTechnologyTypeRoValue = 0x10009157; |
|
29 LOCAL_D const TUid theTechnologyTypeUid = { KUidTechnologyTypeRoValue }; |
|
30 |
|
31 LOCAL_D const TUid KUidMsvMtmRoServerDLL ={0x101F6DC1}; |
|
32 LOCAL_D const TUid KUidMsvMtmRoClientDLL ={0x101F6DC0}; |
|
33 LOCAL_D const TUid KUidMsvMtmRoUiDLL ={0x101F6DBE}; |
|
34 LOCAL_D const TUid KUidMsvMtmRoUiDataDLL ={0x101F6DBF}; |
|
35 |
|
36 // Constants |
|
37 LOCAL_D const TInt KMaxRoMessageSize = 0xFFFF; |
|
38 |
|
39 #endif // ROMTMCOMMON_H |
|
40 |
|
41 // End of File |