equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 TARGET hsrunningappmonitor.exe |
|
18 TARGETTYPE exe |
|
19 UID 0 0x200267B0 |
|
20 |
|
21 SYSTEMINCLUDE /epoc32/include |
|
22 |
|
23 USERINCLUDE ../inc |
|
24 USERINCLUDE ../../inc |
|
25 USERINCLUDE ../../utils/inc |
|
26 SYSTEMINCLUDE /epoc32/include |
|
27 SYSTEMINCLUDE /epoc32/include/mw |
|
28 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
29 SYSTEMINCLUDE /epoc32/include/platform |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE main.cpp |
|
33 SOURCE hsrunningappserver.cpp |
|
34 SOURCE hsrunningappsession.cpp |
|
35 SOURCE hsdataobservertask.cpp |
|
36 SOURCE hsdataprovidertask.cpp |
|
37 |
|
38 SOURCE tsrunningappstorage.cpp |
|
39 SOURCE tsfswdatalist.cpp |
|
40 SOURCE tsfswengine.cpp |
|
41 SOURCE tsfswmonitor.cpp |
|
42 |
|
43 SOURCEPATH ../../utils/src |
|
44 SOURCE tsfswentry.cpp |
|
45 |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY estor.lib |
|
49 LIBRARY eikcore.lib |
|
50 LIBRARY cone.lib |
|
51 LIBRARY ws32.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY fbscli.lib |
|
54 LIBRARY avkon.lib |
|
55 LIBRARY apgrfx.lib |
|
56 LIBRARY flogger.lib |
|
57 |
|
58 LIBRARY apparc.lib |
|
59 LIBRARY ws32.lib |
|
60 LIBRARY apgrfx.lib |
|
61 LIBRARY fbscli.lib |
|
62 LIBRARY bitgdi.lib |
|
63 LIBRARY aknicon.lib |
|
64 LIBRARY aknskins.lib |
|
65 LIBRARY egul.lib |
|
66 LIBRARY featmgr.lib |
|
67 LIBRARY bitmaptransforms.lib |
|
68 CAPABILITY ALL -TCB |
|
69 EPOCHEAPSIZE 0x100000 0x600000 // 1MB - 6MB |
|
70 |
|
71 #ifdef ENABLE_ABIV2_MODE |
|
72 DEBUGGABLE_UDEBONLY |
|
73 #endif |