mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h
changeset 29 3ae5cb0b4c02
parent 18 1b39655331a3
child 47 63cf70d3ecd8
--- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h	Mon May 03 13:19:02 2010 +0300
+++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h	Fri Jun 25 16:54:01 2010 +0800
@@ -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