diff -r 000000000000 -r 164170e6151a pkiutilities/CertmanUi/INC/Certmanuiviewid.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkiutilities/CertmanUi/INC/Certmanuiviewid.h Tue Jan 26 15:20:08 2010 +0200 @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2003-2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Contains the TUids for CertManUI Views. +* +*/ + + +#ifndef __CERTMANUIVIEWID_H +#define __CERTMANUIVIEWID_H + +// INCLUDES + +// CONST TUIDS + +// Changed the Id numbers accordingly to the GS +const TUid KCertManUIViewAuthorityId = {0x2000B18E}; +const TUid KCertManUIViewPersonalId = {0x2000B18F}; +const TUid KCertManUIViewTrustId = {0x2000B190}; +const TUid KCertManUIViewMainId = {0x2000B191}; +const TUid KCertManUIViewTrustedSiteId = {0x2000B192}; +const TUid KCertManUIViewDeviceId = {0x2000B193}; + +#endif // __CERTMANUIVIEWID_H + +// End of File