serialserver/c32serialserver/Test/TE_C32/TE_C32.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     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 // Using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        te_c32.exe
       
    19 CAPABILITY ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData PowerMgmt
       
    20 TARGETTYPE    exe
       
    21 UID           0x1000007A 0x101FE391
       
    22 VENDORID 0x70000001
       
    23 EPOCSTACKSIZE   0x8000
       
    24 
       
    25 SOURCEPATH      .
       
    26 SOURCE          TE_c32.cpp
       
    27 SOURCE          TE_c32server.cpp
       
    28 SOURCE          TE_c32base.cpp
       
    29 SOURCEPATH		./src
       
    30 
       
    31 SOURCE	    	Te_C32MTGetPortInfo.cpp
       
    32 SOURCE	    	Te_C32MTLoadingUnloading.cpp
       
    33 SOURCE	    	Te_C32MTNegativeTestCase.cpp
       
    34 SOURCE	    	Te_C32MTReadWriteCsy.cpp
       
    35 
       
    36 
       
    37 USERINCLUDE     ../../INC 
       
    38 USERINCLUDE     .
       
    39 USERINCLUDE     ../../SCOMM
       
    40 
       
    41 
       
    42 USERINCLUDE	./inc
       
    43 
       
    44 
       
    45 SYSTEMINCLUDE   ../../INC
       
    46 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    47 SYSTEMINCLUDE   /epoc32/include
       
    48 SYSTEMINCLUDE   /epoc32/include/test
       
    49 #else
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 #endif
       
    52 
       
    53 #if !defined(WINS) && !defined(GCC32)
       
    54 LIBRARY  		commsfw.lib
       
    55 #endif
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         c32.lib
       
    59 LIBRARY         testexecutelogclient.lib
       
    60 LIBRARY	    	testexecuteutils.lib
       
    61 LIBRARY	    	c32root.lib
       
    62 
       
    63