sl@0: // Copyright (c) 2005-2009 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 "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: // Name : bld.inf sl@0: // Part of : backend sl@0: // This is a top level bld file that drives all sub-components sl@0: // that make backend library sl@0: // sl@0: sl@0: sl@0: sl@0: PRJ_PLATFORMS sl@0: DEFAULT sl@0: sl@0: #include "../ipcserver/ipcsrv/group/bld.inf" sl@0: #include "../test/group/bld.inf" sl@0: sl@0: PRJ_MMPFILES sl@0: backend.mmp sl@0: mcrt0.mmp sl@0: wmcrt0.mmp sl@0: StdioServer.mmp sl@0: #ifdef SYMBIAN_OE_POSIX_SIGNALS sl@0: signalserver.mmp sl@0: #endif sl@0: sl@0: PRJ_EXPORTS sl@0: sl@0: // export config.ini for the stdioredirection server sl@0: ../inc/config.ini /epoc32/winscw/c/system/data/config.ini sl@0: sl@0: // End of File