os/security/cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* BLD.INF
sl@0
    16
* Builds for the sdp subsystem 
sl@0
    17
* This is the bld.inf file for building the secuirity subsystem.  It works for
sl@0
    18
* both beech and cedar, using the appropriate macros (if defined) to determine
sl@0
    19
* what gets built.
sl@0
    20
*
sl@0
    21
*/
sl@0
    22
sl@0
    23
sl@0
    24
/**
sl@0
    25
 @file
sl@0
    26
*/
sl@0
    27
sl@0
    28
#ifndef TOOLS2
sl@0
    29
// Disable everything except security_tools for TOOLS2 target
sl@0
    30
sl@0
    31
#include "os/security/cryptomgmtlibs/securityutils/group/bld.inf"
sl@0
    32
#include "os/security/cryptomgmtlibs/securitycommonutils/group/bld.inf"
sl@0
    33
#ifdef SYMBIAN_CRYPTOSPI
sl@0
    34
	#include "os/security/crypto/weakcryptospi/group/bld.inf"
sl@0
    35
	#include "os/security/crypto/weakcryptospi/strong/bld.inf"	
sl@0
    36
	#include "os/security/cryptoplugins/cryptospiplugins/group/bld.inf"	
sl@0
    37
#else
sl@0
    38
	#ifndef __SECURITY_COVERAGE_BUILD__
sl@0
    39
		#include "os/security/crypto/weakcrypto/group/bld.inf"
sl@0
    40
		#include "os/security/crypto/weakcrypto/strong/bld.inf"	
sl@0
    41
	#endif
sl@0
    42
sl@0
    43
#endif
sl@0
    44
sl@0
    45
#include "os/security/cryptomgmtlibs/cryptotokenfw/group/bld.inf"
sl@0
    46
#include "os/security/cryptoservices/asnpkcs/group/bld.inf"
sl@0
    47
#include "os/security/cryptoservices/certificateandkeymgmt/group/bld.inf"
sl@0
    48
sl@0
    49
// DEF139848 fix - Forward Propogation from Symtb9.1 - Illegal dependency from OCSP to HTTP.
sl@0
    50
#include "mw/securitysrv/pkiutilities/ocsp/group/bld.inf"
sl@0
    51
sl@0
    52
#include "os/security/cryptoservices/filebasedcertificateandkeystores/group/bld.inf"
sl@0
    53
#include "os/security/securityanddataprivacytools/securityconfig/group/bld.inf"
sl@0
    54
#include "os/security/cryptomgmtlibs/securitytestfw/group/bld.inf"
sl@0
    55
#include "os/security/contentmgmt/cafrecogniserconfig/bld.inf"
sl@0
    56
sl@0
    57
#include "os/security/contentmgmt/contentaccessfwfordrm/group/bld.inf"
sl@0
    58
#include "os/security/contentmgmt/cafstreamingsupport/group/bld.inf"
sl@0
    59
#include "os/security/contentmgmt/referencedrmagent/RefTestAgent/group/bld.inf"
sl@0
    60
sl@0
    61
#include "os/security/authorisation/userpromptservice/group/bld.inf"
sl@0
    62
#include "os/security/authorisation/userpromptutils/group/bld.inf"
sl@0
    63
sl@0
    64
sl@0
    65
//Test certificates temp added will be removed once filtered good certificates
sl@0
    66
#include "os/security/cryptomgmtlibs/securitytestfw/testcertificates/noncontributed/testcertificates/group/bld.inf"
sl@0
    67
sl@0
    68
sl@0
    69
#endif //TOOLS2
sl@0
    70
sl@0
    71
// Only the certapp build with TOOLS2
sl@0
    72
#include "os/security/securityanddataprivacytools/securitytools/group/bld.inf"
sl@0
    73
sl@0
    74