browserutilities/xmlparser/group/XMLInterface.mmp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    14 * Description:  ?Description
    14 * Description:  ?Description
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    19 #include <platform/mw/browser_platform_variant.hrh>
    19 #include <platform/mw/Browser_platform_variant.hrh>
    20 
    20 
    21 TARGET          XMLInterface.dll
    21 TARGET          XMLInterface.dll
    22 TARGETTYPE      dll
    22 TARGETTYPE      dll
    23 UID             0x1000008d 0x101F9750
    23 UID             0x1000008d 0x101F9750
       
    24 //TARGETPATH      ?target_path
    24 
    25 
    25 VENDORID VID_DEFAULT
    26 VENDORID VID_DEFAULT
    26 
    27 
    27 #if defined(ARMCC)
    28 #if defined(ARMCC)
    28 DEFFILE ../eabi/xmlinterface.def
    29 DEFFILE ../eabi/xmlinterface.def
    37 SOURCEPATH 	../SRC	
    38 SOURCEPATH 	../SRC	
    38 SOURCE          RXMLReader.cpp
    39 SOURCE          RXMLReader.cpp
    39 SOURCE          wml_1_3_dict.c
    40 SOURCE          wml_1_3_dict.c
    40 SOURCE          syncml_1_0_dict.c
    41 SOURCE          syncml_1_0_dict.c
    41 SOURCE          xhtml_1_0_dict.c
    42 SOURCE          xhtml_1_0_dict.c
    42 SOURCE		      sl_dict.c
    43 SOURCE		sl_dict.c
    43 SOURCE          CXMLReader.cpp
    44 SOURCE          CXMLReader.cpp
    44 SOURCE          CXMLAttributes.cpp
    45 SOURCE          CXMLAttributes.cpp
    45 SOURCE          CXMLObserver.cpp
    46 SOURCE          CXMLObserver.cpp
    46 
    47 
       
    48 // RESOURCE        resource_file
       
    49 // RESOURCE        resource_file2
       
    50 
    47 USERINCLUDE     ../INC
    51 USERINCLUDE     ../INC
    48 
    52 
    49 MW_LAYER_SYSTEMINCLUDE
    53 MW_LAYER_SYSTEMINCLUDE
    50 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    54 MW_LAYER_LIBC_SYSTEMINCLUDE
    51 
    55 
    52 CAPABILITY 	CAP_GENERAL_DLL
    56 CAPABILITY 	CAP_GENERAL_DLL
    53 
    57 
    54 LIBRARY   efsrv.lib
    58 LIBRARY         efsrv.lib
    55 LIBRARY		euser.lib
    59 LIBRARY		euser.lib
    56 LIBRARY		bafl.lib
    60 LIBRARY		bafl.lib
    57 LIBRARY		charconv.lib 
    61 LIBRARY		charconv.lib 
    58 LIBRARY		cxmlparser.lib
    62 LIBRARY		cxmlparser.lib
    59 
    63 
    82 SOURCE       ?color_depth ?source_bitmap
    86 SOURCE       ?color_depth ?source_bitmap
    83 END
    87 END
    84 */
    88 */
    85 // DEFFILE ?filename
    89 // DEFFILE ?filename
    86 // AIF ?filename
    90 // AIF ?filename
    87