pkiutilities/CertmanUi/INC/Certmanuiviewid.h
changeset 0 164170e6151a
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 for CertManUI Views.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef     __CERTMANUIVIEWID_H
       
    20 #define     __CERTMANUIVIEWID_H
       
    21 
       
    22 // INCLUDES
       
    23 
       
    24 // CONST TUIDS
       
    25 
       
    26 // Changed the Id numbers accordingly to the GS
       
    27 const TUid KCertManUIViewAuthorityId = {0x2000B18E};
       
    28 const TUid KCertManUIViewPersonalId = {0x2000B18F};
       
    29 const TUid KCertManUIViewTrustId = {0x2000B190};
       
    30 const TUid KCertManUIViewMainId = {0x2000B191};
       
    31 const TUid KCertManUIViewTrustedSiteId = {0x2000B192};
       
    32 const TUid KCertManUIViewDeviceId = {0x2000B193};
       
    33 
       
    34 #endif // __CERTMANUIVIEWID_H
       
    35 
       
    36 // End of File