sl@0: /* sl@0: * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * BLD.INF sl@0: * Builds for the sdp subsystem sl@0: * This is the bld.inf file for building the secuirity subsystem. It works for sl@0: * both beech and cedar, using the appropriate macros (if defined) to determine sl@0: * what gets built. sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #ifndef TOOLS2 sl@0: // Disable everything except security_tools for TOOLS2 target sl@0: sl@0: #include "os/security/cryptomgmtlibs/securityutils/group/bld.inf" sl@0: #include "os/security/cryptomgmtlibs/securitycommonutils/group/bld.inf" sl@0: #ifdef SYMBIAN_CRYPTOSPI sl@0: #include "os/security/crypto/weakcryptospi/group/bld.inf" sl@0: #include "os/security/crypto/weakcryptospi/strong/bld.inf" sl@0: #include "os/security/cryptoplugins/cryptospiplugins/group/bld.inf" sl@0: #else sl@0: #ifndef __SECURITY_COVERAGE_BUILD__ sl@0: #include "os/security/crypto/weakcrypto/group/bld.inf" sl@0: #include "os/security/crypto/weakcrypto/strong/bld.inf" sl@0: #endif sl@0: sl@0: #endif sl@0: sl@0: #include "os/security/cryptomgmtlibs/cryptotokenfw/group/bld.inf" sl@0: #include "os/security/cryptoservices/asnpkcs/group/bld.inf" sl@0: #include "os/security/cryptoservices/certificateandkeymgmt/group/bld.inf" sl@0: sl@0: // DEF139848 fix - Forward Propogation from Symtb9.1 - Illegal dependency from OCSP to HTTP. sl@0: #include "mw/securitysrv/pkiutilities/ocsp/group/bld.inf" sl@0: sl@0: #include "os/security/cryptoservices/filebasedcertificateandkeystores/group/bld.inf" sl@0: #include "os/security/securityanddataprivacytools/securityconfig/group/bld.inf" sl@0: #include "os/security/cryptomgmtlibs/securitytestfw/group/bld.inf" sl@0: #include "os/security/contentmgmt/cafrecogniserconfig/bld.inf" sl@0: sl@0: #include "os/security/contentmgmt/contentaccessfwfordrm/group/bld.inf" sl@0: #include "os/security/contentmgmt/cafstreamingsupport/group/bld.inf" sl@0: #include "os/security/contentmgmt/referencedrmagent/RefTestAgent/group/bld.inf" sl@0: sl@0: #include "os/security/authorisation/userpromptservice/group/bld.inf" sl@0: #include "os/security/authorisation/userpromptutils/group/bld.inf" sl@0: sl@0: sl@0: //Test certificates temp added will be removed once filtered good certificates sl@0: #include "os/security/cryptomgmtlibs/securitytestfw/testcertificates/noncontributed/testcertificates/group/bld.inf" sl@0: sl@0: sl@0: #endif //TOOLS2 sl@0: sl@0: // Only the certapp build with TOOLS2 sl@0: #include "os/security/securityanddataprivacytools/securitytools/group/bld.inf" sl@0: sl@0: