zeroconf/client/group/mdnsclient.mmp
changeset 14 da856f45b798
equal deleted inserted replaced
12:78fbd574edf4 14:da856f45b798
       
     1 /*
       
     2 * Copyright (c) 2008 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 
       
    18 
       
    19 /**
       
    20 MDns specific dll that provides support for applications to create parameter bundles of
       
    21 desired type for carrying out various MDns operations like discovery,describe etc.
       
    22 */
       
    23 
       
    24 #include <comms-infras/commsdebugutility.mmh>
       
    25 
       
    26 TARGET mdnsclient.dll
       
    27 TARGETTYPE PLUGIN
       
    28 CAPABILITY ALL -TCB
       
    29 
       
    30 UID 0x10009D8D 0x2000D066   //0x2000D05D
       
    31 VENDORID 0x70000001
       
    32 
       
    33 
       
    34 
       
    35 SOURCEPATH ../src
       
    36 SOURCE  ecom_impl.cpp
       
    37 SOURCE  mdnsparamsextfactory.cpp
       
    38 SOURCE 	cmdnsquerypublishnotifier.cpp 
       
    39 SOURCE  cmdnsclient.cpp  
       
    40 SOURCE  cmdnsregisternotifier.cpp
       
    41 SOURCE  cmdnspnpservicepublisher.cpp
       
    42 SOURCE  cpnpservicediscovery.cpp
       
    43 DEFFILE mdnsclient.def
       
    44 
       
    45 START RESOURCE 2000D066.rss
       
    46 TARGET mdnsclient.rsc
       
    47 END
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE /epoc32/include
       
    51 SYSTEMINCLUDE /epoc32/include/mdns
       
    52 
       
    53 USERINCLUDE ../inc
       
    54 USERINCLUDE ../../common/inc
       
    55 
       
    56 
       
    57 LIBRARY esock.lib 
       
    58 LIBRARY	netmeta.lib
       
    59 LIBRARY euser.lib
       
    60 LIBRARY	commsdataobjects.lib
       
    61 LIBRARY efsrv.lib
       
    62 LIBRARY c32root.lib
       
    63 LIBRARY commsfw.lib
       
    64 LIBRARY	commsdat.lib
       
    65 LIBRARY insock.lib 
       
    66 LIBRARY estor.lib 
       
    67 LIBRARY charconv.lib 
       
    68 LIBRARY rpnp.lib 
       
    69 LIBRARY esocksvr.lib 
       
    70 
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 
       
    76 
       
    77