equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: UIDs for project Provisioning |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef NSMLDMPROVISIONINGADAPTERUIDS_H |
|
21 #define NSMLDMPROVISIONINGADAPTERUIDS_H |
|
22 |
|
23 // CONSTANTS |
|
24 #define KECOMUid2 0x10009D8D |
|
25 |
|
26 /// UID of the Provisisioning Adapter plugin interface |
|
27 #define KProvisioningAdapterInterface 0x101F84D5 |
|
28 //#define KProvisioningAdapterInterface 0x101F3E5E |
|
29 //#define KProvisioningAdapterInterface 0x0F10F128 |
|
30 |
|
31 /// UID2 for the handler plugin for WAP Provisioning documents |
|
32 #define KNSmlDmProvisioningAdapterUid2 KECOMUid2 |
|
33 |
|
34 /// UID3 for the handler plugin DLL for WAP Provisioning documents |
|
35 #define KNSmlDmProvisioningAdapterDllUid3 0x101F84E0 |
|
36 |
|
37 /// ECOM implementation uid |
|
38 #define KNSmlDmProvisioningAdapterImplUid 0x101F84E1 |
|
39 |
|
40 #endif // NSMLDMPROVISIONINGADAPTERUIDS_H |
|
41 |
|
42 // End of File |