pkiutilities/CertmanUi/INC/Certmanuitrustids.h
changeset 0 164170e6151a
child 10 ece4bbb094df
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2003-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:   Contains the TUids of supported clients for CertManUI's
       
    15 *                Trust Setting View
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef    CERTMANUITRUSTIDS_H
       
    21 #define    CERTMANUITRUSTIDS_H
       
    22 
       
    23 // CONSTANTS
       
    24 const TUid KCertManUINullId = {0};
       
    25 const TUid KCertManUIViewTrustWapConnectionId = {268479059};
       
    26 const TUid KCertManUIViewTrustApplicationControllerId = {268452523};
       
    27 const TUid KCertManUIViewTrustMailAndImageConnId = {268441661};
       
    28 const TUid KCertManUIViewTrustJavaInstallingId = {270506792};
       
    29 const TUid KCertManUIViewOCSPCheckInstallingId = {268478646};
       
    30 const TUid KCertManUIViewTrustVPNId = {270498195};
       
    31 
       
    32 #endif // __CERTMANUITRUSTIDS_H
       
    33 
       
    34 // End of File