equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 1998-2009 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 "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 * fntstr.dll Font store |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET fntstr_fmm.dll |
|
25 CAPABILITY All -Tcb |
|
26 TARGETTYPE dll |
|
27 |
|
28 UID 0x1000008d 0x10003b1a |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 // This option turns off any warnings in the CW build |
|
32 // This is a temp workaround until a better solution is found |
|
33 // for 2 warnings that appear when building fntstore.cpp |
|
34 // Remove this option when making any changes to this component |
|
35 // to avoid overlooking any new warnings. |
|
36 // MAY BE NEEDED IN THE FUTURE |
|
37 // OPTION CW -w off |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../../../graphics/fbs/fontandbitmapserver/inc |
|
41 |
|
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
|
44 SOURCEPATH ../src |
|
45 |
|
46 SOURCE FNTBODY.CPP |
|
47 SOURCE FNTSTORE.CPP |
|
48 SOURCE FNTUTIL.CPP |
|
49 SOURCE OPENFONT.CPP |
|
50 SOURCE ShaperCache.CPP |
|
51 SOURCE linkedfonts.cpp |
|
52 SOURCE patchableconstants.cpp |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY efsrv.lib |
|
56 LIBRARY estor.lib |
|
57 LIBRARY gdi.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY fbscli.lib |
|
60 LIBRARY hal.lib |
|
61 |
|
62 #ifdef WINSCW |
|
63 DEFFILE FNTSTR2.DEF |
|
64 #else |
|
65 DEFFILE fntstr2.def |
|
66 #endif |
|
67 |
|
68 START WINS |
|
69 BASEADDRESS 0x41700000 |
|
70 END |
|
71 |
|
72 MACRO KMaxGlyphCacheMemory=32768 |
|
73 MACRO FNTSTORE_SUPPORT_FMM |
|
74 UNPAGED |
|
75 |
|
76 |
|
77 SMPSAFE |
|