equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
26 |
26 |
27 //#ifdef __ some system wide macro here to indicate the dispatcher is being used |
27 //#ifdef __ some system wide macro here to indicate the dispatcher is being used |
28 MACRO USING_CTSY_DISPATCHER |
28 MACRO USING_CTSY_DISPATCHER |
29 #define USING_CTSY_DISPATCHER |
29 #define USING_CTSY_DISPATCHER |
30 //#endif |
30 //#endif |
31 MACRO TF_SAT_LOGGING |
|
32 |
31 |
33 SOURCEPATH ../src |
32 SOURCEPATH ../src |
34 // SatTsy (the "main" module) |
33 // SatTsy (the "main" module) |
35 //SOURCE SatMessaging.cpp |
34 //SOURCE SatMessaging.cpp |
36 SOURCE csatmessagerouterproxy.cpp |
35 SOURCE csatmessagerouterproxy.cpp |
96 //#endif //USING_CTSY_DISPATCHER |
95 //#endif //USING_CTSY_DISPATCHER |
97 |
96 |
98 |
97 |
99 USERINCLUDE ../inc |
98 USERINCLUDE ../inc |
100 USERINCLUDE ../exportinc/utility |
99 USERINCLUDE ../exportinc/utility |
|
100 USERINCLUDE ../traces |
101 |
101 |
102 #ifdef USING_CTSY_DISPATCHER |
102 #ifdef USING_CTSY_DISPATCHER |
103 USERINCLUDE ../exportinc |
103 USERINCLUDE ../exportinc |
104 |
|
105 //needed for tflogger.h (ideally change all "" to <> and remove) |
|
106 USERINCLUDE ../../common_tsy/commontsy/inc |
|
107 #endif //USING_CTSY_DISPATCHER |
104 #endif //USING_CTSY_DISPATCHER |
108 |
105 |
109 |
106 |
110 // Dependencies from other components |
107 // Dependencies from other components |
111 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
108 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
117 // Etel |
114 // Etel |
118 LIBRARY etelsat.lib // SAT ETel API |
115 LIBRARY etelsat.lib // SAT ETel API |
119 LIBRARY etelmm.lib // ETel Multimode API |
116 LIBRARY etelmm.lib // ETel Multimode API |
120 LIBRARY ETel.lib // Etel server and core API |
117 LIBRARY ETel.lib // Etel server and core API |
121 |
118 |
122 #include <comms-infras/commsdebugutility.mmh> |
|
123 |
|
124 START WINS |
119 START WINS |
125 BASEADDRESS 0x65000000 |
120 BASEADDRESS 0x65000000 |
126 END |
121 END |
127 |
122 |
128 UNPAGED |
123 UNPAGED |