xml/wbxmlparser/test/rtest/group/t_wbxmloomsyncmlparserstabilitytests.mmp
changeset 0 e35f40988205
child 24 74f0b3eb154c
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 2003-2009 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 //default stack size(8K) is too small and cause stack overflow
       
    17 //in the hardware test udeb
       
    18 EPOCSTACKSIZE		16384
       
    19 
       
    20 // This macro allows the output to be printed to the epocwind.out file for
       
    21 // manual investigation that the parser has parsed correctly.
       
    22 // You must uncomment this and the Bafl lib line below for it to link successfully
       
    23 //MACRO 		__SHOW_MANUAL_OUTPUT__
       
    24 
       
    25 target			t_wbxmloomsyncmlparserstabilitytests.exe
       
    26 targettype		exe
       
    27 
       
    28 VENDORID 		0x70000001
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 USERINCLUDE		../../../../xmlfw/inc
       
    33 
       
    34 SOURCEPATH		../tsrc
       
    35 SOURCE			t_wbxmloomsyncmlparserstabilitytests.cpp
       
    36 SOURCE			stabilitytestclass.cpp
       
    37 
       
    38 LIBRARY			ecom.lib
       
    39 LIBRARY			efsrv.lib
       
    40 LIBRARY			euser.lib
       
    41 LIBRARY			xmlframework.lib
       
    42 
       
    43 
       
    44 
       
    45 SMPSAFE