linklayerprotocols/tundriver/te_tundriver/group/te_tundriver.mmp
branchRCL_3
changeset 63 425d8f4f7fa5
equal deleted inserted replaced
58:8d540f55e491 63:425d8f4f7fa5
       
     1 // Copyright (c) 2010 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 // te_tundriver.mmp for Testing the Virtual tunnel functionality for SSL VPN.
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file te_tundriver.mmp
       
    21 */
       
    22 
       
    23 TARGET          te_tundriver.exe
       
    24 TARGETTYPE      exe
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE		    te_tundrivertestserver.cpp 
       
    28 SOURCE          te_tundrivertestblock.cpp 
       
    29 SOURCE          te_tundrivertestwrapper.cpp
       
    30 SOURCE          te_TcpSslTestEngine.cpp
       
    31 
       
    32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    33 SYSTEMINCLUDE   /epoc32/include
       
    34 SYSTEMINCLUDE	/epoc32/include/libc
       
    35 SYSTEMINCLUDE   /epoc32/include/test
       
    36 #else
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 SYSTEMINCLUDE	/epoc32/include/libc
       
    39 SYSTEMINCLUDE   /epoc32/include/platform/test
       
    40 #endif
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 
       
    44 
       
    45 LIBRARY euser.lib 
       
    46 LIBRARY esock.lib 
       
    47 LIBRARY insock.lib
       
    48 LIBRARY commdb.lib
       
    49 LIBRARY efsrv.lib 
       
    50 LIBRARY commsdat.lib   
       
    51 LIBRARY testexecuteutils.lib 
       
    52 LIBRARY testexecutelogclient.lib 
       
    53 LIBRARY charconv.lib
       
    54 LIBRARY	ecom.lib
       
    55 LIBRARY	c32root.lib
       
    56 LIBRARY	netmeta.lib
       
    57 LIBRARY esocksvr.lib
       
    58 
       
    59 
       
    60 VENDORID 0x70000001
       
    61 
       
    62 UID 0x1000028d 0x2009D48D
       
    63 CAPABILITY All -TCB
       
    64 
       
    65 UNPAGED
       
    66 
       
    67 SMPSAFE
       
    68