equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2008 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 Vcc Adapter. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef VCCCPADAPTERUID_H |
|
21 #define VCCCPADAPTERUID_H |
|
22 |
|
23 /** ECOM plugin */ |
|
24 #define KECOMUid 0x10009D8D |
|
25 |
|
26 /** UID for the VCC Adapter DLL */ |
|
27 // dll_uid = |
|
28 // mmp: |
|
29 // UID 0x10009D8D 0x1027540A |
|
30 // START RESOURCE 1027540A.rss |
|
31 #define KProvisioningVccAdapterDllUid 0x2000CFAC |
|
32 // 0x1027540A |
|
33 |
|
34 /** UID for provided ECOM implementation */ |
|
35 //implementation_uid |
|
36 //IMPLEMENTATION_PROXY_ENTRY |
|
37 #define KProvisioningVccAdapterImplementationUid 0x2000CFAD |
|
38 //0x1027540B |
|
39 |
|
40 /** |
|
41 * UID of the Provisisioning Adapter plugin interface |
|
42 * (taken from S60\provisioning\group\ProvisioningUIDs.h) |
|
43 */ |
|
44 #define KProvisioningAdapterInterface 0x101F84D5 |
|
45 |
|
46 |
|
47 #endif // VCCCPADAPTERUID_H |