/*
* Copyright (c) 2010 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: Certificate and key store identifiers
*
*/
#ifndef ADVSECSETTINGSSTOREUIDS_H
#define ADVSECSETTINGSSTOREUIDS_H
// Certificate and key store UID values
const TInt KAdvSecSettingsFileCertStore = 0x101F501A; // 270487578
const TInt KAdvSecSettingsFileKeyStore = 0x101F7333; // 270496563
const TInt KAdvSecSettingsTrustedServerCertStore = 0x101FB66F; // 270513775
const TInt KAdvSecSettingsDeviceCertStore = 0x101FB668; // 270513768
const TInt KAdvSecSettingsDeviceKeyStore = 0x101FB66A; // 270513770
const TInt KAdvSecSettingsWIMCertAndKeyStore = 0x101F79D9; // 270498265
const TInt KAdvSecSettingsMidpCertStore = 0x101F5B71; // 270490481
const TInt KAdvSecSettingsSWICertStore = 0x102042BA; // 270549690
#endif // ADVSECSETTINGSSTOREUIDS_H