os/security/cryptoplugins/cryptospiplugins/test/dummyecchwplugin/group/dummyecchwplugin.mmp
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoplugins/cryptospiplugins/test/dummyecchwplugin/group/dummyecchwplugin.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,51 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* dummyecchwplugin.dll is a cryptospi plug-in which provides a dummy
1.19 +* implementation of Ecc. This is used for reference and testing
1.20 +* purposes only. This does not actually implement the ecc algorithm.
1.21 +* This plug-in performs cryptographic operations without having access
1.22 +* to the actual key. It accomplishes this in the following way:-
1.23 +* a) extracts the key handle
1.24 +* b) uses this handle to invoke cryptospihai.dll. cryptospihai.dll
1.25 +* performs the operations and returns the output back.
1.26 +* Licensees can use this plug-in as a reference for implementing a
1.27 +* similar plug-in.
1.28 +*
1.29 +*/
1.30 +
1.31 +
1.32 +TARGET dummyecchwplugin.dll
1.33 +TARGETTYPE dll
1.34 +
1.35 +CAPABILITY All -Tcb
1.36 +
1.37 +UID 0xA000D695 0xA000D696
1.38 +VENDORID 0x70000001
1.39 +
1.40 +DEFFILE dummyecchwplugin.def
1.41 +
1.42 +USERINCLUDE .
1.43 +USERINCLUDE ../../../../../crypto/weakcryptospi/inc/spi
1.44 +OS_LAYER_SYSTEMINCLUDE
1.45 +
1.46 +SOURCEPATH ../src
1.47 +SOURCE pluginentry.cpp
1.48 +SOURCE dummyeccimpl.cpp
1.49 +SOURCE dummyeccsignerimpl.cpp
1.50 +
1.51 +LIBRARY euser.lib cryptospi.lib cryptospihai.lib
1.52 +
1.53 +SMPSAFE
1.54 +