webengine/wmlengine/group/markup/markup.mmp
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 1997-2001 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 #include <platform/mw/Browser_platform_variant.hrh>
       
    20 
       
    21 TARGET          markup.lib
       
    22 TARGETTYPE      lib
       
    23 
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 MACRO NOKIA_MOBILE_BROWSER
       
    28 #define NOKIA_MOBILE_BROWSER 1
       
    29 
       
    30 SOURCEPATH      ../../src/markup/src/
       
    31 
       
    32 SOURCE MARKUPElementHandler.cpp
       
    33 SOURCE MARKUPModule.cpp
       
    34 SOURCE MARKUPWBXMLModule.cpp
       
    35 SOURCE MARKUPWmlValidator.cpp
       
    36 SOURCE MARKUPXMLModule.cpp
       
    37 SOURCE MARKUPNumberCollector.cpp
       
    38 SOURCE MARKUPImageViewer.cpp
       
    39 
       
    40 #include  "../webkitcommon.mmpi"
       
    41 
       
    42 USERINCLUDE     ../../src/adt/include
       
    43 USERINCLUDE     ../../src/Evt/include
       
    44 USERINCLUDE     ../../src/htmlp/include
       
    45 USERINCLUDE     ../../src/fbox/include
       
    46 USERINCLUDE     ../../src/gdi/include
       
    47 USERINCLUDE     ../../src/hed/include
       
    48 USERINCLUDE     ../../src/imageCH/include
       
    49 USERINCLUDE     ../../src/image/include
       
    50 USERINCLUDE     ../../src/lmgr/include
       
    51 USERINCLUDE     ../../src/markup/include
       
    52 USERINCLUDE     ../../src/object/include
       
    53 USERINCLUDE     ../../src/scrolling/inc
       
    54 USERINCLUDE     ../../src/system/include
       
    55 USERINCLUDE     ../../src/text/include
       
    56 USERINCLUDE     ../../src/wmlscriptch/include
       
    57 USERINCLUDE     ../../src/wml/src
       
    58 USERINCLUDE     ../../src/wml/include
       
    59 USERINCLUDE     ../../src/mvc/include
       
    60 USERINCLUDE     ../../src/msg/include
       
    61 
       
    62 
       
    63 SYSTEMINCLUDE   ../../src/urlloader/include
       
    64 SYSTEMINCLUDE   ../../src/utils/include
       
    65 MW_LAYER_SYSTEMINCLUDE
       
    66 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    67