zeroconf/dnsparser/group/dnsparser.mmp
changeset 14 da856f45b798
equal deleted inserted replaced
12:78fbd574edf4 14:da856f45b798
       
     1 /*
       
     2 * Copyright (c) 2009 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 
       
    21 TARGET        dnsparser.dll
       
    22 TARGETTYPE    dll
       
    23 UID           0x1000008d 0x01827777
       
    24 
       
    25 CAPABILITY     ALL -TCB
       
    26 
       
    27 SOURCEPATH     ../src
       
    28 SOURCE         cdnsmessagecomposerparser.cpp
       
    29 SOURCE         cdnsmessage.cpp
       
    30 SOURCE         cdnssection.cpp
       
    31 SOURCE         cdnsresourcedata.cpp
       
    32 SOURCE         cdnsquestion.cpp
       
    33 SOURCE         crdtypea.cpp
       
    34 SOURCE         crdtypesrv.cpp
       
    35 SOURCE         crdtypeptr.cpp
       
    36 SOURCE         crdtypetxt.cpp
       
    37 SOURCE         cdnspacket.cpp 
       
    38 SOURCE         cstringparser.cpp cdnsmsgbuf.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 SYSTEMINCLUDE   /epoc32/include
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY		    esock.lib
       
    45 LIBRARY		    insock.lib
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 #include <comms-infras/commsdebugutility.mmh> 
       
    50 
       
    51