equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: Connection manager |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET msgconnmanager.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x101FB0C2 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 |
|
27 SOURCEPATH ../src |
|
28 |
|
29 SOURCE msgconntimer.cpp |
|
30 SOURCE msgconnmanager.cpp |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 |
|
34 MW_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 DEBUGLIBRARY flogger.lib |
|
37 LIBRARY efsrv.lib |
|
38 LIBRARY euser.lib |
|
39 LIBRARY commdb.lib |
|
40 LIBRARY esock.lib |
|
41 |
|
42 #if defined( ARMCC ) |
|
43 DEFFILE ../eabi/ |
|
44 #elif defined ( WINSCW ) |
|
45 deffile ../bwinscw/ |
|
46 #elif defined (WINS ) |
|
47 deffile ../bwins/ |
|
48 #endif |
|
49 |
|
50 |