networksecurity/tlsprovider/group/swtlstokentypeplugin.mmp
changeset 0 af10295192d8
child 11 db85996de7c4
child 20 e8d041006974
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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
       
     5 * under the terms of "Eclipse Public License v1.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 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 /**
       
    18 @file
       
    19 
       
    20 @SYMPurpose swtlstokentypeplugin.dll Tokens plugins
       
    21 */
       
    22 
       
    23 target swtlstokentypeplugin.dll 
       
    24 CAPABILITY	All -Tcb
       
    25 targettype plugin
       
    26 
       
    27 // ECom Dll recognition UID followed by the unique UID for this dll
       
    28 UID 0x10009D8D 0x101FE20D
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH	../source/swtlstokentypeplugin
       
    32 SOURCE	swtlstokentype.cpp swtlssession.cpp 
       
    33 SOURCE swtlstokenprovider.cpp swtlssessioncache.cpp swtlstoken_log.cpp
       
    34 
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../../../../security/crypto/weakcrypto/inc
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 
       
    40 start resource 101FE20D.rss
       
    41 target swtlstokentypeplugin.rsc 
       
    42 end
       
    43 
       
    44 DEBUGLIBRARY            flogger.lib
       
    45 
       
    46 LIBRARY euser.lib
       
    47 LIBRARY efsrv.lib 
       
    48 LIBRARY bafl.lib 
       
    49 LIBRARY cryptography.lib
       
    50 LIBRARY crypto.lib
       
    51 LIBRARY ctframework.lib
       
    52 LIBRARY certstore.lib
       
    53 LIBRARY hash.lib
       
    54 LIBRARY random.lib
       
    55 LIBRARY x509.lib
       
    56 LIBRARY asn1.lib
       
    57 SMPSAFE