kerneltest/e32test/group/t_heapstress.mmp
changeset 109 b3a1d9898418
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
       
     1 
       
     2 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the License "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 // e32test/group/t_heapstress.mmp
       
    16 // 
       
    17 //
       
    18 
       
    19 userinclude    ..\..\..\kernel\eka\include
       
    20 systeminclude    ..\..\..\kernel\eka\include
       
    21 target          t_heapstress.exe
       
    22 targettype      exe
       
    23 sourcepath      ../heap
       
    24 source          t_heapstress.cpp
       
    25 library         euser.lib
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 
       
    28 capability      all -TCB
       
    29 
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SMPSAFE
       
    33