1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoplugins/cryptospiplugins/inc/cryptospi_testplugins.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,52 @@
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 +*
1.19 +*/
1.20 +
1.21 +REM H4 Hardware Device Driver
1.22 +
1.23 +#ifndef __SECURITY_NOTH4__
1.24 +#ifdef __SECURITY_MANDATORY_SWICERTSTORE__
1.25 +// Proof of concept H4 driver (NOT supported)
1.26 +#ifdef __SECURITY_TEST_ROM__
1.27 +ROM_IMAGE[0] {
1.28 +#endif
1.29 +file=ABI_DIR\BUILD_DIR\cryptodriver.dll "sys\bin\cryptodriver.dll"
1.30 +#ifdef __SECURITY_TEST_ROM__
1.31 +}
1.32 +#endif
1.33 +
1.34 +// Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
1.35 +ROM_IMAGE[0] {
1.36 +device[VARID]=ABI_DIR\BUILD_DIR\cryptoldd.ldd "sys\bin\cryptoldd.ldd"
1.37 +device[VARID]=ABI_DIR\BUILD_DIR\crypto.h4.pdd "sys\bin\crypto.h4.pdd"
1.38 +device[VARID]=ABI_DIR\BUILD_DIR\cryptojobs.dll "sys\bin\cryptojobs.dll"
1.39 +}
1.40 +
1.41 +// preq57 plugin for H4 driver
1.42 +#ifdef __SECURITY_TEST_ROM__
1.43 +ROM_IMAGE[0] {
1.44 +#endif
1.45 +file=ABI_DIR\BUILD_DIR\crypto_h4_plugin.dll "sys\bin\crypto_h4_plugin.dll"
1.46 +#ifdef __SECURITY_TEST_ROM__
1.47 +}
1.48 +#endif
1.49 +
1.50 +// Test code for H4 driver and plugin
1.51 +file=ABI_DIR\BUILD_DIR\tcrypto.exe "sys\bin\tcrypto.exe"
1.52 +file=ABI_DIR\BUILD_DIR\temb.exe "sys\bin\temb.exe"
1.53 +file=ABI_DIR\BUILD_DIR\tasync.exe "sys\bin\tasync.exe"
1.54 +#endif
1.55 +#endif