|
1 /* |
|
2 * Copyright (c) 2002 - 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: |
|
15 * This is project specification file for the SmsEditor.app |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <bldvariant.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET smsviewer.exe |
|
25 EPOCSTACKSIZE 0x5000 |
|
26 EPOCHEAPSIZE 0x1000 0x400000 |
|
27 TARGETTYPE exe |
|
28 UID 0x100039CE 0x100058BD |
|
29 CAPABILITY CAP_APPLICATION NETWORKCONTROL |
|
30 VERSION 10.0 |
|
31 VENDORID VID_DEFAULT |
|
32 PAGED |
|
33 |
|
34 SOURCEPATH ../viewersrc |
|
35 |
|
36 |
|
37 #ifdef __PROTOCOL_CDMA |
|
38 MACRO GSM_COMPATIBILITY_MODE |
|
39 MACRO CDMA_API_ENABLED |
|
40 #endif |
|
41 |
|
42 // Common to GSM and CDMA |
|
43 SOURCE MsgSmsViewerDoc.cpp |
|
44 SOURCE MsgSmsViewerApp.cpp |
|
45 SOURCE MsgSmsViewerAppUi.cpp |
|
46 SOURCE MsgSmsViewerAppServer.cpp |
|
47 |
|
48 #ifdef __PROTOCOL_GSM |
|
49 SOURCE MsgSmsViewerGSMCreator.cpp |
|
50 #else |
|
51 SOURCE MsgSmsViewerCDMACreator.cpp |
|
52 SOURCE MsgSmsViewerCDMAAppUi.cpp |
|
53 #endif |
|
54 |
|
55 START RESOURCE ../viewer/SmsViewer.rss |
|
56 TARGETPATH APP_RESOURCE_DIR |
|
57 HEADER |
|
58 LANGUAGE_IDS |
|
59 END |
|
60 |
|
61 START RESOURCE ../viewer/SmsViewer_reg.rss |
|
62 DEPENDS smsviewer.rsg |
|
63 TARGETPATH /private/10003a3f/apps // Do not change the UID below. |
|
64 END |
|
65 |
|
66 USERINCLUDE ../viewerinc |
|
67 |
|
68 SYSTEMINCLUDE ../../../inc |
|
69 APP_LAYER_SYSTEMINCLUDE |
|
70 #ifdef __PROTOCOL_CDMA |
|
71 SYSTEMINCLUDE /epoc32/include/messaging/sms |
|
72 #endif |
|
73 |
|
74 |
|
75 // Common to GSM and CDMA |
|
76 LIBRARY euser.lib |
|
77 LIBRARY apparc.lib |
|
78 LIBRARY cone.lib |
|
79 LIBRARY eikcoctl.lib |
|
80 LIBRARY eikcore.lib |
|
81 LIBRARY msgeditormodel.lib // Messaging Editor Model base DLL |
|
82 LIBRARY msgeditorappui.lib // Messaging Editor AppUi base DLL |
|
83 LIBRARY msgeditorview.lib // Messaging Editor View base DLL |
|
84 LIBRARY avkon.lib |
|
85 LIBRARY msgs.lib |
|
86 LIBRARY muiu.lib |
|
87 |
|
88 LIBRARY muiu_internal.lib |
|
89 LIBRARY msgeditorutils.lib // Bio-control related... |
|
90 LIBRARY commonui.lib |
|
91 LIBRARY commonengine.lib // Symbian OS engine |
|
92 LIBRARY servicehandler.lib // AIW service handler |
|
93 |
|
94 LIBRARY aknnotify.lib |
|
95 LIBRARY smum.lib // EmailFeature support |
|
96 |
|
97 LIBRARY etext.lib // Editable text |
|
98 LIBRARY gmsmodel.lib |
|
99 LIBRARY hlplch.lib // HlpLauncher |
|
100 LIBRARY featmgr.lib // FeatureManager |
|
101 LIBRARY smcm.lib // Sms Client Mtm |
|
102 LIBRARY gsmu.lib // CSmsPDU |
|
103 LIBRARY sendui.lib // CSendAppUi |
|
104 LIBRARY centralrepository.lib |
|
105 LIBRARY cenrepnotifhandler.lib |
|
106 |
|
107 #ifdef __PROTOCOL_CDMA |
|
108 LIBRARY cdmau.lib // CDMA messaging utilities |
|
109 #endif |
|
110 |
|
111 LIBRARY fbscli.lib // CFbsBitmap |
|
112 LIBRARY egul.lib // CGulIcon |
|
113 LIBRARY aknskins.lib |
|
114 LIBRARY aknlayout2scalable.lib |
|
115 LIBRARY efsrv.lib |
|
116 LIBRARY aknicon.lib |
|
117 LIBRARY cdlengine.lib |
|
118 LIBRARY msgcommonutils.lib |