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 // |
|
15 |
|
16 TARGET transporthandler.dll |
|
17 TARGETTYPE dll |
|
18 |
|
19 CAPABILITY All -TCB |
|
20 TARGETPATH /system/libs |
|
21 UID 0x1000008d 0x10281D21 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE ctransportmanager.cpp |
|
26 SOURCE ctcptransportlayer.cpp |
|
27 SOURCE csocketconnector.cpp |
|
28 SOURCE csocketcontroller.cpp |
|
29 SOURCE csocketreader.cpp |
|
30 SOURCE csocketwriter.cpp |
|
31 SOURCE csocket.cpp |
|
32 SOURCE csecuresocketcontroller.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../imaputils/inc |
|
36 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY esock.lib |
|
40 LIBRARY insock.lib |
|
41 LIBRARY securesocket.lib |
|
42 LIBRARY crypto.lib |
|
43 LIBRARY x509.lib |
|
44 LIBRARY x500.lib |
|
45 LIBRARY efsrv.lib |
|
46 LIBRARY imaputils.lib |
|
47 |
|
48 SMPSAFE |