tcpiputils/networkaddressandporttranslation/te_unittest/group/te_naptunittest.mmp
changeset 0 af10295192d8
child 37 052078dda061
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 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 // te_naptunittest.mmp for Testing the IDN feature in DNS
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 TARGET          te_naptunittest.exe
       
    24 TARGETTYPE      exe
       
    25 
       
    26 SOURCEPATH      ..\src
       
    27 SOURCE		te_naptunittesttestserver.cpp te_naptunittesttestblock.cpp te_naptunittesttestwrapper.cpp
       
    28 
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 USERINCLUDE     ..\..\inc
       
    33 USERINCLUDE	..\inc
       
    34 
       
    35 LIBRARY euser.lib 
       
    36 LIBRARY esock.lib 
       
    37 LIBRARY insock.lib
       
    38 LIBRARY commdb.lib 
       
    39 LIBRARY testexecuteutils.lib 
       
    40 LIBRARY testexecutelogclient.lib 
       
    41 
       
    42 VENDORID 0x70000001
       
    43 
       
    44 UID 0x1000028d 0x2009D48D
       
    45 CAPABILITY All -TCB
       
    46 
       
    47 UNPAGED
       
    48 
       
    49 SMPSAFE
       
    50