os/security/cryptoservices/certificateandkeymgmt/pkcs7/pkcs7.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2003-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 
    24 target		pkcs7.dll
    25 CAPABILITY	All -Tcb
    26 targettype	dll
    27 
    28 // 	KSharedLibraryUID	KPKCS7
    29 UID	0x1000008d			0x101FCF81
    30 VENDORID 0x70000001	
    31 
    32 USERINCLUDE .
    33 USERINCLUDE ../inc
    34 USERINCLUDE ../../../crypto/weakcrypto/inc
    35 
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 
    38 SOURCEPATH	.
    39 
    40 SOURCE pkcs7asn1.cpp
    41 SOURCE pkcs7issuerserial.cpp
    42 SOURCE pkcs7signerinfo.cpp
    43 SOURCE pkcs7excert.cpp
    44 
    45 SOURCE pkcs7contentinfo_v2.cpp
    46 SOURCE pkcs7signedobject_v2.cpp
    47 SOURCE pkcs7digestinfo.cpp
    48 SOURCE pkcs7encrypteddataobject.cpp
    49 SOURCE cmssignedobject.cpp
    50 SOURCE cmscontentinfo.cpp
    51 SOURCE cmssignerinfo.cpp
    52 SOURCE cmscertchoice.cpp
    53 SOURCE cmssigneridentifier.cpp
    54 SOURCE cmsutils.cpp
    55 
    56 
    57 LIBRARY euser.lib 
    58 LIBRARY x509.lib 
    59 LIBRARY x500.lib 
    60 LIBRARY crypto.lib 
    61 LIBRARY asn1.lib
    62 LIBRARY hash.lib
    63 LIBRARY pbe.lib cryptography.lib asnpkcs.lib
    64 
    65 DEFFILE pkcs7_v2.def
    66 
    67 SMPSAFE
    68