contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h
author MattD <mattd@symbian.org>
Thu, 01 Apr 2010 12:18:40 +0100
branchv5backport
changeset 45 fd868a928992
parent 0 79c6a41cd166
child 60 f62f87b200ec
permissions -rw-r--r--
Merging in kashif's additional head into fdim's

/*
* 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