equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 TARGET ts_esockutil.dll |
|
19 TARGETTYPE DLL |
|
20 UID 0x1000008d 0x101FF377 |
|
21 VENDORID 0x70000001 |
|
22 |
|
23 SOURCEPATH ../src |
|
24 SOURCE ts_esockutilsuite.cpp ts_esockutilsteps.cpp esockloader.cpp esocktestutils.cpp |
|
25 |
|
26 USERINCLUDE ../inc |
|
27 |
|
28 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
29 SYSTEMINCLUDE /epoc32/include |
|
30 #else |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 #endif |
|
33 |
|
34 LIBRARY euser.lib |
|
35 LIBRARY c32root.lib |
|
36 LIBRARY esock.lib |
|
37 LIBRARY integrationtestutils.lib |
|
38 LIBRARY efsrv.lib |
|
39 |
|
40 |
|
41 LIBRARY commsfw.lib |
|
42 |
|
43 |
|
44 #include "comms-infras/commsdebugutility.mmh" |
|
45 |
|
46 CAPABILITY ALL -Tcb |
|
47 |
|
48 |
|
49 SMPSAFE |
|
50 |