|
1 /* |
|
2 * Copyright (c) 2002 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 smum library |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <bldvariant.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 // --- LOGGING --- |
|
25 //MACRO USE_LOGGER // HW debugging support |
|
26 //MACRO USE_RDEBUG // Use Rdebug instead of RFileLogger |
|
27 //LIBRARY Flogger.lib // RFileLogger, debug logging |
|
28 // --- LOGGING --- |
|
29 |
|
30 |
|
31 TARGET smum.dll |
|
32 TARGETTYPE dll |
|
33 UID 0x10004845 0x100058BE |
|
34 VENDORID VID_DEFAULT |
|
35 CAPABILITY CAP_GENERAL_DLL |
|
36 VERSION 10.0 |
|
37 PAGED |
|
38 |
|
39 START RESOURCE SmsRegistry.rss |
|
40 TARGET sms.rsc |
|
41 TARGETPATH MTM_INFO_FILE_DIR |
|
42 LANGUAGE_IDS |
|
43 END |
|
44 |
|
45 START RESOURCE SMUM.RSS |
|
46 TARGETPATH MTM_RESOURCE_DIR |
|
47 HEADER |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 #ifdef __PROTOCOL_CDMA |
|
52 MACRO CDMA_API_ENABLED |
|
53 MACRO GSM_COMPATIBILITY_MODE |
|
54 #endif |
|
55 |
|
56 TARGETPATH /system/libs |
|
57 SOURCEPATH ../src |
|
58 USERINCLUDE ../inc |
|
59 |
|
60 SYSTEMINCLUDE ../../../inc |
|
61 APP_LAYER_SYSTEMINCLUDE |
|
62 #ifdef __PROTOCOL_CDMA |
|
63 SYSTEMINCLUDE /epoc32/include/messaging/sms |
|
64 #endif |
|
65 |
|
66 |
|
67 // Common to GSM and CDMA |
|
68 SOURCE SMSU.CPP SMSUMAIN.CPP SMSI.CPP BioOpenOp.cpp |
|
69 SOURCE simdlgplugininterface.cpp |
|
70 SOURCE SmumStartUpMonitor.cpp |
|
71 #ifdef __PROTOCOL_GSM |
|
72 // GSM files |
|
73 SOURCE SMSETDLG.CPP |
|
74 SOURCE SmumSettingsDialogCreatorGSM.cpp |
|
75 SOURCE SmumSettingsDialogGSM.cpp |
|
76 SOURCE SmumServiceCentresDialog.cpp |
|
77 SOURCE SmumServiceCentreItemDialog.cpp |
|
78 SOURCE SmumUtil.cpp |
|
79 SOURCE SmumGSMCreator.cpp |
|
80 SOURCE MsgSimSCNumberDetector.cpp |
|
81 SOURCE SmumEmailServiceCentreItemDialog.cpp |
|
82 #else |
|
83 // CDMA files |
|
84 SOURCE SmumSettingsDialogCreatorCDMA.cpp |
|
85 SOURCE SmumSettingsDialogCDMA.cpp |
|
86 SOURCE SMSETDLGCDMA.CPP |
|
87 SOURCE MsgSimSCNumberDetectorCDMA.cpp |
|
88 SOURCE SmumUtilCDMA.cpp |
|
89 SOURCE SmumCdmaCreator.cpp |
|
90 SOURCE SMSICDMA.cpp |
|
91 SOURCE SMSUCDMA.cpp |
|
92 #endif |
|
93 |
|
94 // Common to GSM and CDMA |
|
95 LIBRARY eikcore.lib eikcoctl.lib eikdlg.lib |
|
96 LIBRARY muiu.lib |
|
97 LIBRARY muiu_internal.lib |
|
98 LIBRARY eCom.lib |
|
99 LIBRARY msgs.lib |
|
100 LIBRARY mtur.lib |
|
101 LIBRARY etelmm.lib |
|
102 LIBRARY eikctl.lib |
|
103 LIBRARY euser.lib cone.lib egul.lib |
|
104 LIBRARY bafl.lib |
|
105 LIBRARY commonengine.lib |
|
106 LIBRARY centralrepository.lib |
|
107 LIBRARY cenrepnotifhandler.lib |
|
108 LIBRARY avkon.lib |
|
109 LIBRARY aknicon.lib // AknIconUtils::AvkonIconFileName() |
|
110 LIBRARY fbscli.lib |
|
111 LIBRARY biodb.lib |
|
112 LIBRARY bifu.lib |
|
113 LIBRARY gmsmodel.lib |
|
114 LIBRARY hlplch.lib // HlpLauncher |
|
115 LIBRARY featmgr.lib // FeatureManager |
|
116 LIBRARY gsmu.lib |
|
117 LIBRARY smcm.lib |
|
118 LIBRARY aknskins.lib |
|
119 LIBRARY efsrv.lib // TParseBase |
|
120 #ifdef __PROTOCOL_CDMA |
|
121 // CDMA libs |
|
122 LIBRARY cdmau.lib |
|
123 LIBRARY schsend.lib |
|
124 |
|
125 // For phonebook |
|
126 LIBRARY PbkEng.lib // Phonebook Engine |
|
127 LIBRARY PbkView.lib // Phonebook Views |
|
128 |
|
129 // For NAM |
|
130 LIBRARY settings.lib // NAM program |
|
131 LIBRARY settingsutility.lib // NAM program |
|
132 |
|
133 #else |
|
134 // GSM libs |
|
135 // For RCustomerServiceProfileCache |
|
136 LIBRARY sssettings.lib |
|
137 #endif |
|
138 |
|
139 // Libs for fix to error SPAN-6B7K33 |
|
140 LIBRARY etel.lib |
|
141 LIBRARY customapi.lib |
|
142 |
|
143 #if defined(ARMCC) |
|
144 DEFFILE ../eabi/ |
|
145 #elif defined( WINSCW ) |
|
146 DEFFILE ../bwins/ |
|
147 #endif |
|
148 |
|
149 START WINS |
|
150 baseaddress 0x78600000 |
|
151 END |
|
152 |
|
153 // End of File |