vpnengine/vpncommon/inc/vpnclientuids.h
changeset 0 33413c0669b9
child 23 473321461bba
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2007 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:   VpnClient UIDs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VPN_CLIENT_UIDS_H
       
    21 #define VPN_CLIENT_UIDS_H
       
    22 
       
    23 /**
       
    24 * UID of the generic symbian exe
       
    25 */
       
    26 #define KUidGenericExe 0x100039ce
       
    27 
       
    28 /**
       
    29 * UID of the generic symbian dll
       
    30 */
       
    31 #define KUidGenericDll 0x1000008d
       
    32 
       
    33 /**
       
    34 * UID of the generic notifier
       
    35 */
       
    36 #define KUidGenericNotifier 0x10009D8D
       
    37 
       
    38 /**
       
    39 * UID of the generic GS plugin
       
    40 */
       
    41 #define KUidGenericGsPlugin 0x10207236
       
    42 
       
    43 /// VPN specific UIDs
       
    44 
       
    45 /**
       
    46 * UID of the AcuAgentApi
       
    47 */
       
    48 #define KUidAcuAgentApi 0x101f6eb5
       
    49 
       
    50 /**
       
    51 * UID of the AcuAgentServer
       
    52 */
       
    53 #define KUidAcuAgentServer 0x101f6eb6
       
    54 
       
    55 /**
       
    56 * UID of the AcuAgentCrypto
       
    57 */
       
    58 #define KUidAcuAgentCrypto 0x101F5147
       
    59 
       
    60 /**
       
    61 * UID of the AcuAgentMessage
       
    62 */
       
    63 #define KUidAcuAgentMessage 0x101F6EBC
       
    64 
       
    65 /**
       
    66 * UID of the AcuAgentTransport
       
    67 */
       
    68 #define KUidAcuAgentTransport 0x101f798A
       
    69 
       
    70 /**
       
    71 * UID of the AcuAgentTransportApi
       
    72 */
       
    73 #define KUidAcuAgentTransportApi 0x101f798B
       
    74 
       
    75 /**
       
    76 * UID of the AcuIns
       
    77 */
       
    78 #define KUidAcuIns 0x101FD286
       
    79 
       
    80 /**
       
    81 * UID of the AcuPluginLib
       
    82 */
       
    83 #define KUidAcuPluginLib 0x101f6ebd
       
    84 
       
    85 /**
       
    86 * UID of the DmadEngine 
       
    87 */
       
    88 #define KUidDmadEngine 0x20000247
       
    89 
       
    90 /**
       
    91 * UID of the DmadIpsecVpn
       
    92 */
       
    93 #define KUidDmadIpsecVpn 0x1020699C
       
    94 
       
    95 /**
       
    96 * UID of the DmadPki
       
    97 */
       
    98 #define KUidDmadPki 0x102069A5
       
    99 
       
   100 /**
       
   101 * UID of the EventMediator
       
   102 */
       
   103 #define KUidEventMediator 0x101FD288
       
   104 
       
   105 /**
       
   106 * UID of the EventmediatorApi
       
   107 */
       
   108 #define KUidEventmediatorApi 0x101FD289
       
   109 
       
   110 /**
       
   111 * UID of the EventViewer
       
   112 */
       
   113 #define KUidEventViewer 0x10200EC5
       
   114 
       
   115 /**
       
   116 * UID of the IkePolParser
       
   117 */
       
   118 #define KUidIkePolParser 0x101fae09
       
   119 
       
   120 /**
       
   121 * UID of the IkeSocketPluginImplementation
       
   122 */
       
   123 #define KUidIkeSocketPluginImplementation 0x20000407
       
   124 
       
   125 /**
       
   126 * UID of the IkeSocketPluginResolver
       
   127 */
       
   128 #define KUidIkeSocketPluginResolver 0x20000408
       
   129 
       
   130 /**
       
   131 * UID of the IpsecAcuPlugin
       
   132 */
       
   133 #define KUidIpsecAcuPlugin 0x101F6EB8
       
   134 
       
   135 /**
       
   136 * UID of the IkeCert
       
   137 */
       
   138 #define KUidIkeCert 0x10206995
       
   139 
       
   140 /**
       
   141 * UID of the Ikev1Lib
       
   142 */
       
   143 #define KUidIkev1Lib 0x10206994
       
   144 
       
   145 /**
       
   146 * UID of the Ikev2Lib
       
   147 */
       
   148 #define KUidIkev2Lib 0x10206993
       
   149 
       
   150 /**
       
   151 * UID of the KmdApi
       
   152 */
       
   153 #define KUidKmdApi 0x101f5140
       
   154 
       
   155 /**
       
   156 * UID of the KmdServer
       
   157 */
       
   158 #define KUidKmdServer 0x1000088A
       
   159 
       
   160 /**
       
   161 * UID of the PkiService
       
   162 */
       
   163 #define KUidPkiService 0x101FAE07
       
   164 
       
   165 /**
       
   166 * UID of the PkiServiceApi
       
   167 */
       
   168 #define KUidPkiServiceApi 0x101FAE06
       
   169 
       
   170 /**
       
   171 * UID of the EventmedSit
       
   172 */
       
   173 #define KUidEventmedSit 0x101FD28D
       
   174 
       
   175 /**
       
   176 * UID of the UtlBase64
       
   177 */
       
   178 #define KUidUtlBase64 0x101F6EBA
       
   179 
       
   180 /**
       
   181 * UID of the UtlCrypto
       
   182 */
       
   183 #define KUidUtlCrypto 0x101FAE04
       
   184 
       
   185 /**
       
   186 * UID of the UtlPkcs10
       
   187 */
       
   188 #define KUidUtlPkcs10 0x101F6EB9
       
   189 
       
   190 /**
       
   191 * UID of the UtlXml
       
   192 */
       
   193 #define KUidUtlXml 0x101F6EBB
       
   194 
       
   195 /**
       
   196 * UID of the VpnApi
       
   197 */
       
   198 #define KUidVpnApi 0x101FD285
       
   199 
       
   200 /**
       
   201 * UID of the VpnAwApi
       
   202 */
       
   203 #define KUidVpnAwApi 0x101fd28c
       
   204 
       
   205 /**
       
   206 * UID of the VpnCleaner
       
   207 */
       
   208 #define KUidVpnCleaner 0x101FAE02
       
   209 
       
   210 /**
       
   211 * UID of the VpnCleanerLib
       
   212 */
       
   213 #define KUidVpnCleanerLib 0x101FAE03
       
   214 
       
   215 /**
       
   216 * UID of the VpnConnAgt
       
   217 */
       
   218 #define KUidVpnConnAgt 0x101fae05
       
   219 
       
   220 /**
       
   221 * UID of the VpnExtApi 
       
   222 */
       
   223 #define KUidVpnExtApi 0x101FD285
       
   224 
       
   225 /**
       
   226 * UID of the VpnManager
       
   227 */
       
   228 #define KUidVpnManager 0x101F7993
       
   229 
       
   230 /**
       
   231 * UID of the VpnIns 
       
   232 */
       
   233 #define KUidVpnIns 0x101FD28E
       
   234 
       
   235 /**
       
   236 * UID of the VpnIpsecPolParser
       
   237 */
       
   238 #define KUidVpnIpsecPolParser 0x10000999
       
   239 
       
   240 /**
       
   241 * UID of the AcuNotifier
       
   242 */
       
   243 #define KUidAcuNotifier 0x101F6EB7
       
   244 
       
   245 /**
       
   246 * UID of the KmdNotifier
       
   247 */
       
   248 #define KUidKmdNotifier 0x101F513f
       
   249 
       
   250 /**
       
   251 * UID of the PkiNotifier
       
   252 * Not used anymore
       
   253 */
       
   254 //#define KUidPkiNotifier 0x101FAE08
       
   255 
       
   256 /**
       
   257 * UID of the VpnManagementUi
       
   258 */
       
   259 #define KUidVpnManagementUi 0x101F6D31
       
   260 
       
   261 /**
       
   262 * UID of the KUidVpnManagementImplementation
       
   263 */
       
   264 #define KUidVpnManagementImplementation 0x101F6D32
       
   265 
       
   266 /**
       
   267 * UID of the VpnPolIns
       
   268 */
       
   269 #define KUidVpnPolIns 0x1000597E
       
   270 
       
   271 #endif // VPN_CLIENT_UIDS_H