installationservices/swi/inc/swicenrep.h
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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 the License "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: 
       
    15 * Defines Install Central Repository Constants
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22  @released
       
    23  @internalTechnology
       
    24 */
       
    25 
       
    26 namespace Swi
       
    27 {
       
    28 
       
    29 
       
    30 static const TUid KUidInstallationRepository  = {0x2002CFF6}; //Install Central Repository UID
       
    31 
       
    32 //This key indicates whether OCSP checks to be enabled for Express Signed certificates.
       
    33 static const TUint32 KCheckOCSPForExpressedSignedPkgKey = 0x00000001;
       
    34 
       
    35 //This key indicates whether OCSP checks to be enabled for Self Signed certificates.
       
    36 static const TUint32 KCheckOCSPForSelfSignedPkgKey = 0x00000002;
       
    37 
       
    38 //This key indicates whether OCSP checks to be enabled for Certified Signed certificates.
       
    39 static const TUint32 KCheckOCSPForCertifiedSignedPkgKey = 0x00000003;
       
    40 
       
    41 //This key indicates whether OCSP checks to be enabled for  CertifiedWithVeriSign Signed certificates.
       
    42 static const TUint32 KCheckOCSPForCertifiedWithVeriSignPkgKey = 0x00000004;
       
    43 
       
    44 //Install Central Repository Key to allow installation of Self Signed SIS files.
       
    45 static const TUint32 KAllowSelfSignedInstallKey  = 0x00000005; 
       
    46 } // namespace Swi