equal
deleted
inserted
replaced
|
1 // server.mmp |
|
2 // |
|
3 // Copyright (c) 2006 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 TARGET cloggerserver.exe |
|
16 TARGETTYPE exe |
|
17 EPOCHEAPSIZE 0x1000 0x400000 // 4kB - 4MB |
|
18 |
|
19 UID 0x0 FSHELL_UID_CLOGGERSERVER |
|
20 |
|
21 SOURCEPATH ..\src |
|
22 SOURCE SensibleServer.cpp |
|
23 SOURCE CloggerServer.cpp |
|
24 SOURCE MiscServer.cpp |
|
25 SOURCE SessionWriter.cpp |
|
26 |
|
27 USERINCLUDE ..\inc |
|
28 #include <fshell/fsh_system_include.mmh> |
|
29 USERINCLUDE ..\debugrouter |
|
30 |
|
31 LIBRARY euser.lib efsrv.lib bafl.lib hal.lib |
|
32 LIBRARY centralrepository.lib |
|
33 LIBRARY estor.lib |
|
34 #ifdef FSHELL_EZLIB_SUPPORT |
|
35 LIBRARY ezlib.lib |
|
36 #endif |
|
37 LIBRARY ltkutils.lib |