os/security/cryptoplugins/cryptospiplugins/inc/cryptospi_testplugins.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 *
    16 */
    17 
    18 REM H4 Hardware Device Driver
    19 
    20 #ifndef __SECURITY_NOTH4__
    21 #ifdef __SECURITY_MANDATORY_SWICERTSTORE__
    22 // Proof of concept H4 driver (NOT supported)
    23 #ifdef __SECURITY_TEST_ROM__
    24 ROM_IMAGE[0] {
    25 #endif
    26 file=ABI_DIR\BUILD_DIR\cryptodriver.dll 	"sys\bin\cryptodriver.dll"
    27 #ifdef __SECURITY_TEST_ROM__
    28 }
    29 #endif
    30 
    31 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
    32 ROM_IMAGE[0] {
    33 device[VARID]=ABI_DIR\BUILD_DIR\cryptoldd.ldd 	"sys\bin\cryptoldd.ldd"
    34 device[VARID]=ABI_DIR\BUILD_DIR\crypto.h4.pdd 	"sys\bin\crypto.h4.pdd"
    35 device[VARID]=ABI_DIR\BUILD_DIR\cryptojobs.dll 	"sys\bin\cryptojobs.dll"
    36 }
    37 
    38 // preq57 plugin for H4 driver
    39 #ifdef __SECURITY_TEST_ROM__
    40 ROM_IMAGE[0] {
    41 #endif
    42 file=ABI_DIR\BUILD_DIR\crypto_h4_plugin.dll 	"sys\bin\crypto_h4_plugin.dll"
    43 #ifdef __SECURITY_TEST_ROM__
    44 }
    45 #endif
    46 
    47 // Test code for H4 driver and plugin
    48 file=ABI_DIR\BUILD_DIR\tcrypto.exe 	"sys\bin\tcrypto.exe"
    49 file=ABI_DIR\BUILD_DIR\temb.exe 	"sys\bin\temb.exe"
    50 file=ABI_DIR\BUILD_DIR\tasync.exe 	"sys\bin\tasync.exe"
    51 #endif
    52 #endif