|
1 /* |
|
2 * Copyright (c) 2004-2007 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <bldvariant.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 #include "../../inc/logdef.h" |
|
24 #include "../inc/imageprintserveruid.h" |
|
25 |
|
26 TARGET imageprintserver.exe |
|
27 TARGETTYPE exe |
|
28 CAPABILITY CAP_SERVER |
|
29 |
|
30 UID 0x1000008D KIMAGEPRINTSERVERUID3 |
|
31 EPOCSTACKSIZE 0x4000 |
|
32 EPOCHEAPSIZE 0x1000 0x1000000 |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 USERINCLUDE . ../inc ../src/server ../src/client |
|
37 USERINCLUDE ../../ImagePrintLibrary/inc |
|
38 USERINCLUDE ../../inc |
|
39 USERINCLUDE ../../../clog/inc |
|
40 |
|
41 SOURCEPATH ../src/server |
|
42 |
|
43 SOURCE main.cpp |
|
44 SOURCE cimageprintserver.cpp |
|
45 SOURCE cimageprintsession.cpp |
|
46 SOURCE cprotocolsloader.cpp |
|
47 SOURCE cimageprintbody.cpp |
|
48 SOURCE crsimageparser.cpp |
|
49 SOURCE cserveridleguard.cpp |
|
50 SOURCE cserverdiscoveryguard.cpp |
|
51 SOURCE cserverjobguard.cpp |
|
52 SOURCE cimageprintscheduler.cpp |
|
53 SOURCE cnumofcopies.cpp |
|
54 SOURCE tmessagewrp2.cpp |
|
55 |
|
56 STATICLIBRARY clog.lib |
|
57 DEBUGLIBRARY flogger.lib |
|
58 |
|
59 LIBRARY euser.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY fbscli.lib |
|
62 LIBRARY ecom.lib |
|
63 LIBRARY centralrepository.lib |
|
64 LIBRARY usbman.lib |
|
65 LIBRARY usbwatcher.lib |
|
66 |
|
67 // End of File |