tcpiputils/dnd/group/dndapp.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2004-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 // dndapp.mmp - name resolver MMP file
       
    15 //
       
    16 
       
    17 MACRO		EPOC_SDK=0x08000000
       
    18 MACRO           LLMNR_ENABLED
       
    19 MACRO           RCONNECTION_NOTIFY
       
    20 
       
    21 TARGET		dndapp.app
       
    22 TARGETTYPE	app
       
    23 TARGETPATH	\system\apps\dndapp
       
    24 
       
    25 UID		0x100039CE 0x10000882
       
    26 
       
    27 SOURCEPATH	..\src
       
    28 
       
    29 SOURCE		dnd.cpp engine.cpp listener.cpp resolver.cpp hosts.cpp
       
    30 SOURCE		dns.cpp llmnrconf.cpp llmnrresponder.cpp hostname.cpp  
       
    31 SOURCE		llmnrnotifyhandler.cpp message.cpp cache.cpp node.cpp  
       
    32 SOURCE		record.cpp serverconf.cpp dns_sock.cpp servers.cpp
       
    33 
       
    34 RESOURCE	..\data\dndapp.rss
       
    35 
       
    36 USERINCLUDE	..\inc
       
    37 SYSTEMINCLUDE	..\..\..\networkprotocols\iphook\inhook6\inc 
       
    38 
       
    39 SYSTEMINCLUDE	\epoc32\include\techview
       
    40 SYSTEMINCLUDE	\epoc32\include
       
    41 SYSTEMINCLUDE	\epoc32\include\networking	// dns_qry.*
       
    42 
       
    43 LIBRARY		euser.lib apparc.lib
       
    44 LIBRARY		cone.lib eikcore.lib eikcoctl.lib
       
    45 LIBRARY		efsrv.lib eikcdlg.lib etext.lib
       
    46 LIBRARY		esock.lib insock.lib inhook6.lib
       
    47 
       
    48 DEBUGLIBRARY	flogger.lib
       
    49 
       
    50 #ifdef EKA2
       
    51 CAPABILITY ALL -Tcb
       
    52 #endif
       
    53 
       
    54 VENDORID	0x70000001
       
    55 
       
    56 SMPSAFE