os/security/cryptomgmtlibs/securitytestfw/inc/cryptodeps.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 // Temporary iby file which contains crypto dependencies for the tests in the
    19 // MCS ROM. Without these, a few tests fail (DEF109635)
    20 
    21 #include "crypto.iby"
    22 #include "pbetests.iby"
    23 #include "pkcs5kdftests.iby"
    24 #include "paddingtests.iby"
    25 #ifdef SYMBIAN_CRYPTOSPI
    26 #include "tcryptospi.iby"
    27 
    28 // conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
    29 #ifdef _SERIAL_DOWNLOAD
    30 #include "cryptospi_testplugins.iby"
    31 	
    32 // Proof of concept KMS (Key Management Server)
    33 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
    34 
    35 ROM_IMAGE[0] {
    36 extension[VARID]=KERNEL_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll
    37 device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd
    38 device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd
    39 }
    40 
    41 file=ABI_DIR\BUILD_DIR\kmsldd.dll		sys\bin\kmsldd.dll
    42 
    43 file=ABI_DIR\BUILD_DIR\kmsextrldd.dll		sys\bin\kmsextrldd.dll
    44 file=ABI_DIR\BUILD_DIR\kmslddtest.exe		sys\bin\kmslddtest.exe
    45 data=ABI_DIR\BUILD_DIR\kmslddclient.exe	sys\bin\kmslddclient.exe
    46 
    47 file=ABI_DIR\BUILD_DIR\kmsserver.exe		sys\bin\kmsserver.exe
    48 file=ABI_DIR\BUILD_DIR\kmsclient.dll		sys\bin\kmsclient.dll
    49 
    50 file=ABI_DIR\BUILD_DIR\kmstest.exe			sys\bin\kmstest.exe
    51 #endif
    52 file=ABI_DIR\BUILD_DIR\tsymmetric.exe	System\Programs\tsymmetric.exe
    53 file=ABI_DIR\BUILD_DIR\tasymmetric.exe	System\Programs\tasymmetric.exe
    54 file=ABI_DIR\BUILD_DIR\tbigint.exe	System\Programs\tbigint.exe
    55 #endif
    56