inc/mdscommoninternal.h
branchRCL_3
changeset 12 9f21bab39f42
parent 9 82c0024438c8
child 13 4a4892eec172
equal deleted inserted replaced
10:ab88d4a85041 12:9f21bab39f42
    44 const TItemId KSystemFavouritesAlbumId = 1;
    44 const TItemId KSystemFavouritesAlbumId = 1;
    45 
    45 
    46 const TInt KMaxUintValueLength   = 10;
    46 const TInt KMaxUintValueLength   = 10;
    47 const TInt KMaxUint64ValueLength = 20;
    47 const TInt KMaxUint64ValueLength = 20;
    48 
    48 
    49 _LIT( KMdSServerName,"MdSServer" ); // Server name
    49 const TInt KMaxTitleFieldLength = 255;
    50 _LIT( KMdSServerProcessString,"MdSServer*" ); 
    50 
       
    51 _LIT( KMdSServerName,"!MdSServer" ); // Server name
       
    52 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    51 _LIT( KSchemaChunkName, "MdSSchema" );
    53 _LIT( KSchemaChunkName, "MdSSchema" );
    52 
    54 
    53 _LIT( KCMediaIdKey, "CDriveMediaId" );
    55 _LIT( KCMediaIdKey, "CDriveMediaId" );
    54 _LIT( KMassStorageMediaIdKey, "MassStorageMediaId" );
    56 _LIT( KMassStorageMediaIdKey, "MassStorageMediaId" );
    55 
    57