os/security/cryptoservices/filebasedcertificateandkeystores/test/tcryptotokenhai/tcryptotokenhai.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 * Reference crypto token implementation
    16 *
    17 */
    18 
    19 
    20 
    21 /**
    22  @file
    23 */
    24 
    25 // reference implementation for hardware adaptation interface
    26 
    27 target tcryptotokenhai.dll
    28 targettype dll
    29 
    30 // ECom Dll recognition UID followed by the unique UID for this dll
    31 UID 0x10009D8D 0x101Faaa1
    32 VENDORID 0x70000001
    33 CAPABILITY All -TCB
    34 
    35 DEFFILE tcryptotokenhai.def
    36 
    37 SOURCEPATH	.
    38 SOURCE tcryptotokenhai.cpp
    39 
    40 SOURCEPATH ../thwkeystore/common
    41 SOURCE tkeydetails.cpp
    42 
    43 OS_LAYER_SYSTEMINCLUDE
    44 
    45 USERINCLUDE .
    46 USERINCLUDE ../thwkeystore/common
    47 USERINCLUDE ../../../../crypto/weakcryptospi/inc/spi
    48 
    49 LIBRARY	euser.lib 
    50 LIBRARY cryptospi.lib
    51 LIBRARY ctframework.lib
    52 LIBRARY efsrv.lib
    53 LIBRARY estor.lib
    54 
    55 SMPSAFE
    56