cpsecplugins/cpadvancedsecplugin/inc/advsecsettingsstoreuids.h
author hgs
Wed, 20 Oct 2010 14:51:23 +0300
changeset 66 67b3e3c1fc87
parent 63 989397f9511c
permissions -rw-r--r--
201041

/*
* 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