os/security/cryptoplugins/cryptospiplugins/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-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 * Software Cryptography Implementations.
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 #include "../test/h4drv/bld.inf"
    25 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
    26 #include "../test/dummyecchwplugin/group/bld.inf"
    27 #endif
    28 
    29 PRJ_PLATFORMS
    30 default
    31 
    32 PRJ_EXPORTS
    33 
    34 ../inc/cryptospi_plugins.iby /epoc32/rom/include/cryptospi_plugins.iby
    35 
    36 
    37 #ifndef TOOLS // Don't build anything for tools
    38 #ifndef TOOLS2 // Don't build anything for tools2
    39 
    40 // For EKA1 arm builds, things that use long long support don't get built for thumb
    41 
    42 PRJ_MMPFILES
    43 
    44 #ifndef MARM_THUMB
    45 
    46 softwarecrypto.mmp BUILD_AS_ARM // For speed use ARM
    47 
    48 #endif
    49 
    50 
    51 #endif // TOOLS2
    52 #endif //TOOLS
    53 
    54 PRJ_TESTEXPORTS
    55 
    56 // ROMKIT includes
    57 ../inc/cryptospi_testplugins.iby /epoc32/rom/include/cryptospi_testplugins.iby
    58 
    59 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
    60 ../inc/cryptospi_testwmdrmplugins.iby /epoc32/rom/include/cryptospi_testwmdrmplugins.iby
    61 #endif
    62 
    63 
    64 
    65 
    66 
    67 
    68 
    69