contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:54:17 +0200
changeset 0 79c6a41cd166
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  
 *
*/


#ifndef T_CHFACTORYSETTINGSGLOBALS_H
#define T_CHFACTORYSETTINGSGLOBALS_H

// 
const TInt KRootItemId( -1 );
const TInt KMaxIntString( 10 );

_LIT8( KNullDes8, "" );

// CONSTANTS
_LIT( KMainDataItem, "cps:data" );
_LIT( KMainPublisherItem, "cps:publisher" );
_LIT( KDataItem, "cps:data_item" );
_LIT( KNoArgumentsString, "-1" );
_LIT( KAttributeKey, "key" );
_LIT( KAttributeType, "type" );
_LIT( KAttributeValue, "value" );
_LIT( KTrue, "true" );
_LIT( KFalse, "false" );

//Supported Types
_LIT( KInteger, "integer" );
_LIT( KUInteger, "uinteger" );
_LIT( KDescriptor8, "string8" );
_LIT( KDescriptor16, "string" );
_LIT( KMap, "map" );
_LIT( KList, "list" );
_LIT( KBool, "bool" );
_LIT( KReal, "float" );
_LIT( KUid, "uid" );

#endif      // T_CHFACTORYSETTINGSGLOBALS_H
// End of file