inc/mdscommoninternal.h
branchRCL_3
changeset 63 e538444823de
parent 53 29d87345eaeb
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    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 
       
    51 const TInt KMaxUintValueLength   = 10;
    48 const TInt KMaxUintValueLength   = 10;
    52 const TInt KMaxUint64ValueLength = 20;
    49 const TInt KMaxUint64ValueLength = 20;
    53 
    50 
    54 const TInt KMaxTitleFieldLength = 255;
    51 const TInt KMaxTitleFieldLength = 255;
    55 
    52 
    56 const TInt KTriggerDbMaintenanceTreasholdValue( 3000 );
    53 const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
    57 
    54 
    58 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    55 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    59 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    56 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    60 _LIT( KSchemaChunkName, "MdSSchema" );
    57 _LIT( KSchemaChunkName, "MdSSchema" );
    61 
    58 
    70 const TUint KMdSServMinorVersionNumber=5;
    67 const TUint KMdSServMinorVersionNumber=5;
    71 const TUint KMdSServBuildVersionNumber=0;
    68 const TUint KMdSServBuildVersionNumber=0;
    72 
    69 
    73 const TUint32 KNokiaVendorId = 52487775;
    70 const TUint32 KNokiaVendorId = 52487775;
    74 
    71 
    75 const TInt64 KDiskFullThreshold = 1024*70; // 70 kB, SQLite default maximum journal size
    72 const TInt64 KDiskFullThreshold = 1024*50; // 50 kB
    76 
    73 
    77 // P&S stuff
    74 // P&S stuff
    78 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
    75 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
    79 static _LIT_SECURITY_POLICY_C1(KPowerMgmtPolicy,ECapabilityPowerMgmt);
    76 static _LIT_SECURITY_POLICY_C1(KPowerMgmtPolicy,ECapabilityPowerMgmt);
    80 
    77