datacommsserver/esockserver/test/protocols/ptestinternalsocket/group/ptestinternalsocket.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 TARGET ptestinternalsocket.prt |
|
17 TARGETTYPE DLL |
|
18 UID 0x10003d38 |
|
19 VENDORID 0x70000001 |
|
20 |
|
21 DEFFILE ptestinternalsocket.def |
|
22 |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE ptestcases.cpp protocolfamily.cpp proxyprotocol.cpp agregate.cpp |
|
26 |
|
27 USERINCLUDE ../src |
|
28 USERINCLUDE ../../../../eintsock |
|
29 USERINCLUDE ../../../../inc |
|
30 |
|
31 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
32 SYSTEMINCLUDE /epoc32/include |
|
33 SYSTEMINCLUDE /epoc32/include/test |
|
34 #else |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 #endif |
|
37 |
|
38 LIBRARY euser.lib esock.lib esocksvr.lib mbufmgr.lib testexecutelogclient.lib efsrv.lib |
|
39 LIBRARY cinidata.lib |
|
40 LIBRARY nifman.lib |
|
41 LIBRARY commsfw.lib |
|
42 LIBRARY testexecuteutils.lib |
|
43 LIBRARY rfileloggerclient.lib |
|
44 LIBRARY netmeta.lib // for the ABIv2 |
|
45 LIBRARY insock.lib |
|
46 LIBRARY nodemessages.lib |
|
47 |
|
48 START WINS |
|
49 BASEADDRESS 0x59000000 |
|
50 END |
|
51 |
|
52 CAPABILITY ALL -Tcb |
|
53 |
|
54 UNPAGED |
|
55 |