webengine/wmlengine/group/css/css.mmp
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     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          css.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/css/src
       
    31 
       
    32 
       
    33 #ifdef _DEBUG
       
    34     #define _BROWSER_ENG_DEBUG
       
    35 #endif
       
    36 
       
    37 SOURCE	CSSBufferList.cpp
       
    38 SOURCE	CSSDeclListHandle.cpp
       
    39 SOURCE	CSSDefaultStyleSheet.cpp
       
    40 SOURCE	CSSPatternMatcher.cpp
       
    41 SOURCE	CSSProcessor.cpp
       
    42 SOURCE	CSSPropertyTable.cpp
       
    43 SOURCE	CSSPropVal.cpp
       
    44 SOURCE	CSSReader.cpp
       
    45 SOURCE	CSSRuleList.cpp
       
    46 SOURCE	CSSParser.cpp
       
    47 SOURCE	CSSTokenToInt.cpp
       
    48 SOURCE	CSSImageList.cpp
       
    49 SOURCE  CSSHandler.cpp
       
    50 SOURCE  CSSVariableStyleSheet.cpp
       
    51 
       
    52 #include  "../webkitcommon.mmpi"
       
    53 
       
    54 USERINCLUDE     .
       
    55 USERINCLUDE     ../../src/adt/include
       
    56 USERINCLUDE     ../../src/css/include
       
    57 USERINCLUDE     ../../src/htmlp/include
       
    58 USERINCLUDE     ../../src/Evt/include
       
    59 USERINCLUDE     ../../src/gdi/include
       
    60 USERINCLUDE     ../../src/hed/include
       
    61 USERINCLUDE     ../../src/markup/include
       
    62 USERINCLUDE     ../../src/fbox/include
       
    63 USERINCLUDE     ../../src/image/include
       
    64 USERINCLUDE     ../../src/lmgr/include
       
    65 USERINCLUDE     ../../src/object/include
       
    66 USERINCLUDE     ../../src/System/include
       
    67 USERINCLUDE     ../../src/text/include
       
    68 USERINCLUDE     ../../src/xhtml/include
       
    69 USERINCLUDE     ../../src/wml/src
       
    70 USERINCLUDE     ../../src/wml/include
       
    71 USERINCLUDE     ../../src/ImageCH/include
       
    72 USERINCLUDE     ../../src/MVC/include
       
    73 USERINCLUDE     ../../src/Msg/include
       
    74 USERINCLUDE     ../../src/wmlcontrol/include
       
    75 
       
    76 MW_LAYER_SYSTEMINCLUDE
       
    77 SYSTEMINCLUDE   ../../src/urlloader/include
       
    78 SYSTEMINCLUDE   ../../src/utils/include
       
    79 SYSTEMINCLUDE		../../../osswebengine/MemoryManager/Inc
       
    80 MW_LAYER_LIBC_SYSTEMINCLUDE