iaupdate/IAD/ui/inc/iaupdate.hrh
changeset 0 ba25891c3a9e
child 15 51c0f5edf5ef
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __IAUPDATE_HRH__
       
    21 #define __IAUPDATE_HRH__
       
    22 
       
    23 /** iaupdate enumerate command codes */
       
    24 enum TIAUpdateCommandId
       
    25     {
       
    26     EIAUpdateCmdDummy = 0x6000,
       
    27     EIAUpdateCmdStartUpdate,
       
    28     EIAUpdateCmdUpdateWithPC,
       
    29     EIAUpdateCmdUpdateDetails,
       
    30     EIAUpdateCmdMarkedUpdateDetails,
       
    31     EIAUpdateCmdUpdateHistory,
       
    32     EIAUpdateCmdSettings,
       
    33     EIAUpdateCmdDisclaimer,
       
    34     EIAUpdateCmdHistoryViewExit,
       
    35     EIAUpdateSoftkeyNow,
       
    36     EIAUpdateSoftkeyLater
       
    37     };
       
    38     
       
    39 
       
    40 /** IAUpdate views */
       
    41 enum TIAUpdateViewId 
       
    42     {
       
    43     EIAUpdateMainViewId = 0,
       
    44     EIAUpdateHistoryViewId
       
    45     };
       
    46 
       
    47 enum TIAUpdateSettingDialog 
       
    48     {
       
    49     EIAUpdateSettingDialogList = 1
       
    50     };
       
    51 
       
    52 enum TIAUpdateSettingDialogItems 
       
    53     {
       
    54     EIAUpdateSettingAccessPoint = 0,
       
    55     EIAUpdateSettingAutoUpdateCheck = 1,
       
    56     EIAUpdateSettingRoamingWarning = 2
       
    57     };
       
    58 
       
    59 enum TIAUpdateSettingItemBoolean 
       
    60     {
       
    61     EIAUpdateSettingValueOff = 0,
       
    62     EIAUpdateSettingValueOn = 1
       
    63     };
       
    64 
       
    65 enum TIAUpdateAutoUpdateCheckValues 
       
    66     {
       
    67     EIAUpdateSettingValueDisable = 0,
       
    68     EIAUpdateSettingValueDisableWhenRoaming = 1,
       
    69     EIAUpdateSettingValueEnable = 2
       
    70     };
       
    71 
       
    72 
       
    73 #endif // __IAUPDATE_HRH__