webengine/wmlengine/group/Unicode/Unicode.mmp
branchRCL_3
changeset 94 919f36ff910f
equal deleted inserted replaced
93:79859ed3eea9 94: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          unicode.lib
       
    21 TARGETTYPE      lib
       
    22 SOURCEPATH      ../../src/Unicode/src/
       
    23 
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 MACRO NOKIA_MOBILE_BROWSER
       
    28 #define NOKIA_MOBILE_BROWSER 1
       
    29 
       
    30 SOURCE	NW_Unicode_Category.c
       
    31 SOURCE	NW_Unicode_LetterLowercase.c
       
    32 SOURCE	NW_Unicode_LetterModifier.c
       
    33 SOURCE	NW_Unicode_LetterOther.c
       
    34 SOURCE  NW_Unicode_LetterChina.c
       
    35 SOURCE  NW_Unicode_LetterThai.c
       
    36 SOURCE  NW_Unicode_LetterJapan.c
       
    37 SOURCE	NW_Unicode_LetterTitlecase.c
       
    38 SOURCE	NW_Unicode_LetterUppercase.c
       
    39 SOURCE	NW_Unicode_MarkEnclosing.c
       
    40 SOURCE	NW_Unicode_MarkNonSpacing.c
       
    41 SOURCE	NW_Unicode_MarkSpacingCombining.c
       
    42 SOURCE	NW_Unicode_NumberDecimalDigit.c
       
    43 SOURCE	NW_Unicode_NumberLetter.c
       
    44 SOURCE	NW_Unicode_NumberOther.c
       
    45 SOURCE	NW_Unicode_OtherControl.c
       
    46 SOURCE	NW_Unicode_OtherFormat.c
       
    47 SOURCE	NW_Unicode_OtherNotAssigned.c
       
    48 SOURCE	NW_Unicode_OtherPrivateUse.c
       
    49 SOURCE	NW_Unicode_OtherSurrogate.c
       
    50 SOURCE	NW_Unicode_PunctuationClose.c
       
    51 SOURCE	NW_Unicode_PunctuationConnector.c
       
    52 SOURCE	NW_Unicode_PunctuationDash.c
       
    53 SOURCE	NW_Unicode_PunctuationFinal.c
       
    54 SOURCE	NW_Unicode_PunctuationInitial.c
       
    55 SOURCE	NW_Unicode_PunctuationOpen.c
       
    56 SOURCE	NW_Unicode_PunctuationOther.c
       
    57 SOURCE	NW_Unicode_SeparatorLine.c
       
    58 SOURCE	NW_Unicode_SeparatorParagraph.c
       
    59 SOURCE	NW_Unicode_SeparatorSpace.c
       
    60 SOURCE	NW_Unicode_SymbolCurrency.c
       
    61 SOURCE	NW_Unicode_SymbolMath.c
       
    62 SOURCE	NW_Unicode_SymbolModifier.c
       
    63 SOURCE	NW_Unicode_SymbolOther.c