contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 94 dbb8300717f7
--- a/contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h	Fri Apr 16 14:45:49 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-/*
-* 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" );
-_LIT8( KDataItem8, "data_item" );
-_LIT( KNoArgumentsString, "-1" );
-_LIT( KAttributeKey, "key" );
-_LIT8( KAttributeKey8, "key" );
-_LIT( KAttributeType, "type" );
-_LIT8( KAttributeType8, "type" );
-_LIT( KAttributeValue, "value" );
-_LIT8( KAttributeValue8, "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