os/security/cryptoservices/certificateandkeymgmt/pkcs12/pkcs12.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) 2005-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 * pkcs12.dll ASN.1 decoder for pkcs12 type objects
    16 *
    17 */
    18 
    19 
    20 
    21 Target		pkcs12.dll
    22 CAPABILITY	All -Tcb
    23 targettype	dll
    24 
    25 UID			0x1000008d 0x20001A6B
    26 VENDORID 0x70000001
    27 
    28 
    29 SOURCEPATH	.
    30 
    31 SOURCE pkcs12bags.cpp
    32 SOURCE pkcs12macdata.cpp
    33 SOURCE pkcs12safebag.cpp
    34 SOURCE pkcs12attribute.cpp
    35 SOURCE pkcs12.cpp
    36 
    37 
    38 USERINCLUDE 	.
    39 USERINCLUDE		../inc
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 LIBRARY euser.lib asn1.lib 
    43 LIBRARY	pkcs7.lib
    44 LIBRARY pbe.lib crypto.lib
    45 LIBRARY asnpkcs.lib hash.lib
    46 LIBRARY x509.lib 
    47 LIBRARY estor.lib 
    48 
    49 
    50 DEFFILE pkcs12.def
    51 SMPSAFE
    52 
    53 
    54