|
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 unicode.lib |
|
22 TARGETTYPE lib |
|
23 SOURCEPATH ../../src/Unicode/src/ |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 MACRO NOKIA_MOBILE_BROWSER |
|
29 #define NOKIA_MOBILE_BROWSER 1 |
|
30 |
|
31 SOURCE NW_Unicode_Category.c |
|
32 SOURCE NW_Unicode_LetterLowercase.c |
|
33 SOURCE NW_Unicode_LetterModifier.c |
|
34 SOURCE NW_Unicode_LetterOther.c |
|
35 SOURCE NW_Unicode_LetterChina.c |
|
36 SOURCE NW_Unicode_LetterThai.c |
|
37 SOURCE NW_Unicode_LetterJapan.c |
|
38 SOURCE NW_Unicode_LetterTitlecase.c |
|
39 SOURCE NW_Unicode_LetterUppercase.c |
|
40 SOURCE NW_Unicode_MarkEnclosing.c |
|
41 SOURCE NW_Unicode_MarkNonSpacing.c |
|
42 SOURCE NW_Unicode_MarkSpacingCombining.c |
|
43 SOURCE NW_Unicode_NumberDecimalDigit.c |
|
44 SOURCE NW_Unicode_NumberLetter.c |
|
45 SOURCE NW_Unicode_NumberOther.c |
|
46 SOURCE NW_Unicode_OtherControl.c |
|
47 SOURCE NW_Unicode_OtherFormat.c |
|
48 SOURCE NW_Unicode_OtherNotAssigned.c |
|
49 SOURCE NW_Unicode_OtherPrivateUse.c |
|
50 SOURCE NW_Unicode_OtherSurrogate.c |
|
51 SOURCE NW_Unicode_PunctuationClose.c |
|
52 SOURCE NW_Unicode_PunctuationConnector.c |
|
53 SOURCE NW_Unicode_PunctuationDash.c |
|
54 SOURCE NW_Unicode_PunctuationFinal.c |
|
55 SOURCE NW_Unicode_PunctuationInitial.c |
|
56 SOURCE NW_Unicode_PunctuationOpen.c |
|
57 SOURCE NW_Unicode_PunctuationOther.c |
|
58 SOURCE NW_Unicode_SeparatorLine.c |
|
59 SOURCE NW_Unicode_SeparatorParagraph.c |
|
60 SOURCE NW_Unicode_SeparatorSpace.c |
|
61 SOURCE NW_Unicode_SymbolCurrency.c |
|
62 SOURCE NW_Unicode_SymbolMath.c |
|
63 SOURCE NW_Unicode_SymbolModifier.c |
|
64 SOURCE NW_Unicode_SymbolOther.c |
|
65 |
|
66 USERINCLUDE . |
|
67 USERINCLUDE ../../src/adt/include |
|
68 USERINCLUDE ../../src/evt/include |
|
69 USERINCLUDE ../../src/fbox/include |
|
70 USERINCLUDE ../../src/gdi/include |
|
71 USERINCLUDE ../../src/hed/include |
|
72 USERINCLUDE ../../src/image/include |
|
73 USERINCLUDE ../../src/lmgr/include |
|
74 USERINCLUDE ../../src/object/include |
|
75 USERINCLUDE ../../src/text/include |
|
76 USERINCLUDE ../../src/Unicode/include |
|
77 USERINCLUDE ../../src/utils/include |
|
78 USERINCLUDE ../../src/wml/src |
|
79 USERINCLUDE ../../src/wml/include |
|
80 SYSTEMINCLUDE ../../src/urlloader/include |
|
81 SYSTEMINCLUDE ../../src/utils/include |
|
82 SYSTEMINCLUDE ../../src/utils/src |
|
83 MW_LAYER_SYSTEMINCLUDE |
|
84 MW_LAYER_LIBC_SYSTEMINCLUDE |