inc/mdscommoninternal.h
changeset 28 c461c7fa72c2
parent 25 8e4539ab1889
child 31 81125601ee77
equal deleted inserted replaced
25:8e4539ab1889 28:c461c7fa72c2
    29 
    29 
    30 // default import metadata file
    30 // default import metadata file
    31 _LIT( KMdsDefaultImportFile, "C:\\private\\200009f3\\defaultimportfile.mde" );
    31 _LIT( KMdsDefaultImportFile, "C:\\private\\200009f3\\defaultimportfile.mde" );
    32 _LIT( KMdsDefaultRomImportFile, "Z:\\private\\200009f3\\defaultimportfile.mde" );
    32 _LIT( KMdsDefaultRomImportFile, "Z:\\private\\200009f3\\defaultimportfile.mde" );
    33 
    33 
       
    34 // Universal image folder
       
    35 _LIT( KDCIMFolder, ":\\DCIM");
       
    36 
    34 // schema file version
    37 // schema file version
    35 const TInt KSchemaFileMajorVersion = 2;
    38 const TInt KSchemaFileMajorVersion = 2;
    36 const TInt KSchemaFileMinorVersion = 0;
    39 const TInt KSchemaFileMinorVersion = 0;
    37 
    40 
    38 const TDefId KDefaultNamespaceDefId = 1;
    41 const TDefId KDefaultNamespaceDefId = 1;
    45 
    48 
    46 const TInt KMaxUintValueLength   = 10;
    49 const TInt KMaxUintValueLength   = 10;
    47 const TInt KMaxUint64ValueLength = 20;
    50 const TInt KMaxUint64ValueLength = 20;
    48 
    51 
    49 const TInt KMaxTitleFieldLength = 255;
    52 const TInt KMaxTitleFieldLength = 255;
       
    53 
       
    54 const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
    50 
    55 
    51 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    56 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    52 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    57 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    53 _LIT( KSchemaChunkName, "MdSSchema" );
    58 _LIT( KSchemaChunkName, "MdSSchema" );
    54 
    59