inc/mdscommoninternal.h
branchRCL_3
changeset 13 4a4892eec172
parent 12 9f21bab39f42
child 14 3e156c80c15d
equal deleted inserted replaced
12:9f21bab39f42 13:4a4892eec172
    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