|
1 /* |
|
2 * Copyright (c) 2004,2005 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: This is the .mmp for building the SVGT Viewer Application |
|
15 * Observer utility for the Series60 Platform. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET SVGTAppObserverUtil.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x102071E5 |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../AppObserverUtilSrc |
|
31 SOURCE SVGTAppObserverUtil.cpp |
|
32 SOURCE SVGTViewerAppDownloads.cpp |
|
33 SOURCE SVGTFileManager.cpp |
|
34 |
|
35 // This is a SYSTEMINCLUDE macro containing the applications |
|
36 // layer specific include directories |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 START RESOURCE ../data/SVGTAppObserverUtil.rss |
|
40 TARGETPATH RESOURCE_FILES_DIR |
|
41 HEADER |
|
42 LANGUAGE_IDS |
|
43 END // RESOURCE |
|
44 |
|
45 USERINCLUDE ../AppObserverUtilInc |
|
46 USERINCLUDE ../UIControlInc |
|
47 USERINCLUDE ../AppInc |
|
48 |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY eikcore.lib |
|
53 LIBRARY avkon.lib |
|
54 LIBRARY efsrv.lib |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY DownloadMgr.lib |
|
57 LIBRARY DownloadMgrUiLib.lib |
|
58 LIBRARY commdb.lib |
|
59 LIBRARY apengine.lib |
|
60 LIBRARY browserlauncher.lib |
|
61 LIBRARY APGRFX.lib |
|
62 LIBRARY WS32.lib |
|
63 LIBRARY CENTRALREPOSITORY.lib |
|
64 LIBRARY CommonEngine.lib |
|
65 LIBRARY apmime.lib |
|
66 LIBRARY CommonUi.lib |
|
67 LIBRARY InetProtUtil.lib |
|
68 LIBRARY SVGTUIControl.lib |
|
69 LIBRARY charconv.lib |
|
70 LIBRARY commondialogs.lib |
|
71 LIBRARY aknnotify.lib // AknGlobalNote |
|
72 LIBRARY aknmemorycardui.lib |
|
73 LIBRARY eikctl.lib |
|
74 LIBRARY sysutil.lib |
|
75 LIBRARY platformenv.lib |
|
76 |
|
77 LIBRARY imut.lib |
|
78 LIBRARY ServiceHandler.lib |
|
79 |
|
80 DEBUGLIBRARY flogger.lib |
|
81 |
|
82 LANGUAGE_IDS |
|
83 |
|
84 #if defined(ARMCC) |
|
85 deffile ../EABI/ |
|
86 #elif defined(WINSCW) |
|
87 deffile ../BWINSCW/ |
|
88 #endif |
|
89 |
|
90 // End of File |