|
1 /* |
|
2 * Copyright (c) 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: Specifies the project for building musui.exe, the |
|
15 * application executable. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 #include "../../../inc/musuid.hrh" |
|
24 |
|
25 |
|
26 TARGET musui.exe |
|
27 TARGETTYPE EXE |
|
28 UID 0x100039CE KMusUiUid //0x10282391 |
|
29 EPOCSTACKSIZE 0x8000 // 32 kB |
|
30 EPOCHEAPSIZE 0x4000 0x500000 // Max heapsize ~= 5MB |
|
31 VENDORID VID_DEFAULT |
|
32 CAPABILITY CAP_APPLICATION NetworkControl SwEvent Location MultimediaDD |
|
33 |
|
34 START RESOURCE ../data/musui.rss |
|
35 HEADER |
|
36 LANGUAGE_IDS |
|
37 TARGETPATH APP_RESOURCE_DIR |
|
38 END // RESOURCE |
|
39 |
|
40 START RESOURCE ../data/musui_reg.rss |
|
41 DEPENDS musui.rsg |
|
42 TARGETPATH /private/10003a3f/apps // Do not change the UID in this path. |
|
43 END |
|
44 |
|
45 START BITMAP musui.mbm |
|
46 HEADER |
|
47 TARGETPATH APP_BITMAP_DIR |
|
48 SOURCEPATH ../graphics |
|
49 SOURCE c16 qgn_menu_mus_app_cxt.bmp |
|
50 SOURCE 8 qgn_menu_mus_app_cxt_mask.bmp |
|
51 SOURCE c8 qgn_graf_rop_black.bmp |
|
52 END // BITMAP |
|
53 |
|
54 SOURCEPATH ../src |
|
55 SOURCE musuiapp.cpp |
|
56 SOURCE musuidocument.cpp |
|
57 SOURCE musuiappui.cpp |
|
58 SOURCE musuigeneralview.cpp |
|
59 SOURCE musuisendview.cpp |
|
60 SOURCE musuilivesharingview.cpp |
|
61 SOURCE musuireceiveview.cpp |
|
62 SOURCE musuiclipsharingview.cpp |
|
63 SOURCE musuiviewcontainer.cpp |
|
64 SOURCE musuisendviewcontainer.cpp |
|
65 SOURCE musuilivesharingviewcontainer.cpp |
|
66 SOURCE musuiclipsharingviewcontainer.cpp |
|
67 SOURCE musuireceivecontainer.cpp |
|
68 SOURCE musuistatuspanehandler.cpp |
|
69 SOURCE musuinavimediadecorator.cpp |
|
70 SOURCE musuinavimediaanimator.cpp |
|
71 SOURCE musuiinvitationquery.cpp |
|
72 SOURCE musuiactivequerydialog.cpp |
|
73 SOURCE musuilevelindicator.cpp |
|
74 SOURCE musuiactivetimer.cpp |
|
75 SOURCE musuistartcontroller.cpp |
|
76 SOURCE musuipropertywatch.cpp |
|
77 SOURCE musuiresourcehandler.cpp |
|
78 SOURCE musuieventcontroller.cpp |
|
79 SOURCE musuisendcontroller.cpp |
|
80 SOURCE musuilivesharingcontroller.cpp |
|
81 SOURCE musuireceivecontroller.cpp |
|
82 SOURCE musuiclipsharingcontroller.cpp |
|
83 SOURCE musuibitmapdecoder.cpp |
|
84 SOURCE musuiactivitymanger.cpp |
|
85 SOURCE musuimmcmonitor.cpp |
|
86 SOURCE musuicallbackservice.cpp |
|
87 SOURCE musuidialogutil.cpp |
|
88 SOURCE musuifileutil.cpp |
|
89 SOURCE musuicontactutil.cpp |
|
90 SOURCE musuibackgroundviewcontainer.cpp |
|
91 |
|
92 |
|
93 USERINCLUDE . |
|
94 USERINCLUDE ../inc |
|
95 |
|
96 USERINCLUDE ../data |
|
97 USERINCLUDE ../../mmshshared/inc |
|
98 USERINCLUDE ../../mmshengine/inc |
|
99 USERINCLUDE ../../inc |
|
100 USERINCLUDE ../../../inc |
|
101 |
|
102 APP_LAYER_SYSTEMINCLUDE |
|
103 SYSTEMINCLUDE . |
|
104 |
|
105 // MUS libraries: |
|
106 |
|
107 // Symbian libraries: |
|
108 LIBRARY apgrfx.lib // AppArc server client APIs |
|
109 LIBRARY apparc.lib // Application framework API |
|
110 LIBRARY bafl.lib // Resource readers |
|
111 LIBRARY centralrepository.lib // Central repository |
|
112 LIBRARY cntmodel.lib // Contact Model |
|
113 LIBRARY cone.lib // Cone framework API |
|
114 LIBRARY efsrv.lib // File Server API |
|
115 LIBRARY eikcoctl.lib // Control framework API |
|
116 LIBRARY eikcore.lib // Eikon core controls API |
|
117 LIBRARY eikctl.lib // Eikon controls |
|
118 LIBRARY eikdlg.lib // Eikon Dialog API |
|
119 LIBRARY euser.lib // Base library |
|
120 LIBRARY ws32.lib // Window server client API |
|
121 LIBRARY fbscli.lib // CFbsBitmap |
|
122 LIBRARY remconcoreapi.lib |
|
123 LIBRARY remconinterfacebase.lib |
|
124 LIBRARY hlplch.lib // HlpLauncher |
|
125 |
|
126 // S60 libraries: |
|
127 LIBRARY aknnotify.lib // CAknGlobalNote |
|
128 LIBRARY aknskins.lib // Avkon Skins Utils |
|
129 LIBRARY avkon.lib // Avkon Utils |
|
130 LIBRARY commonengine.lib // StringLoader |
|
131 LIBRARY featmgr.lib // S60 Feature manager API |
|
132 LIBRARY mgfetch.lib // Media Gallery Fetch Dialog |
|
133 LIBRARY pbkeng.lib // PhoneBook Engine API |
|
134 LIBRARY pbkview.lib // PhoneBook view API |
|
135 LIBRARY platformenv.lib // PathInfo |
|
136 LIBRARY aknicon.lib // AknIconUtils |
|
137 LIBRARY aknlayout.lib // CdlEngine |
|
138 LIBRARY gdi.lib // CFont |
|
139 LIBRARY flogger.lib // RFileLogger |
|
140 LIBRARY imageconversion.lib // CIImageDecoder |
|
141 LIBRARY egul.lib // CGulIcon |
|
142 LIBRARY pbk2commonui.lib // CPbk2ViewState |
|
143 LIBRARY directorylocalizer.lib // CDirectoryLocalizer |
|
144 |
|
145 // MUS libarires: |
|
146 LIBRARY musengine.lib // Engine |
|
147 |
|
148 PAGED |
|
149 |
|
150 // end of file |