|
1 /* |
|
2 * Copyright (c) 2006-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: Project definition file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include "../../inc/thumbnailmanageruids.hrh" |
|
22 |
|
23 VERSION 10.0 |
|
24 TARGET thumbagdaemon.exe |
|
25 TARGETTYPE EXE |
|
26 UID 0x0 THUMBAGDAEMON_UID |
|
27 |
|
28 #ifdef WINSCW |
|
29 EPOCHEAPSIZE 4096 0x200000 // heap 2MB |
|
30 #else |
|
31 EPOCHEAPSIZE 4096 0x800000 // max heap 8MB |
|
32 #endif |
|
33 |
|
34 CAPABILITY ALL -AllFiles -DRM -TCB |
|
35 VENDORID VID_DEFAULT |
|
36 |
|
37 EPOCPROCESSPRIORITY background |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE thumbagdaemon.cpp |
|
41 SOURCE thumbagprocessor.cpp |
|
42 SOURCE ../../thumbnailserver/src/tmshutdownobserver.cpp |
|
43 SOURCE thumbagformatobserver.cpp |
|
44 |
|
45 // Default system include paths for middleware layer modules. |
|
46 MW_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 USERINCLUDE ../inc |
|
49 USERINCLUDE ../../inc |
|
50 USERINCLUDE ../../thumbnailserver/inc |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY mdeclient.lib |
|
54 LIBRARY thumbnailmanager.lib |
|
55 LIBRARY centralrepository.lib |
|
56 LIBRARY harvesterclient.lib |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY mpxcollectionhelper.lib mpxcollectionutility.lib mpxcommon.lib |
|
59 |
|
60 DEBUGLIBRARY flogger.lib |
|
61 |
|
62 PAGED |
|
63 BYTEPAIRCOMPRESSTARGET |
|
64 |
|
65 // End of File |
|
66 |
|
67 |