os/ossrv/genericopenlibs/openenvcore/backend/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Name        : bld.inf
    15 // Part of     : backend
    16 // This is a top level bld file that drives all sub-components
    17 // that make backend library
    18 //
    19 
    20 
    21 
    22 PRJ_PLATFORMS
    23 DEFAULT
    24 
    25 #include "../ipcserver/ipcsrv/group/bld.inf"
    26 #include "../test/group/bld.inf"
    27 
    28 PRJ_MMPFILES
    29 backend.mmp
    30 mcrt0.mmp
    31 wmcrt0.mmp
    32 StdioServer.mmp
    33 #ifdef SYMBIAN_OE_POSIX_SIGNALS
    34 signalserver.mmp
    35 #endif
    36 
    37 PRJ_EXPORTS
    38 
    39 // export config.ini for the stdioredirection server
    40 ../inc/config.ini			/epoc32/winscw/c/system/data/config.ini
    41 
    42 //  End of File