networksecurity/tlsprovider/group/tlsprovider.mmp
changeset 0 af10295192d8
child 11 db85996de7c4
child 20 e8d041006974
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2001-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 // tlsprovider.dll TLS provider implementation.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			tlsprovider.dll
       
    23 CAPABILITY		All -Tcb
       
    24 TARGETTYPE		dll
       
    25    
       
    26 
       
    27 UID	0x1000008d 	0x10200F8B 	
       
    28 VENDORID 0x70000001
       
    29  
       
    30 SOURCEPATH		../source/tlsprovider
       
    31 SOURCE			CTlsProvider.cpp  CTlsSession.cpp   tlsprovinterface.cpp
       
    32 SOURCE	                CTlsEncrypt.cpp Ctlsclntauthenticate.cpp  Ctlsbrowsetoken.cpp
       
    33 SOURCE                  tlsprovider_log.cpp tlsproviderpolicy.cpp
       
    34 
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../../../../security/crypto/weakcrypto/inc
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY	euser.lib  pkixcert.lib
       
    40 LIBRARY estor.lib
       
    41 LIBRARY	efsrv.lib 
       
    42 LIBRARY crypto.lib     
       
    43 LIBRARY ctframework.lib
       
    44 LIBRARY certstore.lib
       
    45 //LIBRARY estor.lib x500.lib   asn1.lib
       
    46 //LIBRARY bigint.lib
       
    47 LIBRARY hash.lib
       
    48 LIBRARY random.lib
       
    49 LIBRARY x509.lib x500.lib
       
    50 LIBRARY ecom.lib
       
    51 LIBRARY			cryptography.lib
       
    52 LIBRARY ctfinder.lib
       
    53 LIBRARY tlscacheclient.lib
       
    54 LIBRARY bafl.lib
       
    55 DEBUGLIBRARY            flogger.lib
       
    56 
       
    57 deffile		tlsprovider.def
       
    58 SMPSAFE