inc/mdscommoninternal.h
branchRCL_3
changeset 22 29d87345eaeb
parent 21 85f623e1ef41
equal deleted inserted replaced
21:85f623e1ef41 22:29d87345eaeb
    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 
    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