diff -r bf039b7fe409 -r 3d9988ee47f5 inc/mdscommoninternal.h --- a/inc/mdscommoninternal.h Fri Jun 25 13:56:30 2010 +0100 +++ b/inc/mdscommoninternal.h Thu Jul 22 16:38:01 2010 +0100 @@ -31,9 +31,11 @@ _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; +const TInt KSchemaFileMajorVersion = 3; const TDefId KDefaultNamespaceDefId = 1; @@ -48,6 +50,8 @@ const TInt KMaxTitleFieldLength = 255; +const TInt KTriggerDbMaintenanceTreasholdValue( 2500 ); + _LIT( KMdSServerName,"!MdSServer" ); // Server name _LIT( KMdSServerProcessString,"!MdSServer*" ); _LIT( KSchemaChunkName, "MdSSchema" );