cpsecplugins/cpadvancedsecplugin/inc/advsecsettingstrustedcertusageuids.h
changeset 63 989397f9511c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cpsecplugins/cpadvancedsecplugin/inc/advsecsettingstrustedcertusageuids.h	Thu Oct 14 13:56:11 2010 +0300
@@ -0,0 +1,33 @@
+/*
+* 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
+