equal
deleted
inserted
replaced
|
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // fbserv.exe Font & Bitmap server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 // Default stack size(8K) is too small and causes stack overflow |
|
23 // in the hardware test udeb |
|
24 EPOCSTACKSIZE 16384 |
|
25 EPOCHEAPSIZE 0x10000 0x200000 |
|
26 |
|
27 target fbserv.exe |
|
28 |
|
29 EPOCFIXEDPROCESS |
|
30 CAPABILITY ProtServ |
|
31 targettype exexp |
|
32 |
|
33 uid 0x1000008C 0x10003A16 |
|
34 VENDORID 0x70000001 |
|
35 |
|
36 userinclude ../inc |
|
37 userinclude ../sfbs |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
41 |
|
42 sourcepath ../sfbs |
|
43 |
|
44 source FBSCLI.CPP |
|
45 source FBSMAIN.CPP |
|
46 source FBSTOP.CPP |
|
47 source BackGroundCompression.CPP |
|
48 source SERVER.CPP |
|
49 source FBSMBMC.CPP |
|
50 source ShiftedFileStore.cpp |
|
51 source HASHMAP.CPP |
|
52 source patchableconstants.cpp |
|
53 |
|
54 library euser.lib |
|
55 library efsrv.lib |
|
56 library gdi.lib |
|
57 library fntstr.lib |
|
58 library fbscli.lib |
|
59 library estor.lib |
|
60 library ecom.lib |
|
61 library hal.lib |
|
62 |
|
63 start wins |
|
64 baseaddress 0x41500000 |
|
65 end |
|
66 |
|
67 deffile fbserv.def |
|
68 |
|
69 MACRO KFBSERVInitialHeapSize=0x10000 |
|
70 MACRO KFBSERVHeapGrowByMultiplier=4 |
|
71 MACRO KFBSERVSharedBitmapHashTableSizeInBits=12 |
|
72 UNPAGEDCODE //Configure data paging via fbserv.iby. |
|
73 |
|
74 |
|
75 SMPSAFE |