iaupdate/IAD/updater/updaterfiles/inc/iaupdaterfileconsts.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:   IAUpdaterFileConsts
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IA_UPDATER_FILE_CONSTS_H
       
    21 #define IA_UPDATER_FILE_CONSTS_H
       
    22 
       
    23 /**
       
    24  * IAUpdaterFileConsts
       
    25  * Gives filename constants that are used 
       
    26  * when files are saved and read.
       
    27  *
       
    28  * @since S60 v3.2
       
    29  */
       
    30 namespace IAUpdaterFileConsts
       
    31     {
       
    32 
       
    33     /**
       
    34      * This defines the drive where the files will be saved.
       
    35      *
       
    36      * @since S60 v3.2
       
    37      */
       
    38     const TInt KDrive( EDriveC );
       
    39 
       
    40     /**
       
    41      * This file will contain the list of the files that the
       
    42      * updater should install. Also, other install specific
       
    43      * data may be included in the file stream.
       
    44      *
       
    45      * @since S60 v3.2
       
    46      */
       
    47     _LIT( KFileListFile, "iaupdaterfilelist" );    
       
    48 
       
    49     /**
       
    50      * This file will contain the results of the updater install
       
    51      * operations. The data from the file is used when iaupdate engine
       
    52      * updates the purchase history after updater has started the
       
    53      * iaupdate.
       
    54      *
       
    55      * @since S60 v3.2
       
    56      */
       
    57     _LIT( KResultsFile, "iaupdaterresults" );  
       
    58 
       
    59     }
       
    60     
       
    61 #endif // IA_UPDATER_FILE_CONSTS_H