sysstatemgmt/systemstatereferenceplugins/clayer/inc/strtsecuritystatus.h
changeset 0 4e1aa6a622a0
child 5 1a73e8f1b64d
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2004-2009 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:
       
    15 * Name        : strtsecuritystatus.h
       
    16 * Part of     : System Startup / Starter
       
    17 * Interface   : None
       
    18 * TStrtSecurityStatus enumeration.
       
    19 * Version     : %version: ou1s60rt#4 %
       
    20 * This material, including documentation and any related computer
       
    21 * programs, is protected by copyright controlled by Nokia.  All
       
    22 * rights are reserved.  Copying, including reproducing, storing,
       
    23 * adapting or translating, any or all of this material requires the
       
    24 * prior written consent of Nokia.  This material also contains
       
    25 * confidential information which may not be disclosed to others
       
    26 * without the prior written consent of Nokia.
       
    27 * Template version: 4.1
       
    28 * Nokia Core OS *
       
    29 *
       
    30 */
       
    31 
       
    32 
       
    33 
       
    34 #ifndef __STRTSECURITYSTATUS_H__
       
    35 #define __STRTSECURITYSTATUS_H__
       
    36 
       
    37 /*
       
    38 * @publishedPartner
       
    39 * @released
       
    40 */
       
    41 
       
    42 enum TStrtSecurityStatus
       
    43     {
       
    44     EStrtSimlessOffline = 100,
       
    45     EStrtSecurityCheckPassed,
       
    46     EStrtSecurityCheckFailed
       
    47     };
       
    48 
       
    49 #endif // __STRTSECURITYSTATUS_H__