Add missing files to securitydialogs/Autolock/indicatorplugin directory (Bug 3653)
/*
* 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