diff -r 6dfc5f825351 -r 50bf9db68373 inc/mdscommoninternal.h --- a/inc/mdscommoninternal.h Fri Mar 19 09:38:01 2010 +0200 +++ b/inc/mdscommoninternal.h Fri Apr 16 15:23:55 2010 +0300 @@ -41,6 +41,8 @@ const TUint32 KBaseObjectBasicValueColumnOffset = 8; +const TItemId KSystemFavouritesAlbumId = 1; + const TInt KMaxUintValueLength = 10; const TInt KMaxUint64ValueLength = 20; @@ -58,8 +60,9 @@ const TUint KMdSServMinorVersionNumber=5; const TUint KMdSServBuildVersionNumber=0; +const TUint32 KNokiaVendorId = 52487775; -const TUint32 KNokiaVendorId = 52487775; +const TInt64 KDiskFullThreshold = 1024*50; // 50 kB // P&S stuff static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy); @@ -268,6 +271,10 @@ ESchemaModify = 0x01000000, + EObjectNotifyAddWithUri = 0x10000000, + EObjectNotifyModifyWithUri = 0x20000000, + EObjectNotifyRemoveWithUri = 0x40000000, + // 0x80000000 is not allowed (signed number is negative) };