kerneltest/e32test/pccd/t_idrv.cpp
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
    42 
    42 
    43 #define PDD_NAME _L("MEDINT")
    43 #define PDD_NAME _L("MEDINT")
    44 
    44 
    45 const TInt KTestDriveLen=0x00040000;	//256K
    45 const TInt KTestDriveLen=0x00040000;	//256K
    46 const TInt KSmallDriveInc=0x00000400;	//1K
    46 const TInt KSmallDriveInc=0x00000400;	//1K
       
    47 #if defined (__WINS__)
    47 const TInt KBigDriveLen=0x00100000;		//1M - WINS
    48 const TInt KBigDriveLen=0x00100000;		//1M - WINS
       
    49 #endif
    48 const TInt KTestBufLen=256;
    50 const TInt KTestBufLen=256;
    49 
    51 
    50 
    52 
    51 RTest test(_L("T_IDRV"));
    53 RTest test(_L("T_IDRV"));
    52 
    54