cpsecplugins/cpadvancedsecplugin/inc/cpuitrustids.h
branchRCL_3
changeset 50 03674e5abf46
parent 49 09b1ac925e3f
child 54 94da73d93b58
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
     1 /*
       
     2 * Copyright (c) 2010 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:   Contains the TUids of supported clients for certificate's Trust Setting View
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef  CPUITRUSTIDS_H
       
    20 #define  CPUITRUSTIDS_H
       
    21 
       
    22 // CONSTANTS
       
    23 const TUid KCertManUINullId = {0};
       
    24 const TUid KCertManUIViewTrustWapConnectionId = {268479059};
       
    25 const TUid KCertManUIViewTrustApplicationControllerId = {268452523};
       
    26 const TUid KCertManUIViewTrustMailAndImageConnId = {268441661};
       
    27 const TUid KCertManUIViewTrustJavaInstallingId = {270506792};
       
    28 const TUid KCertManUIViewOCSPCheckInstallingId = {268478646};
       
    29 const TUid KCertManUIViewTrustVPNId = {270498195};
       
    30 const TUid KCertManUIViewTrustWidgetInstallId = {537028562};
       
    31 
       
    32 #endif // CPUITRUSTIDS_H
       
    33 
       
    34 // End of File