--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/zeroconf/client/group/mdnsclient.mmp Thu Jun 24 19:09:47 2010 +0530
@@ -0,0 +1,77 @@
+/*
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+
+/**
+MDns specific dll that provides support for applications to create parameter bundles of
+desired type for carrying out various MDns operations like discovery,describe etc.
+*/
+
+#include <comms-infras/commsdebugutility.mmh>
+
+TARGET mdnsclient.dll
+TARGETTYPE PLUGIN
+CAPABILITY ALL -TCB
+
+UID 0x10009D8D 0x2000D066 //0x2000D05D
+VENDORID 0x70000001
+
+
+
+SOURCEPATH ../src
+SOURCE ecom_impl.cpp
+SOURCE mdnsparamsextfactory.cpp
+SOURCE cmdnsquerypublishnotifier.cpp
+SOURCE cmdnsclient.cpp
+SOURCE cmdnsregisternotifier.cpp
+SOURCE cmdnspnpservicepublisher.cpp
+SOURCE cpnpservicediscovery.cpp
+DEFFILE mdnsclient.def
+
+START RESOURCE 2000D066.rss
+TARGET mdnsclient.rsc
+END
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE /epoc32/include
+SYSTEMINCLUDE /epoc32/include/mdns
+
+USERINCLUDE ../inc
+USERINCLUDE ../../common/inc
+
+
+LIBRARY esock.lib
+LIBRARY netmeta.lib
+LIBRARY euser.lib
+LIBRARY commsdataobjects.lib
+LIBRARY efsrv.lib
+LIBRARY c32root.lib
+LIBRARY commsfw.lib
+LIBRARY commsdat.lib
+LIBRARY insock.lib
+LIBRARY estor.lib
+LIBRARY charconv.lib
+LIBRARY rpnp.lib
+LIBRARY esocksvr.lib
+
+
+
+
+
+
+
+