xml/cxmllibrary/group/cXmlParser.mmp
changeset 36 172b09aa4eb6
parent 34 c7e9f1c97567
equal deleted inserted replaced
34:c7e9f1c97567 36:172b09aa4eb6
     1 /*
       
     2 * Copyright (c) 1997-2003 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 the License "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 #include <platform_paths.hrh>
       
    19 TARGET          cXmlParser.dll
       
    20 TARGETTYPE      dll
       
    21 
       
    22 
       
    23 
       
    24 #if defined(ARMCC)
       
    25 UID	0x1000008D 	0x101F8710
       
    26 deffile eabi/CXMLPARSER.DEF
       
    27 #elif defined( WINSCW )
       
    28 deffile BWINSCW/CXMLPARSER.DEF
       
    29 #elif defined( WINS )
       
    30 deffile Bwins/cXmlParser.def
       
    31 #else
       
    32 deffile bmarm/CXMLPARSER.DEF
       
    33 #endif
       
    34 
       
    35 CAPABILITY CAP_GENERAL_DLL
       
    36 VENDORID        VID_DEFAULT
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 SOURCE	dom/src/attribute.c
       
    41 SOURCE	dom/src/document.c
       
    42 SOURCE	dom/src/element.c
       
    43 SOURCE	dom/src/node.c
       
    44 SOURCE	dom/src/text.c
       
    45 SOURCE	dom/src/wbxml_types.c
       
    46 SOURCE	string/src/char.c
       
    47 SOURCE	string/src/string.c
       
    48 SOURCE	tinydom/src/tiny_dom.c
       
    49 SOURCE	tinydom/src/tiny_dom_utils.c
       
    50 SOURCE	tinydom/src/tiny_dom_write.c
       
    51 SOURCE	tinytree/src/EBuffer.c
       
    52 SOURCE	tinytree/src/tree.c
       
    53 SOURCE	tinytree/src/TreeVector.c
       
    54 SOURCE	wbxmlp/src/dictionary.c
       
    55 SOURCE	wbxmlp/src/DictionaryContext.cpp
       
    56 SOURCE	wbxmlp/src/doc.c
       
    57 SOURCE	wbxmlp/src/opaque.c
       
    58 SOURCE	wbxmlp/src/parse_buffer.c
       
    59 SOURCE	wbxmlp/src/parse_logic.cpp
       
    60 SOURCE	xmlp/src/Xmlp2Wbxml.c
       
    61 SOURCE	xmlp/src/XMLParser.cpp
       
    62 SOURCE	xmlp/src/XMLReader.c
       
    63 SOURCE  xmlp/src/XmlpIntEntity.cpp
       
    64 SOURCE  xmlp/src/XmlpEntity.cpp
       
    65 SOURCE	encoder/src/domencoder.c
       
    66 SOURCE	encoder/src/StringTable.c
       
    67 SOURCE	encoder/src/tinydom2wbxml.c
       
    68 SOURCE	encoder/src/WBXMLWriter.cpp
       
    69 SOURCE  utils/src/cxml_mem.c
       
    70 SOURCE  utils/src/cxml_vector.c
       
    71 SOURCE  utils/src/cxml_str.c
       
    72 SOURCE  utils/src/E32XMLParserDllEntryPoint.cpp
       
    73 SOURCE  utils/src/cxml_file_if.cpp
       
    74 
       
    75 
       
    76 
       
    77 
       
    78 #if defined(WINS)
       
    79   #ifndef WINSCW
       
    80     SOURCE  utils/src/cxml_assert.c
       
    81   #endif
       
    82 #endif
       
    83 
       
    84 USERINCLUDE     ../src/dom/include
       
    85 USERINCLUDE     ../src/encoder/include
       
    86 USERINCLUDE     ../src/xmlp/include
       
    87 USERINCLUDE     ../src/wbxmlp/include
       
    88 USERINCLUDE     ../src/string/include
       
    89 USERINCLUDE     ../src/tinydom/include
       
    90 USERINCLUDE     ../src/tinytree/include
       
    91 USERINCLUDE     ../src/utils/include
       
    92 
       
    93 
       
    94 // ===================================
       
    95 
       
    96 
       
    97 OS_LAYER_SYSTEMINCLUDE
       
    98 SYSTEMINCLUDE /epoc32/include/libc
       
    99 
       
   100 
       
   101 // Symbian OS libraries
       
   102 //#if defined (WINS)
       
   103 //LIBRARY    edll.lib
       
   104 //#endif
       
   105 LIBRARY    estlib.lib
       
   106 LIBRARY    euser.lib
       
   107 LIBRARY	   efsrv.lib 
       
   108 
       
   109 /*#if defined(WINS)
       
   110 #define FEATURE_MEMORY_PROFILE
       
   111 #endif
       
   112 
       
   113 #if defined(FEATURE_MEMORY_PROFILE)
       
   114 LIBRARY	   browserengine.lib
       
   115 #endif */
       
   116 //LIBRARY	   featmgr.lib
       
   117 //DEBUGLIBRARY    flogger.lib
       
   118