xdmprotocols/XdmXmlParser/group/XdmXmlParser.mmp
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
child 23 77cb48a03620
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
       
     1 /*
       
     2 * Copyright (c) 2005 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:   XdmXmlParser
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                          xdmxmlparser.dll
       
    23 TARGETTYPE                      dll
       
    24 UID                             0x1000008d 0x10207412
       
    25 CAPABILITY                      CAP_GENERAL_DLL
       
    26 VENDORID                        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH                      ../src
       
    29 
       
    30 USERINCLUDE                     ../inc
       
    31 USERINCLUDE                     ../../inc
       
    32 
       
    33 //Application classes
       
    34 SOURCE                          XdmXmlParser.cpp
       
    35 SOURCE                          XmlFormatter.cpp
       
    36 SOURCE                          XmlParserNodePath.cpp
       
    37 SOURCE                          XdmXmlContentHandler.cpp
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE                   /epoc32/include/xml
       
    41 SYSTEMINCLUDE                   ../../../inc
       
    42 
       
    43 
       
    44 LIBRARY                         hal.lib
       
    45 LIBRARY                         bafl.lib
       
    46 LIBRARY                         efsrv.lib
       
    47 LIBRARY                         euser.lib
       
    48 //For debug libraries
       
    49 DEBUGLIBRARY                    flogger.lib
       
    50 LIBRARY                         xdmengine.lib
       
    51 LIBRARY                         xmlframework.lib
       
    52 
       
    53 #if defined( ARMCC )
       
    54     DEFFILE ../eabi/ 
       
    55 #elif defined ( WINSCW )
       
    56     deffile ../bwinscw/ 
       
    57 #elif defined (WINS )
       
    58     deffile ../BWINS/ 
       
    59 #endif