|
1 /* |
|
2 * Copyright (c) 2007-2008 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 for removing MTMs |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 #include "../../../inc/fsmtmsuids.h" |
|
21 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
22 |
|
23 TARGET fsremovemtm.exe |
|
24 TARGETTYPE exe |
|
25 TARGETPATH /sys/bin |
|
26 UID KUidEPOCApp KUidFsMtmRemove |
|
27 CAPABILITY CAP_APPLICATION PowerMgmt |
|
28 |
|
29 VERSION KEmailBinaryVersionNumber |
|
30 KEmailBinaryDemandPaging |
|
31 |
|
32 SOURCEPATH . |
|
33 SOURCE ../src/fsremovemtm.cpp |
|
34 |
|
35 USERINCLUDE ../../../../inc |
|
36 |
|
37 USERINCLUDE ../../inc |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 USERINCLUDE ../../../../../../inc |
|
42 |
|
43 #if 0 // With this fsremoremtm will appear in Install folder for testing purpose |
|
44 START RESOURCE ../data/fsremovemtm_reg.rss |
|
45 #ifdef WINSCW |
|
46 TARGETPATH /private/10003a3f/apps |
|
47 #else |
|
48 TARGETPATH /private/10003a3f/import/apps |
|
49 #endif |
|
50 END |
|
51 #endif |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY msgs.lib |
|
55 LIBRARY estor.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY CentralRepository.lib |
|
58 LIBRARY flogger.lib |
|
59 LIBRARY apgrfx.lib |
|
60 LIBRARY ws32.lib |
|
61 LIBRARY featmgr.lib // RFeatureControl |
|
62 LIBRARY centralrepository.lib |
|
63 LIBRARY cmaillogger.lib |