webengine/wmlengine/group/css/css.mmp
branchRCL_3
changeset 49 919f36ff910f
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
       
     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  "../webkitcommon.mmpi"
       
    19 
       
    20 TARGET          css.lib
       
    21 TARGETTYPE      lib
       
    22 
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 MACRO NOKIA_MOBILE_BROWSER
       
    27 #define NOKIA_MOBILE_BROWSER 1
       
    28 
       
    29 SOURCEPATH      ../../src/css/src
       
    30 
       
    31 #ifdef _DEBUG
       
    32     #define _BROWSER_ENG_DEBUG
       
    33 #endif
       
    34 
       
    35 SOURCE	CSSBufferList.cpp
       
    36 SOURCE	CSSDeclListHandle.cpp
       
    37 SOURCE	CSSDefaultStyleSheet.cpp
       
    38 SOURCE	CSSPatternMatcher.cpp
       
    39 SOURCE	CSSProcessor.cpp
       
    40 SOURCE	CSSPropertyTable.cpp
       
    41 SOURCE	CSSPropVal.cpp
       
    42 SOURCE	CSSReader.cpp
       
    43 SOURCE	CSSRuleList.cpp
       
    44 SOURCE	CSSParser.cpp
       
    45 SOURCE	CSSTokenToInt.cpp
       
    46 SOURCE	CSSImageList.cpp
       
    47 SOURCE  CSSHandler.cpp
       
    48 SOURCE  CSSVariableStyleSheet.cpp
       
    49