inc/mdscommoninternal.h
changeset 41 2290317b9ec5
parent 23 33ae025ac1e8
--- a/inc/mdscommoninternal.h	Mon May 03 12:55:01 2010 +0300
+++ b/inc/mdscommoninternal.h	Fri May 14 16:38:28 2010 +0300
@@ -31,6 +31,9 @@
 _LIT( KMdsDefaultImportFile, "C:\\private\\200009f3\\defaultimportfile.mde" );
 _LIT( KMdsDefaultRomImportFile, "Z:\\private\\200009f3\\defaultimportfile.mde" );
 
+// Universal image folder
+_LIT( KDCIMFolder, ":\\DCIM");
+
 // schema file version
 const TInt KSchemaFileMajorVersion = 2;
 const TInt KSchemaFileMinorVersion = 0;
@@ -46,8 +49,12 @@
 const TInt KMaxUintValueLength   = 10;
 const TInt KMaxUint64ValueLength = 20;
 
-_LIT( KMdSServerName,"MdSServer" ); // Server name
-_LIT( KMdSServerProcessString,"MdSServer*" ); 
+const TInt KMaxTitleFieldLength = 255;
+
+const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
+
+_LIT( KMdSServerName,"!MdSServer" ); // Server name
+_LIT( KMdSServerProcessString,"!MdSServer*" ); 
 _LIT( KSchemaChunkName, "MdSSchema" );
 
 _LIT( KCMediaIdKey, "CDriveMediaId" );