cryptoservices/certificateandkeymgmt/pkcs7/pkcs7.mmp
changeset 0 2c201484c85f
child 6 50f2ff6984be
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 the License "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 pkcs7.dll Manages PKCS#7 signed objects
       
    21 */
       
    22 
       
    23 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
    24 // All rights reserved.
       
    25 // This component and the accompanying materials are made available
       
    26 // under the terms of the License "Symbian Foundation License v1.0"
       
    27 // which accompanies this distribution, and is available
       
    28 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
    29 //
       
    30 // Initial Contributors:
       
    31 // Nokia Corporation - initial contribution.
       
    32 //
       
    33 // Contributors:
       
    34 //
       
    35 // Description:
       
    36 // pkcs7 project to manage PKCS#7 signed objects
       
    37 // pkcs7.dll Manages PKCS#7 signed objects
       
    38 // 
       
    39 //
       
    40 
       
    41 
       
    42 
       
    43 /**
       
    44  @file
       
    45 */
       
    46 
       
    47 target		pkcs7.dll
       
    48 CAPABILITY	All -Tcb
       
    49 targettype	dll
       
    50 
       
    51 // 	KSharedLibraryUID	KPKCS7
       
    52 UID	0x1000008d			0x101FCF81
       
    53 VENDORID 0x70000001	
       
    54 
       
    55 USERINCLUDE .
       
    56 USERINCLUDE ../inc
       
    57 SYSTEMINCLUDE +/include 
       
    58 USERINCLUDE ../../../crypto/weakcrypto/inc
       
    59 
       
    60 SOURCEPATH	.
       
    61 
       
    62 SOURCE pkcs7asn1.cpp
       
    63 SOURCE pkcs7issuerserial.cpp
       
    64 SOURCE pkcs7signerinfo.cpp
       
    65 SOURCE pkcs7excert.cpp
       
    66 
       
    67 SOURCE pkcs7contentinfo_v2.cpp
       
    68 SOURCE pkcs7signedobject_v2.cpp
       
    69 SOURCE pkcs7digestinfo.cpp
       
    70 SOURCE pkcs7encrypteddataobject.cpp
       
    71 SOURCE cmssignedobject.cpp
       
    72 SOURCE cmscontentinfo.cpp
       
    73 SOURCE cmssignerinfo.cpp
       
    74 SOURCE cmscertchoice.cpp
       
    75 SOURCE cmssigneridentifier.cpp
       
    76 SOURCE cmsutils.cpp
       
    77 
       
    78 
       
    79 LIBRARY euser.lib 
       
    80 LIBRARY x509.lib 
       
    81 LIBRARY x500.lib 
       
    82 LIBRARY crypto.lib 
       
    83 LIBRARY asn1.lib
       
    84 LIBRARY hash.lib
       
    85 LIBRARY pbe.lib cryptography.lib asnpkcs.lib
       
    86 
       
    87 DEFFILE pkcs7_v2.def