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