cryptomgmtlibs/securitytestfw/inc/cryptodeps.iby
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 // Temporary iby file which contains crypto dependencies for the tests in the
       
    18 // MCS ROM. Without these, a few tests fail (DEF109635)
       
    19 
       
    20 #include "crypto.iby"
       
    21 #include "pbetests.iby"
       
    22 #include "pkcs5kdftests.iby"
       
    23 #include "paddingtests.iby"
       
    24 #ifdef SYMBIAN_CRYPTOSPI
       
    25 #include "tcryptospi.iby"
       
    26 #include "cryptospi_testplugins.iby"
       
    27 	
       
    28 // Proof of concept KMS (Key Management Server)
       
    29 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
       
    30 ROM_IMAGE[0] {
       
    31 extension[VARID]=ABI_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll
       
    32 device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd
       
    33 device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd
       
    34 }
       
    35 
       
    36 file=ABI_DIR\BUILD_DIR\kmsldd.dll		sys\bin\kmsldd.dll
       
    37 
       
    38 file=ABI_DIR\BUILD_DIR\kmsextrldd.dll		sys\bin\kmsextrldd.dll
       
    39 file=ABI_DIR\BUILD_DIR\kmslddtest.exe		sys\bin\kmslddtest.exe
       
    40 data=ABI_DIR\BUILD_DIR\kmslddclient.exe	sys\bin\kmslddclient.exe
       
    41 
       
    42 file=ABI_DIR\BUILD_DIR\kmsserver.exe		sys\bin\kmsserver.exe
       
    43 file=ABI_DIR\BUILD_DIR\kmsclient.dll		sys\bin\kmsclient.dll
       
    44 
       
    45 file=ABI_DIR\BUILD_DIR\kmstest.exe			sys\bin\kmstest.exe
       
    46 
       
    47 file=ABI_DIR\BUILD_DIR\tsymmetric.exe	System\Programs\tsymmetric.exe
       
    48 file=ABI_DIR\BUILD_DIR\tasymmetric.exe	System\Programs\tasymmetric.exe
       
    49 file=ABI_DIR\BUILD_DIR\tbigint.exe	System\Programs\tbigint.exe
       
    50 #endif