contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 94 dbb8300717f7
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
     1 /*
       
     2 * Copyright (c) 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 #ifndef T_CHFACTORYSETTINGSGLOBALS_H
       
    20 #define T_CHFACTORYSETTINGSGLOBALS_H
       
    21 
       
    22 // 
       
    23 const TInt KRootItemId( -1 );
       
    24 const TInt KMaxIntString( 10 );
       
    25 
       
    26 _LIT8( KNullDes8, "" );
       
    27 
       
    28 // CONSTANTS
       
    29 _LIT( KMainDataItem, "cps:data" );
       
    30 _LIT( KMainPublisherItem, "cps:publisher" );
       
    31 _LIT( KDataItem, "cps:data_item" );
       
    32 _LIT8( KDataItem8, "data_item" );
       
    33 _LIT( KNoArgumentsString, "-1" );
       
    34 _LIT( KAttributeKey, "key" );
       
    35 _LIT8( KAttributeKey8, "key" );
       
    36 _LIT( KAttributeType, "type" );
       
    37 _LIT8( KAttributeType8, "type" );
       
    38 _LIT( KAttributeValue, "value" );
       
    39 _LIT8( KAttributeValue8, "value" );
       
    40 _LIT( KTrue, "true" );
       
    41 _LIT( KFalse, "false" );
       
    42 
       
    43 //Supported Types
       
    44 _LIT( KInteger, "integer" );
       
    45 _LIT( KUInteger, "uinteger" );
       
    46 _LIT( KDescriptor8, "string8" );
       
    47 _LIT( KDescriptor16, "string" );
       
    48 _LIT( KMap, "map" );
       
    49 _LIT( KList, "list" );
       
    50 _LIT( KBool, "bool" );
       
    51 _LIT( KReal, "float" );
       
    52 _LIT( KUid, "uid" );
       
    53 
       
    54 #endif      // T_CHFACTORYSETTINGSGLOBALS_H
       
    55 // End of file