0
|
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
|
1
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
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 |
*
|
1
|
14 |
* Description:
|
0
|
15 |
*
|
|
16 |
*/
|
|
17 |
//
|
|
18 |
// $Id: wsocka.mmp,v 1.4 2005/04/28 21:40:34 slava Exp $
|
|
19 |
//
|
|
20 |
// Agent Factory module
|
|
21 |
//
|
|
22 |
|
|
23 |
TARGET wsocka.agt
|
|
24 |
TARGETTYPE dll
|
|
25 |
|
|
26 |
#ifdef EKA2
|
|
27 |
CAPABILITY ALL -TCB
|
|
28 |
#endif // EKA2
|
|
29 |
|
|
30 |
#include "../inc/WinsockUid.h"
|
|
31 |
|
|
32 |
UID 0x10003d39 KWinsockAgentUid
|
|
33 |
|
|
34 |
SOURCEPATH ..\agt
|
|
35 |
SOURCE wsocka.cpp
|
|
36 |
|
|
37 |
USERINCLUDE ..\inc
|
|
38 |
SYSTEMINCLUDE \epoc32\include
|
|
39 |
SYSTEMINCLUDE \epoc32\include\comms-infras
|
|
40 |
|
|
41 |
LIBRARY euser.lib
|
|
42 |
LIBRARY wsock.lib
|