xml/legacyminidomparser/xmlparser/group/xmlparser.mmp
changeset 34 c7e9f1c97567
parent 0 e35f40988205
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // xmlparser.dll XML parser
       
    15 // 
       
    16 //
       
    17 /**
       
    18  @file
       
    19 */
       
    20 
       
    21 TARGET			xmlparser.dll
       
    22 TARGETTYPE			dll
       
    23 
       
    24 CAPABILITY All -TCB
       
    25 UID				0x1000008d 0x101F9118
       
    26 VENDORID 0x70000001
       
    27 
       
    28 SOURCEPATH		../SRC
       
    29 SOURCE			GMXMLComposer.cpp
       
    30 SOURCE			GMXMLEntityConverter.cpp
       
    31 SOURCE			GMXMLParser.cpp
       
    32 SOURCE			GMXMLFileDataSource.cpp
       
    33 
       
    34 USERINCLUDE		../INC ../../XMLDom/INC
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 
       
    38 
       
    39 LIBRARY			euser.lib
       
    40 LIBRARY			efsrv.lib
       
    41 LIBRARY			charconv.lib     
       
    42 LIBRARY     	bafl.lib 
       
    43 LIBRARY 		xmldom.lib
       
    44 
       
    45 #ifdef WINSCW
       
    46 DEFFILE			V2_XMLPARSER.DEF
       
    47 #else
       
    48 DEFFILE			v2_xmlparser.DEF
       
    49 #endif
       
    50 
       
    51 SOURCEPATH	../STRINGS
       
    52 START STRINGTABLE XMLEntityReferences.st
       
    53 	EXPORTPATH	/epoc32/include
       
    54 END
       
    55 SMPSAFE