|
1 /* |
|
2 * Copyright (c) 2004 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <bldvariant.hrh> |
|
19 |
|
20 #if (defined(__SERIES60_) && defined(__S60_50__)) |
|
21 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
22 #include <platform_paths.hrh> |
|
23 #endif |
|
24 |
|
25 #if (defined(__SERIES60_) && defined(__S60_32__)) |
|
26 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
27 #include <domain/osextensions/platform_paths.hrh> |
|
28 #endif |
|
29 |
|
30 #include <testclient/tcuid.h> |
|
31 |
|
32 #if (defined(WINS) || defined(WINSCW)) |
|
33 MACRO ENABLE_LOG_RDEBUG |
|
34 #endif |
|
35 |
|
36 TARGET TestClientNet.dll |
|
37 TARGETTYPE dll |
|
38 UID 0x1000008d TCUID |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE CTcBearer.cpp CTcBaseConnection.cpp |
|
42 SOURCE TTcBtFactory.cpp CTcBtManager.cpp CTcBtConnection.cpp |
|
43 SOURCE TTcTcpFactory.cpp CTcTcpManager.cpp CTcTcpConnection.cpp |
|
44 SOURCE TTcSerialFactory.cpp CTcSerialManager.cpp CTcSerialConnection.cpp |
|
45 SOURCE ErrorHandling.cpp CTcIAPManager.cpp |
|
46 |
|
47 SOURCEPATH ../../commonsrc |
|
48 SOURCE dllMain.cpp |
|
49 |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 USERINCLUDE ../inc ../../commonsrc |
|
53 |
|
54 LIBRARY euser.lib esock.lib commdb.lib insock.lib |
|
55 LIBRARY sdpdatabase.lib bluetooth.lib btmanclient.lib |
|
56 LIBRARY c32.lib |
|
57 |
|
58 // Choose .def file based on build (WINSCW compatibility..) |
|
59 #if defined( WINSCW ) |
|
60 deffile ../bwinscw/ |
|
61 #endif |
|
62 |
|
63 CAPABILITY LocalServices ReadUserData WriteUserData UserEnvironment NetworkServices \ |
|
64 Location MultimediaDD ReadDeviceData WriteDeviceData PowerMgmt TrustedUI ProtServ \ |
|
65 NetworkControl SwEvent SurroundingsDD CommDD DiskAdmin AllFiles |