inc/mdscommoninternal.h
branchRCL_3
changeset 27 4a4892eec172
parent 26 9f21bab39f42
child 30 3e156c80c15d
--- a/inc/mdscommoninternal.h	Tue May 11 16:36:55 2010 +0300
+++ b/inc/mdscommoninternal.h	Tue May 25 13:10:05 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" );