bld.inf
changeset 77 956a80986d49
parent 73 2f170b33ba46
child 85 1efb81185f1c
equal deleted inserted replaced
73:2f170b33ba46 77:956a80986d49
     1 /*
       
     2 * Copyright (c) 2008-2010 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 for the sdp 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  @file
       
    26 */
       
    27 
       
    28 #ifndef TOOLS2
       
    29 // Disable everything except security_tools for TOOLS2 target
       
    30 
       
    31 #include "cryptomgmtlibs/securityutils/group/bld.inf"
       
    32 #include "cryptomgmtlibs/securitycommonutils/group/bld.inf"
       
    33 #ifdef SYMBIAN_CRYPTOSPI
       
    34 	#include "crypto/weakcryptospi/group/bld.inf"
       
    35 	#include "crypto/weakcryptospi/strong/bld.inf"	
       
    36 	#include "cryptoplugins/cryptospiplugins/group/bld.inf"	
       
    37 #else
       
    38 	#ifndef __SECURITY_COVERAGE_BUILD__
       
    39 		#include "crypto/weakcrypto/group/bld.inf"
       
    40 		#include "crypto/weakcrypto/strong/bld.inf"	
       
    41 	#endif
       
    42 
       
    43 #endif
       
    44 
       
    45 #include "cryptomgmtlibs/cryptotokenfw/group/bld.inf"
       
    46 #include "cryptoservices/asnpkcs/group/bld.inf"
       
    47 #include "cryptoservices/certificateandkeymgmt/group/bld.inf"
       
    48 
       
    49 // DEF139848 fix - Forward Propogation from Symtb9.1 - Illegal dependency from OCSP to HTTP.
       
    50 //#include "mw/securitysrv/pkiutilities/ocsp/group/bld.inf"
       
    51 
       
    52 #include "cryptoservices/filebasedcertificateandkeystores/group/bld.inf"
       
    53 #include "securityanddataprivacytools/securityconfig/group/bld.inf"
       
    54 #include "cryptomgmtlibs/securitytestfw/group/bld.inf"
       
    55 #include "contentmgmt/cafrecogniserconfig/bld.inf"
       
    56 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    57 #include "contentmgmt/referencedrmagent/refcafhelper/group/bld.inf"
       
    58 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    59 #include "contentmgmt/contentaccessfwfordrm/group/bld.inf"
       
    60 #include "contentmgmt/cafstreamingsupport/group/bld.inf"
       
    61 #include "contentmgmt/referencedrmagent/RefTestAgent/group/bld.inf"
       
    62 
       
    63 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    64 #include "contentmgmt/mtputils/group/bld.inf"
       
    65 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    66 
       
    67 #include "authorisation/userpromptservice/group/bld.inf"
       
    68 #include "authorisation/userpromptutils/group/bld.inf"
       
    69 
       
    70 
       
    71 #ifdef SYMBIAN_AUTH_SERVER
       
    72 #include "authenticationservices/authenticationserver/group/bld.inf"
       
    73 #endif
       
    74 
       
    75 #endif //TOOLS2
       
    76 
       
    77 // Only the certapp build with TOOLS2
       
    78 #include "securityanddataprivacytools/securitytools/group/bld.inf"
       
    79 
       
    80