diff -r 000000000000 -r 2c201484c85f cryptomgmtlibs/securitytestfw/inc/cryptodeps.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptomgmtlibs/securitytestfw/inc/cryptodeps.iby Wed Jul 08 11:25:26 2009 +0100 @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +// Temporary iby file which contains crypto dependencies for the tests in the +// MCS ROM. Without these, a few tests fail (DEF109635) + +#include "crypto.iby" +#include "pbetests.iby" +#include "pkcs5kdftests.iby" +#include "paddingtests.iby" +#ifdef SYMBIAN_CRYPTOSPI +#include "tcryptospi.iby" +#include "cryptospi_testplugins.iby" + +// Proof of concept KMS (Key Management Server) +// Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension. +ROM_IMAGE[0] { +extension[VARID]=ABI_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll +device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd +device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd +} + +file=ABI_DIR\BUILD_DIR\kmsldd.dll sys\bin\kmsldd.dll + +file=ABI_DIR\BUILD_DIR\kmsextrldd.dll sys\bin\kmsextrldd.dll +file=ABI_DIR\BUILD_DIR\kmslddtest.exe sys\bin\kmslddtest.exe +data=ABI_DIR\BUILD_DIR\kmslddclient.exe sys\bin\kmslddclient.exe + +file=ABI_DIR\BUILD_DIR\kmsserver.exe sys\bin\kmsserver.exe +file=ABI_DIR\BUILD_DIR\kmsclient.dll sys\bin\kmsclient.dll + +file=ABI_DIR\BUILD_DIR\kmstest.exe sys\bin\kmstest.exe + +file=ABI_DIR\BUILD_DIR\tsymmetric.exe System\Programs\tsymmetric.exe +file=ABI_DIR\BUILD_DIR\tasymmetric.exe System\Programs\tasymmetric.exe +file=ABI_DIR\BUILD_DIR\tbigint.exe System\Programs\tbigint.exe +#endif