kerneltest/f32test/manager/t_romg.cpp
changeset 281 13fbfa31d2ba
parent 109 b3a1d9898418
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-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".
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // f32test\manager\t_romg.cpp
    14 // f32test/manager/t_romg.cpp
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #define	__E32TEST_EXTENSION__
    18 #define	__E32TEST_EXTENSION__
    19 #include <f32file.h>
    19 #include <f32file.h>
    20 #include <e32test.h>
    20 #include <e32test.h>
    21 #include <e32rom.h>
    21 #include <e32rom.h>
    22 #include "..\server\t_server.h"
    22 #include "../server/t_server.h"
    23 
    23 
    24 const TInt KBufSize=0x10000;
    24 const TInt KBufSize=0x10000;
    25 const TInt KFillerSize=0x100;
    25 const TInt KFillerSize=0x100;
    26 const TInt KRomFileHeaderSize=0x100;
    26 const TInt KRomFileHeaderSize=0x100;
    27 const TInt KRomFileHeaderNameSize=0x10;
    27 const TInt KRomFileHeaderNameSize=0x10;