cpsecplugins/cpadvancedsecplugin/inc/advsecsettingstrustedcertusageuids.h
changeset 63 989397f9511c
equal deleted inserted replaced
62:3255e7d5bd67 63:989397f9511c
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Trusted certificate usage identifiers
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef  ADVSECSETTINGSTRUSTEDCERTUSAGEUIDS_H
       
    19 #define  ADVSECSETTINGSTRUSTEDCERTUSAGEUIDS_H
       
    20 
       
    21 
       
    22 // Trusted certificate usage UID values
       
    23 const int KAdvSecSettingsTrustedUsageSwInstallNativeSis = 0x100042AB;  // 268452523
       
    24 const int KAdvSecSettingsTrustedUsageSwInstallSisOcsp   = 0x1000A8B6;  // 268478646
       
    25 const int KAdvSecSettingsTrustedUsageSwInstallJava      = 0x101F9B28;  // 270506792
       
    26 const int KAdvSecSettingsTrustedUsageSwInstallWidget    = 0x200267D2;  // 537028562
       
    27 const int KAdvSecSettingsTrustedUsageInternet           = 0x1000183D;  // 268441661
       
    28 const int KAdvSecSettingsTrustedUsageWap                = 0x1000AA53;  // 268479059
       
    29 const int KAdvSecSettingsTrustedUsageVPN                = 0x101F7993;  // 270498195
       
    30 
       
    31 
       
    32 #endif // ADVSECSETTINGSTRUSTEDCERTUSAGEUIDS_H
       
    33