equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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: UID definitions for the MMS direct upload service provider. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef MMSDIRECTUPLOADUIDS_HRH |
|
21 #define MMSDIRECTUPLOADUIDS_HRH |
|
22 |
|
23 // DATA TYPES |
|
24 |
|
25 /// ECOM plugin |
|
26 #define KECOMUid2 0x10009D8D |
|
27 |
|
28 /// UID for the MmsDirectUpload |
|
29 #define KMmsDirectUploadUid 0x101F87F5 |
|
30 |
|
31 /// UID2 for the MmsDirectUpload DLL |
|
32 #define KMmsDirectUploadDllUid2 KECOMUid2 |
|
33 |
|
34 /// UID3 for the MmsDirectUpload DLL |
|
35 #define KMmsDirectUploadDllUid3 0x101F87F4 |
|
36 |
|
37 #endif // MMSDIRECTUPLOADUIDS_HRH |
|
38 |
|
39 // End of file |