os/security/cryptoservices/certificateandkeymgmt/pkcs10/pkcs10.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) 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 /**
    19 @file
    20 
    21 @SYMPurpose pkcs10.dll Implements PKCS#10 certificate request
    22 */
    23 
    24 TARGET        pkcs10.dll
    25 CAPABILITY 	  All -Tcb
    26 TARGETTYPE    DLL
    27 
    28 UID    0x1000008d 0x101F6B8C
    29 VENDORID 0x70000001
    30 
    31 USERINCLUDE ../inc
    32 SOURCEPATH	.
    33 
    34 SOURCE        pkcs10.cpp
    35 SOURCE 		  pkcs10attr.cpp
    36 SOURCE		  keyhelper.cpp
    37 SOURCE		  pkcs9attr.cpp
    38 
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 USERINCLUDE ../../../crypto/weakcrypto/inc
    41 
    42 LIBRARY euser.lib asn1.lib x500.lib x509.lib ctframework.lib hash.lib
    43 LIBRARY cryptography.lib crypto.lib
    44 
    45 START WINS
    46     BASEADDRESS 0x745d0000
    47 END
    48 
    49 
    50 #ifdef WINSCW
    51 DEFFILE PKCS10.DEF
    52 #else
    53 DEFFILE pkcs10.def
    54 #endif
    55 SMPSAFE