contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h
changeset 0 79c6a41cd166
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contentpublishingsrv/contentharvester/factorysettingsplugin/inc/chfactorysettingsglobals.h	Thu Dec 17 08:54:17 2009 +0200
@@ -0,0 +1,51 @@
+/*
+* 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
\ No newline at end of file