equal
deleted
inserted
replaced
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2002-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". |
32 SYSTEMINCLUDE /epoc32/include/comms-infras |
32 SYSTEMINCLUDE /epoc32/include/comms-infras |
33 SYSTEMINCLUDE /epoc32/include/networking |
33 SYSTEMINCLUDE /epoc32/include/networking |
34 |
34 |
35 LIBRARY euser.lib dummyetel.lib nifman.lib |
35 LIBRARY euser.lib dummyetel.lib nifman.lib |
36 |
36 |
37 #include <comms-infras/commsdebugutility.mmh> |
|
38 |
|
39 #if defined(WINS) |
37 #if defined(WINS) |
40 deffile /epoc32/release/wins/agent.def |
38 deffile /epoc32/release/wins/agent.def |
41 #elif defined(GCC32) |
39 #elif defined(GCC32) |
42 deffile /epoc32/release/marm/agent.def |
40 deffile /epoc32/release/marm/agent.def |
43 #else |
41 #else |