baseport/syborg/svphostfs/fs/svphostmnt.cpp
changeset 16 73107a0bc259
parent 2 d55eb581a87c
child 121 f4712cc7c69e
equal deleted inserted replaced
12:5c4b0c1fa5f8 16:73107a0bc259
    21 #include <e32uid.h>
    21 #include <e32uid.h>
    22 
    22 
    23 #include "svphostfsy.h"
    23 #include "svphostfsy.h"
    24 
    24 
    25 #define HOST_SVP_DRIVE_SIZE 1024*1024*1024
    25 #define HOST_SVP_DRIVE_SIZE 1024*1024*1024
    26 #define HOST_SVP_DRIVE_FREE_SIZE 10*1024*1024
    26 
       
    27 // Fixed low mass-memory warning at startup
       
    28 //#define HOST_SVP_DRIVE_FREE_SIZE 10*1024*1024
       
    29 #define HOST_SVP_DRIVE_FREE_SIZE 100*1024*1024
       
    30 
    27 
    31 
    28 LOCAL_C TInt GetMediaSize(TInt /*aDriveNumber*/,TInt64& aSize,TInt64& aFree)
    32 LOCAL_C TInt GetMediaSize(TInt /*aDriveNumber*/,TInt64& aSize,TInt64& aFree)
    29 //
    33 //
    30 // Return the size and free space on a drive.
    34 // Return the size and free space on a drive.
    31 //
    35 //