mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetstorageinfo.cpp
branchRCL_3
changeset 18 453dfc402455
parent 17 dbd1c5e08735
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
   194 		case EMediaFloppy:
   194 		case EMediaFloppy:
   195 		    if (iDriveInfo.iDriveAtt & KDriveAttRemovable)
   195 		    if (iDriveInfo.iDriveAtt & KDriveAttRemovable)
   196 		        {
   196 		        {
   197 		        //E: is set as logically removable after eMMC image updated
   197 		        //E: is set as logically removable after eMMC image updated
   198 		        //So here we need to deal with this case to set it as FixedRam
   198 		        //So here we need to deal with this case to set it as FixedRam
   199 		        if(iDriveInfo.iDriveAtt & KDriveAttInternal)
   199 		        if(iDriveInfo.iDriveAtt & KDriveAttLogicallyRemovable)
   200 		            {
   200 		            {
   201 		            __FLOG(_L8("removable but internal drive, set as Fixed RAM"));
   201 		            __FLOG(_L8("removable but internal drive, set as Fixed RAM"));
   202 		            storageType = EMTPStorageFixedRAM;
   202 		            storageType = EMTPStorageFixedRAM;
   203 		            }
   203 		            }
   204 		        else
   204 		        else