equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 // insock.mmp - IPv6/IPv4 socket library MMP file |
|
15 // IPv6/IPv4 socket library |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET insock.dll |
|
25 TARGETTYPE dll |
|
26 |
|
27 UID 0x1000008D 0x10003D44 |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE in_addr.cpp eui_addr.cpp |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 LIBRARY euser.lib esock.lib |
|
36 |
|
37 START WINS |
|
38 BASEADDRESS 0x47b0000 |
|
39 END |
|
40 |
|
41 SOURCEPATH ../group |
|
42 START RESOURCE sockerr.rss |
|
43 TARGETPATH /resource/errors |
|
44 LANG 01 |
|
45 END |
|
46 |
|
47 SOURCEPATH ../group |
|
48 START RESOURCE tcperr.rss |
|
49 TARGETPATH /resource/errors |
|
50 LANG 01 |
|
51 END |
|
52 |
|
53 CAPABILITY ALL -Tcb |
|
54 |
|
55 VENDORID 0x70000001 |
|
56 |
|
57 UNPAGED |
|
58 |
|
59 SMPSAFE |