inc/mdscommoninternal.h
changeset 28 c461c7fa72c2
parent 25 8e4539ab1889
child 31 81125601ee77
--- a/inc/mdscommoninternal.h	Fri May 14 16:17:23 2010 +0300
+++ b/inc/mdscommoninternal.h	Thu May 27 13:18:43 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;
@@ -48,6 +51,8 @@
 
 const TInt KMaxTitleFieldLength = 255;
 
+const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
+
 _LIT( KMdSServerName,"!MdSServer" ); // Server name
 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
 _LIT( KSchemaChunkName, "MdSSchema" );