boottimeintegritycheck/inc/IntegrityCheckDefs.h
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Header file for program's defines.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef INTEGRITYCHECKDEFS_H
       
    20 #define INTEGRITYCHECKDEFS_H
       
    21 
       
    22 // INCLUDES 
       
    23 #include    <e32base.h>
       
    24 
       
    25 // CONSTANTS 
       
    26 
       
    27 const TInt KBTICCertProvUID = 0x101FB665;          //UID for CertProvisioner       
       
    28 const TInt KBTICSymbianSWIUpdaterUID = 0x101FB666; //UID for Symbian SWI updater
       
    29 
       
    30 // For client server
       
    31 
       
    32 enum TBTICServerCommand
       
    33     {    
       
    34     EBTICBootReasonSW,    
       
    35     };
       
    36 
       
    37 enum TBTICBootReason
       
    38     { 
       
    39     EBTICNoSWReason = 200,   
       
    40     EBTICNormalBoot = 201,     
       
    41     EBTICRestoreFactorySetDeep = 202,            
       
    42     };
       
    43     
       
    44 // DATA TYPES 
       
    45 
       
    46 // FUNCTION PROTOTYPES 
       
    47 
       
    48 // FORWARD DECLARATIONS
       
    49 
       
    50 // LOCAL FUNCTION PROTOTYPES 
       
    51 
       
    52 // CLASS DECLARATION 
       
    53 
       
    54 #endif
       
    55 
       
    56 //EOF