|
1 /* |
|
2 * Copyright (c) 2005-2006 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 project audiomessage |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET audiomessage.exe |
|
24 EPOCSTACKSIZE 0x5000 |
|
25 TARGETTYPE exe |
|
26 UID 0x100039CE 0x1020745A |
|
27 VERSION 10.0 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 CAPABILITY CAP_APPLICATION NetworkControl |
|
31 PAGED |
|
32 |
|
33 APP_LAYER_SYSTEMINCLUDE |
|
34 START RESOURCE ../data/audiomessage.rss |
|
35 HEADER |
|
36 TARGETPATH APP_RESOURCE_DIR |
|
37 LANGUAGE_IDS |
|
38 END |
|
39 |
|
40 START RESOURCE ../data/audiomessage_reg.rss |
|
41 DEPENDS audiomessage.rsg |
|
42 TARGETPATH /private/10003a3f/apps // Don't change the UID! |
|
43 END |
|
44 |
|
45 SOURCEPATH ../src |
|
46 |
|
47 SOURCE audiomessageapp.cpp |
|
48 SOURCE audiomessagedocument.cpp |
|
49 SOURCE audiomessageappui.cpp |
|
50 SOURCE audiomessageoperation.cpp |
|
51 SOURCE audiomessageinsertoperation.cpp |
|
52 SOURCE audiomessagelaunchoperation.cpp |
|
53 SOURCE audiomessagesaveoperation.cpp |
|
54 SOURCE audiomessagesendoperation.cpp |
|
55 SOURCE audiomessageappserver.cpp |
|
56 SOURCE audiomessageprogressdialog.cpp |
|
57 SOURCE audiomessagerecorder.cpp |
|
58 SOURCE audiomessagebeep.cpp |
|
59 SOURCE audiomessagesendreadreportoperation.cpp |
|
60 |
|
61 SYSTEMINCLUDE ../../../inc |
|
62 SYSTEMINCLUDE /epoc32/include/caf |
|
63 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
64 |
|
65 USERINCLUDE ../inc |
|
66 USERINCLUDE ../uiinc |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY estor.lib |
|
71 LIBRARY etext.lib |
|
72 LIBRARY bafl.lib |
|
73 LIBRARY apparc.lib |
|
74 LIBRARY cone.lib |
|
75 LIBRARY eikcoctl.lib |
|
76 LIBRARY eikcore.lib |
|
77 LIBRARY msgeditorappui.lib |
|
78 LIBRARY msgeditorview.lib |
|
79 LIBRARY msgeditormodel.lib |
|
80 LIBRARY avkon.lib |
|
81 LIBRARY msgs.lib |
|
82 LIBRARY muiu.lib |
|
83 LIBRARY muiu_internal.lib |
|
84 LIBRARY apmime.lib |
|
85 LIBRARY commonengine.lib |
|
86 LIBRARY mmsgenutils.lib |
|
87 LIBRARY featmgr.lib |
|
88 LIBRARY hlplch.lib |
|
89 LIBRARY centralrepository.lib |
|
90 LIBRARY eikdlg.lib |
|
91 LIBRARY eikctl.lib |
|
92 LIBRARY mediaclientaudio.lib |
|
93 LIBRARY aknskins.lib |
|
94 LIBRARY aknicon.lib |
|
95 LIBRARY egul.lib // CGulIcon |
|
96 LIBRARY audiooutputrouting.lib |
|
97 LIBRARY audioinputrouting.lib |
|
98 LIBRARY commonui.lib |
|
99 LIBRARY sendui.lib |
|
100 LIBRARY remconcoreapi.lib |
|
101 LIBRARY remconinterfacebase.lib |
|
102 LIBRARY cenrepnotifhandler.lib |
|
103 LIBRARY ws32.lib |
|
104 LIBRARY apgrfx.lib |
|
105 LIBRARY aknnotify.lib |
|
106 LIBRARY msgcommonutils.lib |
|
107 LIBRARY msgmedia.lib |
|
108 LIBRARY msgeditormediacontrol.lib |
|
109 LIBRARY uniutils.lib |
|
110 LIBRARY aknlayout2scalable.lib |
|
111 LIBRARY cdlengine.lib |
|
112 LIBRARY fbscli.lib // CFbsBitmap |
|
113 DEBUGLIBRARY flogger.lib |
|
114 |
|
115 |
|
116 |