cpsecplugins/cpadvancedsecplugin/inc/advsecsettingstrustedcertusageuids.h
author hgs
Thu, 14 Oct 2010 13:56:11 +0300
changeset 63 989397f9511c
permissions -rw-r--r--
201039_03

/*
* 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:  Trusted certificate usage identifiers
*
*/

#ifndef  ADVSECSETTINGSTRUSTEDCERTUSAGEUIDS_H
#define  ADVSECSETTINGSTRUSTEDCERTUSAGEUIDS_H


// Trusted certificate usage UID values
const int KAdvSecSettingsTrustedUsageSwInstallNativeSis = 0x100042AB;  // 268452523
const int KAdvSecSettingsTrustedUsageSwInstallSisOcsp   = 0x1000A8B6;  // 268478646
const int KAdvSecSettingsTrustedUsageSwInstallJava      = 0x101F9B28;  // 270506792
const int KAdvSecSettingsTrustedUsageSwInstallWidget    = 0x200267D2;  // 537028562
const int KAdvSecSettingsTrustedUsageInternet           = 0x1000183D;  // 268441661
const int KAdvSecSettingsTrustedUsageWap                = 0x1000AA53;  // 268479059
const int KAdvSecSettingsTrustedUsageVPN                = 0x101F7993;  // 270498195


#endif // ADVSECSETTINGSTRUSTEDCERTUSAGEUIDS_H