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