baseport/syborg/svphostfs/fs/svphostfsy.cpp
branchGCC_SURGE
changeset 90 73ba398cc7f4
parent 2 d55eb581a87c
equal deleted inserted replaced
89:077b560f9789 90:73ba398cc7f4
   129 // Return the drive info iDriveAtt  && iBatteryState already set
   129 // Return the drive info iDriveAtt  && iBatteryState already set
   130 //
   130 //
   131 	{
   131 	{
   132 	DP(_L("** (SVPHOSTFSY) CSVPHostFileSystem::DriveInfo()"));
   132 	DP(_L("** (SVPHOSTFSY) CSVPHostFileSystem::DriveInfo()"));
   133 
   133 
   134 	/* !@! TODO: are these the best values? */
       
   135 	anInfo.iMediaAtt=KMediaAttVariableSize;
   134 	anInfo.iMediaAtt=KMediaAttVariableSize;
   136 	anInfo.iType=EMediaRam;
   135 //  SF BUG 1313 - T_FSYS fails - start
       
   136 // Media type changed from RAM drive to Hard Disk - HOSTFS cannot use FAT file system so various
       
   137 // tests fail, but T_FSYS fails on any drive as all available drives are exercised by the test.
       
   138 // EMediaHardDisk is more appropriate.
       
   139 	anInfo.iType=EMediaHardDisk;  // was EMediaRam;
       
   140 // SF BUG 1312 - T_FSYS fails - end	
       
   141 
   137 #if 0
   142 #if 0
   138 	// !@! can't execute from remote drives
   143 	// !@! can't execute from remote drives
   139 	anInfo.iDriveAtt=KDriveAttRemote;
   144 	anInfo.iDriveAtt=KDriveAttRemote;
   140 #endif
   145 #endif
   141 	anInfo.iDriveAtt=KDriveAttLocal|KDriveAttInternal;
   146 	anInfo.iDriveAtt=KDriveAttLocal|KDriveAttInternal;