--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/zeroconf/dnsparser/group/dnsparser.mmp Thu Jun 24 19:09:47 2010 +0530
@@ -0,0 +1,51 @@
+/*
+* Copyright (c) 2009 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:
+*
+*/
+
+
+
+
+TARGET dnsparser.dll
+TARGETTYPE dll
+UID 0x1000008d 0x01827777
+
+CAPABILITY ALL -TCB
+
+SOURCEPATH ../src
+SOURCE cdnsmessagecomposerparser.cpp
+SOURCE cdnsmessage.cpp
+SOURCE cdnssection.cpp
+SOURCE cdnsresourcedata.cpp
+SOURCE cdnsquestion.cpp
+SOURCE crdtypea.cpp
+SOURCE crdtypesrv.cpp
+SOURCE crdtypeptr.cpp
+SOURCE crdtypetxt.cpp
+SOURCE cdnspacket.cpp
+SOURCE cstringparser.cpp cdnsmsgbuf.cpp
+
+USERINCLUDE ../inc
+SYSTEMINCLUDE /epoc32/include
+
+LIBRARY euser.lib
+LIBRARY esock.lib
+LIBRARY insock.lib
+
+MW_LAYER_SYSTEMINCLUDE
+
+#include <comms-infras/commsdebugutility.mmh>
+
+