kerneltest/e32test/lffs/t_lfsdrv2.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 33 0173bcd7697c
child 215 8096a832df02
equal deleted inserted replaced
40:04a1b74efd48 41:d32f34975bbf
   530   	r=Drive.Caps(capsPckg);
   530   	r=Drive.Caps(capsPckg);
   531 
   531 
   532 	test(r==KErrNone);
   532 	test(r==KErrNone);
   533 	test.Printf(_L("Size            : %08x\n"),I64LOW(DriveCaps.iSize));
   533 	test.Printf(_L("Size            : %08x\n"),I64LOW(DriveCaps.iSize));
   534 	test.Printf(_L("Type            : %d\n"),DriveCaps.iType);
   534 	test.Printf(_L("Type            : %d\n"),DriveCaps.iType);
   535 	test.Printf(_L("BatState        : %d\n"),DriveCaps.iBattery);
   535 	test.Printf(_L("Connection Bus  : %d\n"),DriveCaps.iConnectionBusType);
   536 	test.Printf(_L("DriveAtt        : %02x\n"),DriveCaps.iDriveAtt);
   536 	test.Printf(_L("DriveAtt        : %02x\n"),DriveCaps.iDriveAtt);
   537 	test.Printf(_L("MediaAtt        : %02x\n"),DriveCaps.iMediaAtt);
   537 	test.Printf(_L("MediaAtt        : %02x\n"),DriveCaps.iMediaAtt);
   538 	test.Printf(_L("BaseAddress     : %08x\n"),DriveCaps.iBaseAddress);
   538 	test.Printf(_L("BaseAddress     : %08x\n"),DriveCaps.iBaseAddress);
   539 	test.Printf(_L("FileSysID       : %d\n"),DriveCaps.iFileSystemId);
   539 	test.Printf(_L("FileSysID       : %d\n"),DriveCaps.iFileSystemId);
   540 	test.Printf(_L("Hidden sectors  : %d\n"),DriveCaps.iHiddenSectors);
   540 	test.Printf(_L("Hidden sectors  : %d\n"),DriveCaps.iHiddenSectors);