equal
deleted
inserted
replaced
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2004-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". |
25 SOURCE C32Bca.cpp |
25 SOURCE C32Bca.cpp |
26 SOURCE C32BcaFactory.cpp |
26 SOURCE C32BcaFactory.cpp |
27 SOURCE C32BcaDllMain.cpp |
27 SOURCE C32BcaDllMain.cpp |
28 |
28 |
29 USERINCLUDE ../inc |
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../traces |
30 |
31 |
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
32 |
33 |
33 LIBRARY euser.lib |
34 LIBRARY euser.lib |
34 LIBRARY c32.lib |
35 LIBRARY c32.lib |
35 LIBRARY commsdat.lib |
36 LIBRARY commsdat.lib |
36 |
|
37 #include <comms-infras/commsdebugutility.mmh> |
|
38 |
37 |
39 // Do not add the non-callable exports to the DEF files |
38 // Do not add the non-callable exports to the DEF files |
40 // Remove this line temporarily if we need to add new exports |
39 // Remove this line temporarily if we need to add new exports |
41 //NOEXPORTLIBRARY |
40 //NOEXPORTLIBRARY |
42 |
41 |