inc/mdscommoninternal.h
changeset 54 a3cc46f37772
parent 31 81125601ee77
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
    43 
    43 
    44 const TUint32 KBaseObjectBasicValueColumnOffset = 8;
    44 const TUint32 KBaseObjectBasicValueColumnOffset = 8;
    45 
    45 
    46 const TItemId KSystemFavouritesAlbumId = 1;
    46 const TItemId KSystemFavouritesAlbumId = 1;
    47 
    47 
       
    48 _LIT( KSystemFavouritesAlbumUri, "defaultalbum_favourites" );
       
    49 _LIT( KSystemCapturedAlbumUri, "defaultalbum_captured" );
       
    50 
    48 const TInt KMaxUintValueLength   = 10;
    51 const TInt KMaxUintValueLength   = 10;
    49 const TInt KMaxUint64ValueLength = 20;
    52 const TInt KMaxUint64ValueLength = 20;
    50 
    53 
    51 const TInt KMaxTitleFieldLength = 255;
    54 const TInt KMaxTitleFieldLength = 255;
    52 
    55 
    53 const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
    56 const TInt KTriggerDbMaintenanceTreasholdValue( 3000 );
    54 
    57 
    55 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    58 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    56 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    59 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    57 _LIT( KSchemaChunkName, "MdSSchema" );
    60 _LIT( KSchemaChunkName, "MdSSchema" );
    58 
    61 
    67 const TUint KMdSServMinorVersionNumber=5;
    70 const TUint KMdSServMinorVersionNumber=5;
    68 const TUint KMdSServBuildVersionNumber=0;
    71 const TUint KMdSServBuildVersionNumber=0;
    69 
    72 
    70 const TUint32 KNokiaVendorId = 52487775;
    73 const TUint32 KNokiaVendorId = 52487775;
    71 
    74 
    72 const TInt64 KDiskFullThreshold = 1024*50; // 50 kB
    75 const TInt64 KDiskFullThreshold = 1024*70; // 70 kB, SQLite default maximum journal size
    73 
    76 
    74 // P&S stuff
    77 // P&S stuff
    75 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
    78 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
    76 static _LIT_SECURITY_POLICY_C1(KPowerMgmtPolicy,ECapabilityPowerMgmt);
    79 static _LIT_SECURITY_POLICY_C1(KPowerMgmtPolicy,ECapabilityPowerMgmt);
    77 
    80