emulator/emulatorbsp/specific/mmci.h
branchRCL_3
changeset 13 cb9d56c0e2af
parent 0 cec860690d41
equal deleted inserted replaced
11:7fcac431985a 13:cb9d56c0e2af
    50 	TMediaPassword* iPWD;				// PWD_LEN calculated from PWD.
    50 	TMediaPassword* iPWD;				// PWD_LEN calculated from PWD.
    51 	TBool iIsLocked;					// Could use iCurrentCardIsLocked
    51 	TBool iIsLocked;					// Could use iCurrentCardIsLocked
    52 	TMMCardStateEnum iState;			// Simulation of card's current state
    52 	TMMCardStateEnum iState;			// Simulation of card's current state
    53 	HANDLE iWinHandle;
    53 	HANDLE iWinHandle;
    54 	TRCA iRCA;
    54 	TRCA iRCA;
       
    55 	
       
    56 	TBool iForceMount;
       
    57 	TUint iForceMountCSIZE;             // mmc card size field
       
    58 	TUint iForceMountCSIZE_MULT;        // mmc card size field
    55 	};
    59 	};
    56 
    60 
    57 class DWinsMMCStack : public DMMCStack
    61 class DWinsMMCStack : public DMMCStack
    58 	{
    62 	{
    59 private:
    63 private: