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: mmp file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 #include "../../inc/imcvuicommonuids.h" |
|
22 |
|
23 CAPABILITY CAP_APPLICATION NetworkControl |
|
24 |
|
25 TARGET imcvuiapp.exe |
|
26 TARGETTYPE exe |
|
27 UID KIMCVUIAPPEXEUID2 KIMCVUIAPPEXEUID3 |
|
28 |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 VERSION 10.0 |
|
32 |
|
33 START RESOURCE ../rss/imcvuiapp.rss |
|
34 HEADER |
|
35 TARGETPATH APP_RESOURCE_DIR |
|
36 LANGUAGE_IDS |
|
37 END |
|
38 |
|
39 START RESOURCE ../rss/imcvuiapp_reg.rss |
|
40 DEPENDS imcvuiapp.rsg |
|
41 // Do not change the UID below. |
|
42 TARGETPATH /private/10003a3f/apps |
|
43 END |
|
44 |
|
45 |
|
46 SOURCEPATH ../src |
|
47 SOURCE cimcvapp.cpp |
|
48 SOURCE cimcvappapplication.cpp |
|
49 SOURCE cimcvappdocument.cpp |
|
50 SOURCE cimcvappui.cpp |
|
51 SOURCE cimcvappview.cpp |
|
52 SOURCE cimcvappviewcontainer.cpp |
|
53 SOURCE cimcvappviewcontrol.cpp |
|
54 SOURCE cimcvapptextviewcontrol.cpp |
|
55 SOURCE cimcvapprichtextcontainer.cpp |
|
56 SOURCE cimcvappcustomdraw.cpp |
|
57 SOURCE cimcvappmessageflowhandler.cpp |
|
58 SOURCE cimcvappmessagewrapper.cpp |
|
59 SOURCE cimcvappmessageextensionshandler.cpp |
|
60 SOURCE cimcvapplayoutinfo.cpp |
|
61 SOURCE cimcvappstatuspanehandler.cpp |
|
62 SOURCE cimcvappsmileyinformation.cpp |
|
63 SOURCE cimcvapppicture.cpp |
|
64 SOURCE cimcvappsmileyutil.cpp |
|
65 SOURCE cimcvappsmileicondialog.cpp |
|
66 SOURCE cimcvappsmileicongrid.cpp |
|
67 SOURCE cimcvappsmileiconutility.cpp |
|
68 SOURCE cimcvappsmilestring.cpp |
|
69 SOURCE imcvuiapputils.cpp |
|
70 SOURCE imcvuiappnotemapper.cpp |
|
71 SOURCE cimcvuiappskinvariant.cpp |
|
72 SOURCE cimcvuiappiconfileprovider.cpp |
|
73 SOURCE cimcvappinputabsorber.cpp |
|
74 SOURCE cimcvappwaitnote.cpp |
|
75 SOURCE cimcvnewmsgfadecontrol.cpp |
|
76 SOURCE cimcvappmessageeditor.cpp |
|
77 SOURCE cimcvapprichtextcontainercache.cpp |
|
78 SOURCE cimcvcommandinfo.cpp |
|
79 SOURCE cimcvmenuextensionmanager.cpp |
|
80 |
|
81 USERINCLUDE ../inc |
|
82 USERINCLUDE ../rss |
|
83 USERINCLUDE ../../inc |
|
84 USERINCLUDE ../../../../inc |
|
85 USERINCLUDE ../../imcvuiengine/inc |
|
86 USERINCLUDE ../../../../group |
|
87 USERINCLUDE ../../../../uiservicetab/vimpstdetailsviewplugin/inc |
|
88 |
|
89 // For context sensitive help. |
|
90 USERINCLUDE ../../../help/inc |
|
91 |
|
92 |
|
93 APP_LAYER_SYSTEMINCLUDE |
|
94 |
|
95 LIBRARY commonengine.lib |
|
96 LIBRARY euser.lib |
|
97 LIBRARY apparc.lib |
|
98 LIBRARY cone.lib |
|
99 LIBRARY eikcore.lib |
|
100 LIBRARY fbscli.lib |
|
101 LIBRARY eikcoctl.lib |
|
102 LIBRARY eikdlg.lib |
|
103 LIBRARY avkon.lib |
|
104 LIBRARY bafl.lib |
|
105 LIBRARY eikctl.lib |
|
106 LIBRARY egul.lib |
|
107 LIBRARY uiklaf.lib |
|
108 LIBRARY aknlayout.lib |
|
109 LIBRARY aknnotify.lib |
|
110 |
|
111 LIBRARY gdi.lib |
|
112 LIBRARY estor.lib |
|
113 LIBRARY form.lib // CTextView |
|
114 LIBRARY etext.lib // CRichText |
|
115 LIBRARY aknlayout2.lib |
|
116 LIBRARY aknlayout2scalable.lib |
|
117 LIBRARY caf.lib |
|
118 LIBRARY aknskins.lib |
|
119 LIBRARY efsrv.lib |
|
120 LIBRARY sysutil.lib |
|
121 LIBRARY aknicon.lib //avkon icons |
|
122 LIBRARY flogger.lib |
|
123 LIBRARY ws32.lib |
|
124 LIBRARY apgrfx.lib // aptasklist |
|
125 LIBRARY commonUi.lib |
|
126 LIBRARY centralrepository.lib |
|
127 LIBRARY charconv.lib |
|
128 |
|
129 LANG SC |
|
130 LIBRARY aiwdialdata.lib |
|
131 LIBRARY ServiceHandler.lib |
|
132 LIBRARY serviceprovidersettings.lib |
|
133 //CCA |
|
134 LIBRARY ccaclient.lib |
|
135 |
|
136 // For Context Sensitive Help |
|
137 LIBRARY hlplch.lib |
|
138 |
|
139 // common libraries |
|
140 LIBRARY imcvengine.lib |
|
141 |
|
142 // ecom |
|
143 LIBRARY ecom.lib |
|
144 // end of file |
|