datacommsserver/esockserver/test/TE_RConnection/group/te_BearerMobilityTestSuite.mmp
changeset 0 dfb7c4ff071f
child 4 928ed51ddc43
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2007-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 TARGET      te_bearermobilitytestsuite.exe
       
    17 
       
    18 CAPABILITY All -Tcb
       
    19 TARGETTYPE  exe
       
    20 
       
    21 UID           0x1000008d 0x1028356F
       
    22 VENDORID	0x70000001
       
    23 
       
    24 
       
    25 SOURCEPATH	../src
       
    26 SOURCE		te_BearerMobilityTestSuite.cpp
       
    27 
       
    28 USERINCLUDE     ../src
       
    29 
       
    30 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    31 SYSTEMINCLUDE	/epoc32/include 
       
    32 SYSTEMINCLUDE	/epoc32/include/networking
       
    33 SYSTEMINCLUDE	/epoc32/include/comms-infras
       
    34 SYSTEMINCLUDE   /epoc32/include/test
       
    35 #else
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 #endif
       
    38 
       
    39 LIBRARY		euser.lib 
       
    40 LIBRARY		esock.lib 
       
    41 LIBRARY		testexecuteutils.lib
       
    42 LIBRARY		testexecutelogclient.lib
       
    43 LIBRARY		ecom.lib
       
    44 
       
    45 START WINS
       
    46 BASEADDRESS		0x59100000
       
    47 END
       
    48 
       
    49 
       
    50 SMPSAFE
       
    51