diff -r ef55b168cedb -r f5809cfbf6d5 mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h Tue Apr 27 17:30:23 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h Tue May 11 16:59:11 2010 +0300 @@ -30,6 +30,15 @@ //forward declaration class CMTPTypeStorageInfo; +//Default drive name used when failed to read drive name from +//System +_LIT(KPhoneMemory,"Phone memory"); +_LIT(KMassMemory,"Mass memory"); +_LIT(KMemoryCard,"Memory card"); +_LIT(KNoName,"No name"); +//The last resort for drive name:DriveChar + drive, eg 'A drive' +_LIT(KDefaultName," drive"); + /** Defines device data provider GetStorageInfo request processor