sysstatemgmt/systemstatereferenceplugins/localinc/ssmpanic.h
changeset 12 e978f818f9bd
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 12:e978f818f9bd
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    46 _LIT(KPanicCustomCmdSimSecurityCheck, "CCustomCmdSimSecurityCheck");
    46 _LIT(KPanicCustomCmdSimSecurityCheck, "CCustomCmdSimSecurityCheck");
    47 _LIT(KPanicCustomCmdCoopSysPerformRfsActions, "CCustomCmdCoopSysPerformRfsActions");
    47 _LIT(KPanicCustomCmdCoopSysPerformRfsActions, "CCustomCmdCoopSysPerformRfsActions");
    48 _LIT(KPanicSsmUiSpecific, "CSsmUiSpecific");
    48 _LIT(KPanicSsmUiSpecific, "CSsmUiSpecific");
    49 _LIT(KPanicCustomCmdDeviceSecurityCheck, "CCustomCmdDeviceSecurityCheck");
    49 _LIT(KPanicCustomCmdDeviceSecurityCheck, "CCustomCmdDeviceSecurityCheck");
    50 _LIT(KPanicSecurityCheckNotifier, "CSsmSecurityCheckNotifier");
    50 _LIT(KPanicSecurityCheckNotifier, "CSsmSecurityCheckNotifier");
       
    51 _LIT(KPanicSecurityNoteController, "CStrtSecurityNoteController");
    51 
    52 
    52 
    53 
    53 /** Defines all possible panic codes within System State Management component
    54 /** Defines all possible panic codes within System State Management component
    54 @internalComponent
    55 @internalComponent
    55 @released
    56 @released