dbcreator/inc/cdccommsdatcreatorcrkeys.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     1 /*
       
     2 * Copyright (c) 2007 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:   Commsdatcreator related central repository keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CDC_COMMSDAT_CREATOR_CR_KEYS_H__
       
    21 #define __CDC_COMMSDAT_CREATOR_CR_KEYS_H__
       
    22 
       
    23 /** CommsDatCreator API */
       
    24 /** Provides access CDCCommsDatCreator Startup Status CenRep key*/
       
    25 
       
    26 const TUid KCRUidCommsDatCreator= {0x10281BC8};
       
    27 
       
    28 
       
    29 /** 
       
    30 * Defines the status of the CommsDat creation. 
       
    31 *
       
    32 * Integer type
       
    33 *
       
    34 * Default value: 0
       
    35 */
       
    36 const TUint32 KCommsDatCreatorStartupStatus = 0x00000001;
       
    37 
       
    38 
       
    39 /** 
       
    40 * Defines the input file name for CommsDat creation. 
       
    41 *
       
    42 * String type
       
    43 *
       
    44 * Default value: VariantData.xml
       
    45 */
       
    46 const TUint32 KCommsDatCreatorInputFileName = 0x00000002;
       
    47 
       
    48 /** 
       
    49 * Possible statuses of the CommsDat creation. 
       
    50 *
       
    51 * enum type
       
    52 *
       
    53 * Default value: 0
       
    54 */
       
    55 
       
    56 enum TCommsDatCreatorStartupStatus
       
    57 	{
       
    58 	ECommsDatNotInitialised,
       
    59 	ECommsDatInitialised,
       
    60 	ECommsDatInitialisationFailed
       
    61 	};
       
    62 
       
    63 
       
    64 
       
    65 #endif // __CDC_COMMSDAT_CREATOR_CR_KEYS_H__