contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h
changeset 60 f62f87b200ec
parent 0 79c6a41cd166
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
    27 
    27 
    28 // CONSTANTS
    28 // CONSTANTS
    29 _LIT( KMainDataItem, "cps:data" );
    29 _LIT( KMainDataItem, "cps:data" );
    30 _LIT( KMainPublisherItem, "cps:publisher" );
    30 _LIT( KMainPublisherItem, "cps:publisher" );
    31 _LIT( KDataItem, "cps:data_item" );
    31 _LIT( KDataItem, "cps:data_item" );
       
    32 _LIT8( KDataItem8, "data_item" );
    32 _LIT( KNoArgumentsString, "-1" );
    33 _LIT( KNoArgumentsString, "-1" );
    33 _LIT( KAttributeKey, "key" );
    34 _LIT( KAttributeKey, "key" );
       
    35 _LIT8( KAttributeKey8, "key" );
    34 _LIT( KAttributeType, "type" );
    36 _LIT( KAttributeType, "type" );
       
    37 _LIT8( KAttributeType8, "type" );
    35 _LIT( KAttributeValue, "value" );
    38 _LIT( KAttributeValue, "value" );
       
    39 _LIT8( KAttributeValue8, "value" );
    36 _LIT( KTrue, "true" );
    40 _LIT( KTrue, "true" );
    37 _LIT( KFalse, "false" );
    41 _LIT( KFalse, "false" );
    38 
    42 
    39 //Supported Types
    43 //Supported Types
    40 _LIT( KInteger, "integer" );
    44 _LIT( KInteger, "integer" );