cms/group/CMS.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  MMP file for the module
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          CMS.Dll
       
    21 TARGETTYPE      DLL
       
    22 UID             0x10011111 0x10003232
       
    23 
       
    24 
       
    25 CAPABILITY  CAP_GENERAL_DLL
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE    CMS.cpp
       
    32 SOURCE    CCMSSequence.cpp
       
    33 SOURCE    CCMSIssuerAndSerialNumber.cpp
       
    34 SOURCE    CCMSAttribute.cpp
       
    35 SOURCE    CCMSX509AlgorithmIdentifier.cpp
       
    36 SOURCE    TCMSTimeUtil.cpp
       
    37 SOURCE    CCMSSignerInfo.cpp
       
    38 SOURCE    CCMSContentInfo.cpp
       
    39 SOURCE    CCMSEncapsulatedContentInfo.cpp
       
    40 SOURCE    CCMSX509CertificateList.cpp
       
    41 SOURCE    CCMSOriginatorPublicKey.cpp
       
    42 SOURCE    CCMSOriginatorIdentifierOrKey.cpp
       
    43 SOURCE    CCMSKeyIdentifier.cpp
       
    44 SOURCE    CCMSRecipientEncryptedKey.cpp
       
    45 SOURCE    CCMSRecipientInfo.cpp
       
    46 SOURCE    CCMSKeyTransRecipientInfo.cpp
       
    47 SOURCE    CCMSKeyAgreeRecipientInfo.cpp
       
    48 SOURCE    CCMSKEKRecipientInfo.cpp
       
    49 SOURCE    CCMSX509GeneralName.cpp
       
    50 SOURCE    CCMSX509GeneralNames.cpp
       
    51 SOURCE    CCMSSignedData.cpp
       
    52 SOURCE    CCMSX509IssuerSerial.cpp
       
    53 SOURCE    CCMSX509AttributeCertificateInfo.cpp
       
    54 SOURCE    CCMSX509AttributeCertificate.cpp
       
    55 SOURCE    CCMSX509SubjectPublicKeyInfo.cpp
       
    56 SOURCE    CCMSX509Signed.cpp
       
    57 SOURCE    CCMSX509Validity.cpp
       
    58 SOURCE    CCMSX509Certificate.cpp
       
    59 SOURCE    CCMSCertificateChoices.cpp
       
    60 SOURCE    CCMSOriginatorInfo.cpp
       
    61 SOURCE    CCMSAuthenticatedData.cpp
       
    62 
       
    63 USERINCLUDE     ../inc
       
    64 
       
    65 MW_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 LIBRARY       euser.lib
       
    68 LIBRARY       asn1.lib
       
    69 LIBRARY       x509.lib
       
    70 LIBRARY       x500.lib
       
    71 LIBRARY       bafl.lib
       
    72 LIBRARY       crypto.lib
       
    73 
       
    74 SMPSAFE
       
    75