kerneltest/e32test/pccd/t_atadrv.cpp
changeset 293 0659d0e1a03c
parent 121 661475905584
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1996-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   189 
   189 
   190 #pragma warning( disable : 4702 ) // unreachable code
   190 #pragma warning( disable : 4702 ) // unreachable code
   191 
   191 
   192 GLDEF_C TInt E32Main()
   192 GLDEF_C TInt E32Main()
   193     {
   193     {
       
   194 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   194 	TInt i;
   195 	TInt i;
   195 	TBuf<64> b;
   196 	TBuf<64> b;
   196 
   197 
   197 	TDriveInfoV1Buf diBuf;
   198 	TDriveInfoV1Buf diBuf;
   198 	UserHal::DriveInfo(diBuf);
   199 	UserHal::DriveInfo(diBuf);