zeroconf/server/group/mdnsserver.mmp
changeset 14 da856f45b798
equal deleted inserted replaced
12:78fbd574edf4 14:da856f45b798
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 #include <comms-infras/commsdebugutility.mmh>
       
    18 TARGET        zeroconf_20008AD8.exe
       
    19 TARGETTYPE    exe
       
    20 UID           0 0x20008AD8
       
    21 VENDORID 0
       
    22 
       
    23 
       
    24 CAPABILITY NetworkServices LocalServices ALL -TCB
       
    25 
       
    26 SOURCEPATH    ..\src
       
    27 
       
    28 // ______________________________
       
    29 // |       FRONT END SRV        |
       
    30 //
       
    31 
       
    32 SOURCE		mdns.cpp
       
    33 SOURCE		mdnsserver.cpp
       
    34 SOURCE		mdnsserversession.cpp
       
    35 SOURCE		shutdowntimer.cpp
       
    36 
       
    37 //
       
    38 SOURCE		csockethandler.cpp
       
    39 SOURCE		cadvertizehandler.cpp
       
    40 SOURCE		cbasehandler.cpp
       
    41 SOURCE		cmessagehandler.cpp
       
    42 SOURCE		cqueryhandler.cpp
       
    43 SOURCE		cresponsehandler.cpp
       
    44 SOURCE		csendmessagequeue.cpp 
       
    45 SOURCE     cmdnsprobemanager.cpp cinternalmessagequeue.cpp cmdnscacheconsistencymgr.cpp
       
    46 SOURCE		CEngSettingsObserver.cpp
       
    47 
       
    48 //
       
    49 // |____________________________|
       
    50 //
       
    51 
       
    52 
       
    53 USERINCLUDE		..\inc
       
    54 USERINCLUDE		..\..\CacheManager\inc
       
    55 USERINCLUDE		..\..\client\inc
       
    56 USERINCLUDE 	..\..\common\inc
       
    57 
       
    58 
       
    59 SYSTEMINCLUDE		\epoc32\include
       
    60 SYSTEMINCLUDE		\epoc32\include\mw
       
    61 SYSTEMINCLUDE   	\epoc32\include\platform\mw
       
    62 
       
    63 LIBRARY		euser.lib
       
    64 LIBRARY		esock.lib
       
    65 LIBRARY		commdb.lib
       
    66 LIBRARY		insock.lib
       
    67 LIBRARY		charconv.lib
       
    68 LIBRARY		efsrv.lib
       
    69 LIBRARY		estor.lib
       
    70 LIBRARY		mdnscachemanager.lib
       
    71 LIBRARY		dnsparser.lib
       
    72 LIBRARY     rpnp.lib
       
    73 LIBRARY     inetprotutil.lib
       
    74 LIBRARY		ecom.lib
       
    75 LIBRARY		btengsettings.lib commsdataobjects.lib c32root.lib commsfw.lib commsdat.lib 
       
    76 
       
    77 
       
    78 MW_LAYER_SYSTEMINCLUDE
       
    79