1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/graphicstest/graphicstestharness/group/graphicsmemoryhogger.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,57 @@
1.4 +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +/**
1.20 + @file
1.21 + @test
1.22 + @internalComponent - Internal Symbian test code
1.23 +
1.24 +*/
1.25 +
1.26 +/**
1.27 + In a loop this app continually increases the number of memory
1.28 + pages allocated to it. Since this could be operating within a
1.29 + paged system, it ensures the memory is paged in by looping through
1.30 + each allocated page, and writes to it.
1.31 +
1.32 + The purpose is to use the app in conjunction with functional or
1.33 + non-functional tests to stress the system, by causing low memory
1.34 + conditions with an artificial increase in the amount of
1.35 + data paging.
1.36 +*/
1.37 +
1.38 +TARGET graphicsmemoryhogger.exe
1.39 +TARGETTYPE EXE
1.40 +
1.41 +
1.42 +UID 0x10286b54 0x10281AD9
1.43 +VENDORID 0x70000001
1.44 +
1.45 +CAPABILITY ALL
1.46 +
1.47 +SOURCEPATH ../src
1.48 +SOURCE graphicsmemoryhogger.cpp
1.49 +
1.50 +USERINCLUDE ../inc
1.51 +
1.52 +OS_LAYER_SYSTEMINCLUDE
1.53 +
1.54 +LIBRARY euser.lib
1.55 +LIBRARY efsrv.lib
1.56 +LIBRARY hal.lib
1.57 +
1.58 +EPOCSTACKSIZE 32000
1.59 +
1.60 +SMPSAFE