genericopenlibs/openenvcore/libc/test/teststdlib/group/tstdlib.mmp
changeset 31 ce057bb09d0b
child 45 4b03adbd26ca
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     1 // Copyright (c) 2006-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 // Name        : tchildpopendisp.cpp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      tstdlib.exe
       
    19 
       
    20 //Add your platform security capabilities 
       
    21 
       
    22 CAPABILITY  NONE
       
    23 TARGETTYPE  exe
       
    24 UID         0x1000008D 0x1028308C
       
    25 
       
    26 
       
    27 //TARGETPATH      ?target_path
       
    28 
       
    29 SOURCEPATH		..\src
       
    30 SOURCE			tstdlibserver.cpp
       
    31 SOURCE			tstdlib.cpp
       
    32 SOURCE			tstdlibblocks.cpp
       
    33 
       
    34 //USERINCLUDE		.  
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    39 
       
    40 USERINCLUDE 	..\inc
       
    41 USERINCLUDE     ..\..\..\..\backend\inc
       
    42 USERINCLUDE 	..\..\..\..\backend\ipcserver\ipccli\inc
       
    43 
       
    44 
       
    45 LIBRARY		    libc.lib
       
    46 LIBRARY         libm.lib
       
    47 LIBRARY         libpthread.lib
       
    48 LIBRARY 		backend.lib
       
    49 
       
    50 LIBRARY 		euser.lib efsrv.lib ecom.lib bafl.lib c32.lib XmlFramework.lib hash.lib
       
    51 LIBRARY			testexecuteutils.lib
       
    52 LIBRARY			testexecutelogclient.lib
       
    53 
       
    54 STATICLIBRARY libcrt0.lib
       
    55 
       
    56 SMPSAFE