graphicstest/graphicstestharness/src/graphicsmemoryhogger.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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 "Eclipse Public License v1.0"
     4 // under the terms of "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".
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <e32math.h>
    24 #include <e32math.h>
    25 #include <s32file.h>
    25 #include <s32file.h>
    26 #include <bautils.h>
    26 #include <bautils.h>
    27 #include <hal.h>
    27 #include <hal.h>
       
    28 #include <e32hal.h>
    28 #include "graphicsmemoryhogger.h"
    29 #include "graphicsmemoryhogger.h"
    29 
    30 
    30 _LIT(KTGraphicsMemoryHoggerPanic, "TGfxMemHog");
    31 _LIT(KTGraphicsMemoryHoggerPanic, "TGfxMemHog");
    31 
    32 
    32 GLDEF_C TInt E32Main()
    33 GLDEF_C TInt E32Main()