1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoplugins/cryptospiplugins/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
1.4 +/*
1.5 +* Copyright (c) 2007-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 +* Software Cryptography Implementations.
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +/**
1.24 + @file
1.25 +*/
1.26 +
1.27 +#include "../test/h4drv/bld.inf"
1.28 +#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
1.29 +#include "../test/dummyecchwplugin/group/bld.inf"
1.30 +#endif
1.31 +
1.32 +PRJ_PLATFORMS
1.33 +default
1.34 +
1.35 +PRJ_EXPORTS
1.36 +
1.37 +../inc/cryptospi_plugins.iby /epoc32/rom/include/cryptospi_plugins.iby
1.38 +
1.39 +
1.40 +#ifndef TOOLS // Don't build anything for tools
1.41 +#ifndef TOOLS2 // Don't build anything for tools2
1.42 +
1.43 +// For EKA1 arm builds, things that use long long support don't get built for thumb
1.44 +
1.45 +PRJ_MMPFILES
1.46 +
1.47 +#ifndef MARM_THUMB
1.48 +
1.49 +softwarecrypto.mmp BUILD_AS_ARM // For speed use ARM
1.50 +
1.51 +#endif
1.52 +
1.53 +
1.54 +#endif // TOOLS2
1.55 +#endif //TOOLS
1.56 +
1.57 +PRJ_TESTEXPORTS
1.58 +
1.59 +// ROMKIT includes
1.60 +../inc/cryptospi_testplugins.iby /epoc32/rom/include/cryptospi_testplugins.iby
1.61 +
1.62 +#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
1.63 +../inc/cryptospi_testwmdrmplugins.iby /epoc32/rom/include/cryptospi_testwmdrmplugins.iby
1.64 +#endif
1.65 +
1.66 +
1.67 +
1.68 +
1.69 +
1.70 +
1.71 +
1.72 +