networkingutils/nameresolverutility/group/nslookup.mmp
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 // Copyright (c) 2005-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 // nslookup.mmp - Name resolver utility
       
    15 // Name resolver utility
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO		EPOC_SDK=0x08000000
       
    25 MACRO		__RHOSTRESOLV_QUERY_IF
       
    26 MACRO		DND_DCM_EXTENSION
       
    27 
       
    28 TARGET		nslookup.exe
       
    29 TARGETTYPE	exe
       
    30 MACRO		MAKE_EXE_APPLICATION
       
    31 UID		0 0x10000892
       
    32 
       
    33 EPOCSTACKSIZE	0x5000
       
    34 TARGETPATH	/sys/bin
       
    35 
       
    36 SOURCEPATH	../src
       
    37 
       
    38 SOURCE		engine.cpp nslookup.cpp
       
    39 
       
    40 START RESOURCE      ../data/nslookup.rss
       
    41 HEADER
       
    42 TARGETPATH /resource/apps
       
    43 END
       
    44 
       
    45 START RESOURCE	../data/nslookup_reg.rss
       
    46 TARGETPATH /private/10003a3f/apps
       
    47 END
       
    48 
       
    49 USERINCLUDE	../inc
       
    50 SYSTEMINCLUDE	../../../../../os/networkingsrv/networkprotocols/iphook/inhook6/inc 
       
    51 
       
    52 SYSTEMINCLUDE	/epoc32/include/techview
       
    53 SYSTEMINCLUDE	/epoc32/include
       
    54 SYSTEMINCLUDE	/epoc32/include/networking	// dns_qry.*
       
    55 
       
    56 LIBRARY		euser.lib apparc.lib ws32.lib 
       
    57 LIBRARY		cone.lib
       
    58 LIBRARY		esock.lib insock.lib
       
    59 LIBRARY		plpremlink.lib
       
    60 LIBRARY		eikcore.lib eikcoctl.lib eikdlg.lib
       
    61 
       
    62 CAPABILITY ALL -Tcb
       
    63 
       
    64 VENDORID	0x70000001
       
    65 
       
    66 SMPSAFE