tcpiputils/dnd/group/dndexe.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-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 // dndexe.mmp - name resolver MMP file (without UI)
       
    15 // dnd.exe Domain name daemon providing dynamic name resolution for hosts
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO		LLMNR_ENABLED
       
    25 MACRO           TCPIP6_LOGFILE
       
    26 MACRO		DND_DCM_EXTENSION
       
    27 
       
    28 TARGET		dnd.exe	// Automagically dnd.dll (thread) on EKA1 emulators
       
    29 UID			0 0x10000882
       
    30 
       
    31 TARGETTYPE	exe
       
    32 
       
    33 TARGETPATH	/sys/bin
       
    34 
       
    35 SOURCEPATH	../src
       
    36 
       
    37 SOURCE		dndexe.cpp engine.cpp listener.cpp resolver.cpp hosts.cpp
       
    38 SOURCE		dns.cpp llmnrconf.cpp llmnrresponder.cpp hostname.cpp 
       
    39 SOURCE		llmnrnotifyhandler.cpp message.cpp cache.cpp node.cpp  
       
    40 SOURCE		record.cpp serverconf.cpp dns_sock.cpp servers.cpp
       
    41 
       
    42 USERINCLUDE		../inc ../include
       
    43 USERINCLUDE ../../punycodeconv/inc 
       
    44 USERINCLUDE ../../../networkprotocols/iphook/inhook6/inc
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 LIBRARY		euser.lib
       
    49 LIBRARY		esock.lib insock.lib inhook6.lib
       
    50 LIBRARY		efsrv.lib
       
    51 LIBRARY		commsdat.lib
       
    52 #ifdef SYMBIAN_DNS_PUNYCODE
       
    53 LIBRARY		punycodeconverter.lib
       
    54 #endif //SYMBIAN_DNS_PUNYCODE
       
    55 
       
    56 
       
    57 
       
    58 CAPABILITY      NetworkControl NetworkServices ReadDeviceData
       
    59 
       
    60 #include <cflog.mmh>
       
    61 VENDORID	0x70000001
       
    62 
       
    63 SMPSAFE