1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/inc/cryptodeps.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,56 @@
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 +// Temporary iby file which contains crypto dependencies for the tests in the
1.22 +// MCS ROM. Without these, a few tests fail (DEF109635)
1.23 +
1.24 +#include "crypto.iby"
1.25 +#include "pbetests.iby"
1.26 +#include "pkcs5kdftests.iby"
1.27 +#include "paddingtests.iby"
1.28 +#ifdef SYMBIAN_CRYPTOSPI
1.29 +#include "tcryptospi.iby"
1.30 +
1.31 +// conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
1.32 +#ifdef _SERIAL_DOWNLOAD
1.33 +#include "cryptospi_testplugins.iby"
1.34 +
1.35 +// Proof of concept KMS (Key Management Server)
1.36 +// Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
1.37 +
1.38 +ROM_IMAGE[0] {
1.39 +extension[VARID]=KERNEL_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll
1.40 +device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd
1.41 +device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd
1.42 +}
1.43 +
1.44 +file=ABI_DIR\BUILD_DIR\kmsldd.dll sys\bin\kmsldd.dll
1.45 +
1.46 +file=ABI_DIR\BUILD_DIR\kmsextrldd.dll sys\bin\kmsextrldd.dll
1.47 +file=ABI_DIR\BUILD_DIR\kmslddtest.exe sys\bin\kmslddtest.exe
1.48 +data=ABI_DIR\BUILD_DIR\kmslddclient.exe sys\bin\kmslddclient.exe
1.49 +
1.50 +file=ABI_DIR\BUILD_DIR\kmsserver.exe sys\bin\kmsserver.exe
1.51 +file=ABI_DIR\BUILD_DIR\kmsclient.dll sys\bin\kmsclient.dll
1.52 +
1.53 +file=ABI_DIR\BUILD_DIR\kmstest.exe sys\bin\kmstest.exe
1.54 +#endif
1.55 +file=ABI_DIR\BUILD_DIR\tsymmetric.exe System\Programs\tsymmetric.exe
1.56 +file=ABI_DIR\BUILD_DIR\tasymmetric.exe System\Programs\tasymmetric.exe
1.57 +file=ABI_DIR\BUILD_DIR\tbigint.exe System\Programs\tbigint.exe
1.58 +#endif
1.59 +