sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * cryptospihai.dll provides a reference implementation for cryptospi sl@0: * hardware abstraction interface (HAI). This is used by a cryptospi sl@0: * plugin, in the case where actual keys are stored in hardware. This sl@0: * plugin does the following:- sl@0: * a) extracts the key from Crypto Token HAI sl@0: * b) performs the operations (signing and decryption) sl@0: * c) returns the results to the spi plugin. sl@0: * Licensees can use this plug-in as a reference for implementing a sl@0: * similar plug-in. sl@0: * sl@0: */ sl@0: sl@0: sl@0: TARGET cryptospihai.dll sl@0: TARGETTYPE dll sl@0: sl@0: CAPABILITY All -Tcb sl@0: sl@0: UID 0xA000D693 0xA000D694 sl@0: VENDORID 0x70000001 sl@0: sl@0: DEFFILE cryptospihai.def sl@0: sl@0: USERINCLUDE . sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: USERINCLUDE ../../../../../crypto/weakcryptospi/inc/spi sl@0: USERINCLUDE ../../../../../cryptoservices/filebasedcertificateandkeystores/test/tcryptotokenhai sl@0: sl@0: SOURCEPaTH ../src sl@0: SOURCE cryptospihai.cpp sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY cryptospi.lib sl@0: LIBRARY tcryptotokenhai.lib sl@0: LIBRARY cryptography.lib sl@0: sl@0: SMPSAFE sl@0: