sl@0: /* sl@0: * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Software Cryptography Implementations. sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #include "../test/h4drv/bld.inf" sl@0: #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC)) sl@0: #include "../test/dummyecchwplugin/group/bld.inf" sl@0: #endif sl@0: sl@0: PRJ_PLATFORMS sl@0: default sl@0: sl@0: PRJ_EXPORTS sl@0: sl@0: ../inc/cryptospi_plugins.iby /epoc32/rom/include/cryptospi_plugins.iby sl@0: sl@0: sl@0: #ifndef TOOLS // Don't build anything for tools sl@0: #ifndef TOOLS2 // Don't build anything for tools2 sl@0: sl@0: // For EKA1 arm builds, things that use long long support don't get built for thumb sl@0: sl@0: PRJ_MMPFILES sl@0: sl@0: #ifndef MARM_THUMB sl@0: sl@0: softwarecrypto.mmp BUILD_AS_ARM // For speed use ARM sl@0: sl@0: #endif sl@0: sl@0: sl@0: #endif // TOOLS2 sl@0: #endif //TOOLS sl@0: sl@0: PRJ_TESTEXPORTS sl@0: sl@0: // ROMKIT includes sl@0: ../inc/cryptospi_testplugins.iby /epoc32/rom/include/cryptospi_testplugins.iby sl@0: sl@0: #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC)) sl@0: ../inc/cryptospi_testwmdrmplugins.iby /epoc32/rom/include/cryptospi_testwmdrmplugins.iby sl@0: #endif sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: