iaupdate/IAD/ui/inc/iaupdateuiconfigconsts.h
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IA_UPDATE_UI_CONFIG_CONSTS_H
       
    21 #define IA_UPDATE_UI_CONFIG_CONSTS_H
       
    22 
       
    23 /**
       
    24  * IAUpdateUiConfigConsts
       
    25  * Gives constants that are used when engine is configured.
       
    26  * 
       
    27  * @since S60 v3.2
       
    28  */
       
    29 namespace IAUpdateUiConfigConsts
       
    30     {
       
    31     // File where the configuration is read from.
       
    32     _LIT( KConfigFile, "iaupdateuiconfig.xml");
       
    33 
       
    34     // XML config file elements and attributes
       
    35     _LIT8( KIAElementLocalName, "iaupdateUiConfig" );
       
    36     _LIT8( KIAGridRefresh, "gridRefresh" );
       
    37     _LIT8( KIADeltaHours, "deltaHours" );
       
    38     _LIT8( KIAQueryHistory, "queryHistory" );
       
    39     _LIT8( KIADelayHours, "delayHours" );    
       
    40     }
       
    41 
       
    42 #endif // IA_UPDATE_UI_CONFIG_CONSTS_H