messagingappbase/smilengine/xhtml/group/xhtml.mmp
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2007 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:   xhtml.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET			xhtmlparser.dll
       
    23 TARGETTYPE		dll
       
    24 UID			    0x1000008d 0x102072E3
       
    25 VERSION 		10.0
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 PAGED
       
    29 
       
    30 SOURCEPATH		../src
       
    31 SOURCE			xhtmlstack.cpp
       
    32 SOURCE			xhtmlparser.cpp
       
    33 SOURCE			xhtmlfontspecs.cpp
       
    34 SOURCE			xhtmlhyperlink.cpp
       
    35 SOURCE			xhtmlstackmanager.cpp
       
    36 SOURCE			xhtmlentityconverter.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 SYSTEMINCLUDE   ../../../../inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         gdi.lib
       
    45 LIBRARY         etext.lib 
       
    46 LIBRARY         cone.lib
       
    47 LIBRARY         eikcore.lib 
       
    48 LIBRARY         egul.lib 
       
    49 LIBRARY         xmldom.lib
       
    50 LIBRARY         xmlparser.lib
       
    51 LIBRARY         bafl.lib
       
    52 LIBRARY         efsrv.lib
       
    53 LIBRARY         avkon.lib         
       
    54 DEBUGLIBRARY    flogger.lib 
       
    55 
       
    56 #if defined(ARMCC)
       
    57 DEFFILE ../eabi/xhtmlparser.def
       
    58 #elif defined(WINSCW)
       
    59 DEFFILE ../bwinscw/xhtmlparser.def
       
    60 #elif defined(WINS)
       
    61 DEFFILE       ./wins.def
       
    62 #else
       
    63 DEFFILE      ./marm.def
       
    64 #endif