kerneltest/e32test/lffs/t_lfsdrv2.cpp
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
equal deleted inserted replaced
9:96e5fb8b040d 10:36bfc973b146
   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);