inc/mdscommoninternal.h
branchGCC_SURGE
changeset 39 3d9988ee47f5
parent 31 81125601ee77
child 43 c5e73110f733
child 54 a3cc46f37772
equal deleted inserted replaced
32:bf039b7fe409 39:3d9988ee47f5
    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 = 3;
    36 const TInt KSchemaFileMinorVersion = 0;
       
    37 
    39 
    38 const TDefId KDefaultNamespaceDefId = 1;
    40 const TDefId KDefaultNamespaceDefId = 1;
    39 
    41 
    40 const TDefId KBaseObjectDefId = 1;
    42 const TDefId KBaseObjectDefId = 1;
    41 
    43 
    45 
    47 
    46 const TInt KMaxUintValueLength   = 10;
    48 const TInt KMaxUintValueLength   = 10;
    47 const TInt KMaxUint64ValueLength = 20;
    49 const TInt KMaxUint64ValueLength = 20;
    48 
    50 
    49 const TInt KMaxTitleFieldLength = 255;
    51 const TInt KMaxTitleFieldLength = 255;
       
    52 
       
    53 const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
    50 
    54 
    51 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    55 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    52 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    56 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    53 _LIT( KSchemaChunkName, "MdSSchema" );
    57 _LIT( KSchemaChunkName, "MdSSchema" );
    54 
    58