networksecurity/tls/group/SSL.MMP
changeset 0 af10295192d8
child 20 7e41d162e158
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2002-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 // ssl.dll SSL 3.0 and TLS 1.0
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET        ssl.dll
       
    24 CAPABILITY ALL -Tcb
       
    25 TARGETTYPE    DLL
       
    26 UID    0x1000183d 0x10001842
       
    27 VENDORID 0x70000001
       
    28 
       
    29 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    30                     for RVCT builds */  
       
    31 
       
    32 #include <comms-infras/commsdebugutility.mmh> 
       
    33 SOURCEPATH	../protocol      // SSL source code
       
    34 SOURCE        AlertProtocolEvents.cpp
       
    35 SOURCE        applicationdata.cpp
       
    36 SOURCE        changecipherevents.cpp
       
    37 SOURCE        handshakereceiveevents.cpp
       
    38 SOURCE        handshaketransmitevents.cpp
       
    39 SOURCE        hellorequest.cpp
       
    40 SOURCE        recordprotocolevents.cpp
       
    41 SOURCE        tlsconnection.cpp
       
    42 SOURCE        tlsevent.cpp
       
    43 SOURCE        tlshandshake.cpp
       
    44 SOURCE        tlshandshakeitem.cpp
       
    45 SOURCE        LOGFILE.CPP
       
    46 SOURCE	      tlsutil.cpp
       
    47 
       
    48 USERINCLUDE	../protocol
       
    49 USERINCLUDE 	../inc
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY		euser.lib
       
    53 LIBRARY		esock.lib
       
    54 LIBRARY		insock.lib
       
    55 LIBRARY       	hash.lib
       
    56 LIBRARY		tlsprovider.lib
       
    57 LIBRARY		netsm.lib
       
    58 LIBRARY		netmsg.lib
       
    59 LIBRARY		crypto.lib
       
    60 
       
    61 
       
    62 START WINS
       
    63     BASEADDRESS 0x54540000
       
    64 END
       
    65 
       
    66 // The resource file containing SSL error messages, generated for the system error resolver.
       
    67 
       
    68 SOURCEPATH 		../group
       
    69 START	RESOURCE	SslErr.rss
       
    70 TARGETPATH		/resource/errors
       
    71 LANG			01
       
    72 END
       
    73 
       
    74 UNPAGED
       
    75 
       
    76 SMPSAFE