equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
28 VENDORID VID_DEFAULT |
28 VENDORID VID_DEFAULT |
29 |
29 |
30 SOURCEPATH ../src |
30 SOURCEPATH ../src |
31 SOURCE std.cpp |
31 SOURCE std.cpp |
32 SOURCE CSetUpCallHandler.cpp |
32 SOURCE CSetUpCallHandler.cpp |
|
33 SOURCE csetupcallrequesthandler.cpp |
|
34 SOURCE csetupcalldtmfsender.cpp |
33 |
35 |
34 START RESOURCE 1000f005.rss |
36 START RESOURCE 1000f005.rss |
35 TARGET SetUpCallCmd.rsc |
37 TARGET SetUpCallCmd.rsc |
36 END |
38 END |
37 |
39 |
41 MW_LAYER_SYSTEMINCLUDE |
43 MW_LAYER_SYSTEMINCLUDE |
42 SYSTEMINCLUDE /epoc32/include/ecom |
44 SYSTEMINCLUDE /epoc32/include/ecom |
43 SYSTEMINCLUDE ../../../../../inc // Domain telephony |
45 SYSTEMINCLUDE ../../../../../inc // Domain telephony |
44 SYSTEMINCLUDE ../../../../inc // Subsystem satengine |
46 SYSTEMINCLUDE ../../../../inc // Subsystem satengine |
45 |
47 |
46 LIBRARY aiwdialdata.lib |
|
47 LIBRARY ServiceHandler.lib |
|
48 LIBRARY phoneclient.lib |
|
49 LIBRARY euser.lib |
48 LIBRARY euser.lib |
50 LIBRARY etelsat.lib |
49 LIBRARY etelsat.lib |
51 LIBRARY SatEngine.lib |
50 LIBRARY etelmm.lib |
|
51 LIBRARY etel.lib |
|
52 LIBRARY satengine.lib |
52 |
53 |
53 #ifdef ENABLE_SAT_LOGGING |
54 #ifdef ENABLE_SAT_LOGGING |
54 LIBRARY flogger.lib |
55 LIBRARY flogger.lib |
55 #endif |
56 #endif |