os/security/cryptoservices/certificateandkeymgmt/certstore/certstore.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) 2002-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 * Generic interface for certificate and keys management.
    16 * certstore.dll Abstract secure certificate storage, root certificate and keys management
    17 *
    18 */
    19 
    20 
    21 /**
    22  @file
    23 */
    24 
    25 TARGET	certstore.dll
    26 CAPABILITY All -Tcb
    27 TARGETTYPE	dll
    28 
    29 UID 0x1000008d 0x10005e0a
    30 VENDORID 0x70000001
    31 #ifdef SYMBIAN_AUTH_SERVER
    32 DEFFILE certstore.def
    33 #else
    34 DEFFILE CERTSTORE_V2.DEF
    35 #endif // SYMBIAN_AUTH_SERVER
    36 
    37 SOURCEPATH	.
    38 
    39 SOURCE Unifiedcertstoreworkingvars.cpp
    40 SOURCE certificateapps.cpp
    41 SOURCE unifiedcertstore.cpp
    42 SOURCE unifiedkeystore.cpp
    43 SOURCE CCheckedCertStore.cpp
    44 
    45 USERINCLUDE ../../../crypto/weakcrypto/inc
    46 USERINCLUDE  ../../../cryptomgmtlibs/cryptotokenfw/inc_interfaces
    47 USERINCLUDE  ../../filebasedcertificateandkeystores/Inc
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    49 
    50 LIBRARY	euser.lib estor.lib efsrv.lib 
    51 LIBRARY ctframework.lib x500.lib x509.lib wtlscert.lib hash.lib
    52 LIBRARY	pbe.lib random.lib asnpkcs.lib
    53 LIBRARY ecom.lib ctfinder.lib fstokencli.lib
    54 SMPSAFE