1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __SSMADAPTATION_HRH__
17 #define __SSMADAPTATION_HRH__
26 A reset due to restoring factory settings.
31 A reset (deep) due to restoring factory settings.
36 Extension of new types.
38 ESsmRfsTypeExtensionBase = 0x8000
45 enum TSsmCoopSysEventType
48 A fatal error on the cooperating system.
50 ESsmFatalCoopSysError = 0,
53 Cooperating system shutting down.
58 Cooperating system restarting.
63 Extension of new types.
65 ESsmCoopSysEventTypeExtensionBase = 0x8000
75 The SIM card is fully usable.
80 The SIM card is not fully usable, but the emergency number can be read.
85 The SIM card is disconnected, but still physically attached in the terminal (recoverable situation).
90 The SIM card has been totally removed from the terminal (nonrecoverable situation).
95 Extension of new types.
97 ESsmSimEventTypeExtensionBase = 0x8000
105 enum TSsmLanguageListPriority
108 Return list of language codes based on the most preferred language list.
113 Return list of language codes based on the second preferred language list.
118 Return list of language codes based on the third preferred language list.
123 #endif //__SSMADAPTATION_HRH__