1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,74 @@
1.4 +/*
1.5 +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* BLD.INF
1.19 +* Builds for the sdp subsystem
1.20 +* This is the bld.inf file for building the secuirity subsystem. It works for
1.21 +* both beech and cedar, using the appropriate macros (if defined) to determine
1.22 +* what gets built.
1.23 +*
1.24 +*/
1.25 +
1.26 +
1.27 +/**
1.28 + @file
1.29 +*/
1.30 +
1.31 +#ifndef TOOLS2
1.32 +// Disable everything except security_tools for TOOLS2 target
1.33 +
1.34 +#include "os/security/cryptomgmtlibs/securityutils/group/bld.inf"
1.35 +#include "os/security/cryptomgmtlibs/securitycommonutils/group/bld.inf"
1.36 +#ifdef SYMBIAN_CRYPTOSPI
1.37 + #include "os/security/crypto/weakcryptospi/group/bld.inf"
1.38 + #include "os/security/crypto/weakcryptospi/strong/bld.inf"
1.39 + #include "os/security/cryptoplugins/cryptospiplugins/group/bld.inf"
1.40 +#else
1.41 + #ifndef __SECURITY_COVERAGE_BUILD__
1.42 + #include "os/security/crypto/weakcrypto/group/bld.inf"
1.43 + #include "os/security/crypto/weakcrypto/strong/bld.inf"
1.44 + #endif
1.45 +
1.46 +#endif
1.47 +
1.48 +#include "os/security/cryptomgmtlibs/cryptotokenfw/group/bld.inf"
1.49 +#include "os/security/cryptoservices/asnpkcs/group/bld.inf"
1.50 +#include "os/security/cryptoservices/certificateandkeymgmt/group/bld.inf"
1.51 +
1.52 +// DEF139848 fix - Forward Propogation from Symtb9.1 - Illegal dependency from OCSP to HTTP.
1.53 +#include "mw/securitysrv/pkiutilities/ocsp/group/bld.inf"
1.54 +
1.55 +#include "os/security/cryptoservices/filebasedcertificateandkeystores/group/bld.inf"
1.56 +#include "os/security/securityanddataprivacytools/securityconfig/group/bld.inf"
1.57 +#include "os/security/cryptomgmtlibs/securitytestfw/group/bld.inf"
1.58 +#include "os/security/contentmgmt/cafrecogniserconfig/bld.inf"
1.59 +
1.60 +#include "os/security/contentmgmt/contentaccessfwfordrm/group/bld.inf"
1.61 +#include "os/security/contentmgmt/cafstreamingsupport/group/bld.inf"
1.62 +#include "os/security/contentmgmt/referencedrmagent/RefTestAgent/group/bld.inf"
1.63 +
1.64 +#include "os/security/authorisation/userpromptservice/group/bld.inf"
1.65 +#include "os/security/authorisation/userpromptutils/group/bld.inf"
1.66 +
1.67 +
1.68 +//Test certificates temp added will be removed once filtered good certificates
1.69 +#include "os/security/cryptomgmtlibs/securitytestfw/testcertificates/noncontributed/testcertificates/group/bld.inf"
1.70 +
1.71 +
1.72 +#endif //TOOLS2
1.73 +
1.74 +// Only the certapp build with TOOLS2
1.75 +#include "os/security/securityanddataprivacytools/securitytools/group/bld.inf"
1.76 +
1.77 +