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: * sl@0: */ sl@0: sl@0: REM H4 Hardware Device Driver sl@0: sl@0: #ifndef __SECURITY_NOTH4__ sl@0: #ifdef __SECURITY_MANDATORY_SWICERTSTORE__ sl@0: // Proof of concept H4 driver (NOT supported) sl@0: #ifdef __SECURITY_TEST_ROM__ sl@0: ROM_IMAGE[0] { sl@0: #endif sl@0: file=ABI_DIR\BUILD_DIR\cryptodriver.dll "sys\bin\cryptodriver.dll" sl@0: #ifdef __SECURITY_TEST_ROM__ sl@0: } sl@0: #endif sl@0: sl@0: // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension. sl@0: ROM_IMAGE[0] { sl@0: device[VARID]=ABI_DIR\BUILD_DIR\cryptoldd.ldd "sys\bin\cryptoldd.ldd" sl@0: device[VARID]=ABI_DIR\BUILD_DIR\crypto.h4.pdd "sys\bin\crypto.h4.pdd" sl@0: device[VARID]=ABI_DIR\BUILD_DIR\cryptojobs.dll "sys\bin\cryptojobs.dll" sl@0: } sl@0: sl@0: // preq57 plugin for H4 driver sl@0: #ifdef __SECURITY_TEST_ROM__ sl@0: ROM_IMAGE[0] { sl@0: #endif sl@0: file=ABI_DIR\BUILD_DIR\crypto_h4_plugin.dll "sys\bin\crypto_h4_plugin.dll" sl@0: #ifdef __SECURITY_TEST_ROM__ sl@0: } sl@0: #endif sl@0: sl@0: // Test code for H4 driver and plugin sl@0: file=ABI_DIR\BUILD_DIR\tcrypto.exe "sys\bin\tcrypto.exe" sl@0: file=ABI_DIR\BUILD_DIR\temb.exe "sys\bin\temb.exe" sl@0: file=ABI_DIR\BUILD_DIR\tasync.exe "sys\bin\tasync.exe" sl@0: #endif sl@0: #endif