cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 /*
       
     2 * Copyright (c) 2008-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 * BLD.INF
       
    16 * Builds the security subsystem 
       
    17 * This is the bld.inf file for building the secuirity subsystem.  It works for
       
    18 * both beech and cedar, using the appropriate macros (if defined) to determine
       
    19 * what gets built.
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 /**
       
    27  @file
       
    28 */
       
    29 
       
    30 #ifndef TOOLS2
       
    31 // Disable everything except sistools and security_tools for TOOLS2 target
       
    32 
       
    33 #include "os/security/cryptomgmtlibs/securityutils/group/bld.inf"
       
    34 #include "os/security/crypto/weakcrypto/group/bld.inf"
       
    35 #include "os/security/crypto/weakcrypto/strong/bld.inf"
       
    36 #include "os/security/cryptomgmtlibs/cryptotokenfw/group/bld.inf"
       
    37 #include "os/security/cryptoservices/asnpkcs/group/bld.inf"
       
    38 #include "os/security/cryptoservices/certificateandkeymgmt/group/bld.inf"
       
    39 
       
    40 // DEF137562 fix - Removing illegal dependency from OS to MW layer. Relocation of OCSP component from OS to MW layer.
       
    41 #include "mw/securitysrv/pkiutilities/ocsp/group/bld.inf"
       
    42 
       
    43 #include "os/security/cryptoservices/filebasedcertificateandkeystores/group/bld.inf"
       
    44 #include "os/security/securityanddataprivacytools/securityconfig/group/bld.inf"
       
    45 #include "os/security/cryptomgmtlibs/securitytestfw/group/bld.inf"
       
    46 #include "os/security/contentmgmt/cafrecogniserconfig/bld.inf"
       
    47 #include "os/security/contentmgmt/contentaccessfwfordrm/group/bld.inf"
       
    48 #include "mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/bld.inf"
       
    49 
       
    50 #endif
       
    51 
       
    52 
       
    53 // Only the SISTOOLS (makesis/signsis) and certapp build with TOOLS2
       
    54 #include "os/security/securityanddataprivacytools/securitytools/group/bld.inf"