os/graphics/graphicstest/graphicstestharness/group/graphicsmemoryhogger.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 /**
    17  @file
    18  @test
    19  @internalComponent - Internal Symbian test code 
    20 
    21 */
    22 
    23 /**
    24  In a loop this app continually increases the number of memory 
    25  pages allocated to it. Since this could be operating within a 
    26  paged system, it ensures the memory is paged in by looping through 
    27  each allocated page, and writes to it.
    28  
    29  The purpose is to use the app in conjunction with functional or 
    30  non-functional tests to stress the system, by causing low memory
    31  conditions with an artificial increase in the amount of 
    32  data paging.
    33 */
    34 
    35 TARGET			graphicsmemoryhogger.exe
    36 TARGETTYPE		EXE
    37 
    38 
    39 UID				0x10286b54 0x10281AD9
    40 VENDORID 		0x70000001
    41 
    42 CAPABILITY 		ALL
    43 
    44 SOURCEPATH		../src
    45 SOURCE			graphicsmemoryhogger.cpp
    46 
    47 USERINCLUDE		../inc
    48 
    49 OS_LAYER_SYSTEMINCLUDE
    50 
    51 LIBRARY			euser.lib
    52 LIBRARY			efsrv.lib
    53 LIBRARY			hal.lib
    54 
    55 EPOCSTACKSIZE	32000
    56 
    57 SMPSAFE