47
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 PROVISIONINGUID_H
|
|
21 |
#define PROVISIONINGUID_H
|
|
22 |
|
|
23 |
// CONSTANTS
|
|
24 |
|
|
25 |
/// ECOM plugin
|
|
26 |
#define KECOMUid2 0x10009D8D
|
|
27 |
|
|
28 |
/// Normal Symbian OS DLL
|
|
29 |
#define KSymbianDLLUid2 0x1000008d
|
|
30 |
|
|
31 |
/// UID2 for Provisioning BIO control
|
|
32 |
#define KProvisioningBCUid2 0x10005F5F
|
|
33 |
|
|
34 |
/// UID3 for Provisioning BIO control
|
|
35 |
#define KProvisioningBCUid3 0x101F84D3
|
|
36 |
|
|
37 |
/// UID for the Provisioning Message type for BIO database
|
|
38 |
#define KProvisioningMessageTypeUid 0x101F84D1
|
|
39 |
|
|
40 |
/// UID2 for the handler plugin for WAP Provisioning documents
|
|
41 |
#define KProvisioningHandlerUid2 KECOMUid2
|
|
42 |
|
|
43 |
/// UID3 for the handler plugin DLL for WAP Provisioning documents
|
|
44 |
#define KProvisioningHandlerUid3 0x101F84D2
|
|
45 |
|
|
46 |
/// UID for the handler plugin implementation
|
|
47 |
#define KProvisioningHandlerImplUid 0x101F84D3
|
|
48 |
|
|
49 |
/// UID of the Content Type Handler plugin interface
|
|
50 |
#define KProvisioningHandlerInterface 0x101F3E5E
|
|
51 |
|
|
52 |
/// UID2 of the Provisioning Parser DLL
|
|
53 |
#define KProvisioningParserUid2 KSymbianDLLUid2
|
|
54 |
|
|
55 |
/// UID3 of the Provisioning Parser DLL
|
|
56 |
#define KProvisioningParserUid3 0x101F84D4
|
|
57 |
|
|
58 |
/// UID of the Provisisioning Adapter plugin interface
|
|
59 |
#define KProvisioningAdapterInterface 0x101F84D5
|
|
60 |
|
|
61 |
/// UID2 of the Provisioning Engine DLL
|
|
62 |
#define KProvisioningEngineUid2 KSymbianDLLUid2
|
|
63 |
|
|
64 |
/// UID3 of the Provisioning Engine DLL
|
|
65 |
#define KProvisioningEngineUid3 0x101F84D6
|
|
66 |
|
|
67 |
/// UID for HTTPHeader stream in WAP Provisioning message
|
|
68 |
#define KProvisioningMessageStreamUid 0x101F84D7
|
|
69 |
|
|
70 |
/// UID2 for the APAdapter DLL
|
|
71 |
#define KProvisioningAPAdapterDllUid2 KECOMUid2
|
|
72 |
|
|
73 |
/// UID3 for the APAdapter DLL
|
|
74 |
#define KProvisioningAPAdapterDllUid3 0x101F84D8
|
|
75 |
|
|
76 |
/// UID for the APAdapter
|
|
77 |
#define KProvisioningAPAdapterUid 0x101F84D9
|
|
78 |
|
|
79 |
/// UID2 for the Browser+MMSAdapter DLL
|
|
80 |
#define KProvisioningWAPAdapterDllUid2 KECOMUid2
|
|
81 |
|
|
82 |
/// UID3 for the Browser+MMSAdapter DLL
|
|
83 |
#define KProvisioningWAPAdapterDllUid3 0x101F84DC
|
|
84 |
|
|
85 |
/// UID for the BrowserAdapter
|
|
86 |
#define KProvisioningBrowserAdapterUid 0x101F84DB
|
|
87 |
|
|
88 |
/// UID for the MMSAdapter
|
|
89 |
#define KProvisioningMMSAdapterUid 0x101F84DD
|
|
90 |
|
|
91 |
/// UID2 for the DataSyncAdapter DLL
|
|
92 |
#define KProvisioningDataSyncAdapterDllUid2 KECOMUid2
|
|
93 |
|
|
94 |
/// UID3 for the DataSyncAdapter DLL
|
|
95 |
#define KProvisioningDataSyncAdapterDllUid3 0x101F84DE
|
|
96 |
|
|
97 |
/// UID for the DataSyncAdapter
|
|
98 |
#define KProvisioningDataSyncAdapterUid 0x101F84DF
|
|
99 |
|
|
100 |
/// UID2 for the DeviceManagementAdapter DLL
|
|
101 |
#define KProvisioningDeviceManagementAdapterDllUid2 KECOMUid2
|
|
102 |
|
|
103 |
/// UID3 for the DeviceManagementAdapter DLL
|
|
104 |
#define KProvisioningDeviceManagementAdapterDllUid3 0x101F84E0
|
|
105 |
|
|
106 |
/// UID for the DeviceManagementAdapter
|
|
107 |
#define KProvisioningDeviceManagementAdapterUid 0x101F84E1
|
|
108 |
|
|
109 |
/// UID2 for the IMAdapter DLL
|
|
110 |
#define KProvisioningIMAdapterDllUid2 KECOMUid2
|
|
111 |
|
|
112 |
/// UID3 for the IMAdapter DLL
|
|
113 |
#define KProvisioningIMAdapterDllUid3 0x101F84E2
|
|
114 |
|
|
115 |
/// UID for the IMAdapter
|
|
116 |
#define KProvisioningIMAdapterUid 0x101F84E3
|
|
117 |
|
|
118 |
/// UID2 for the StreamingAdapter DLL
|
|
119 |
#define KProvisioningStreamingAdapterUid2 KECOMUid2
|
|
120 |
|
|
121 |
/// UID3 for the StreamingAdapter DLL
|
|
122 |
#define KProvisioningStreamingAdapterDllUid3 0x101F84E6
|
|
123 |
|
|
124 |
/// UID for the StreamingAdapter
|
|
125 |
#define KProvisioningStreamingAdapterUid 0x101F84E7
|
|
126 |
|
|
127 |
/// UID2 for the JavaAdapter DLL
|
|
128 |
#define KProvisioningJavaAdapterUid2 KECOMUid2
|
|
129 |
|
|
130 |
/// UID3 for the JavaAdapter DLL
|
|
131 |
#define KProvisioningJavaAdapterDllUid3 0x101F84E8
|
|
132 |
|
|
133 |
/// UID for the JavaAdapter
|
|
134 |
#define KProvisioningJavaAdapterUid 0x101F84E9
|
|
135 |
|
|
136 |
/// UID2 for Symbian application
|
|
137 |
#define KProvisioningCxUID2 0x100039CE
|
|
138 |
|
|
139 |
/// UID3 for ProvisioningCx application
|
|
140 |
#define KProvisioningCxUID3 0x101F8597
|
|
141 |
|
|
142 |
/// UID for the PresenceAdapter
|
|
143 |
#define KProvisioningPecAdapterUid 0x102072D3
|
|
144 |
|
|
145 |
#endif // PROVISIONINGUID_H
|
|
146 |
|
|
147 |
// End of File
|