os/ossrv/stdcpp/tsrc/Stdcpp_test/bcdrivers/twiostreams/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 
    19 
    20 
    21 PRJ_PLATFORMS
    22 // specify the platforms your component needs to be built for here
    23 // defaults to WINS MARM so you can ignore this if you just build these
    24 DEFAULT
    25 
    26 PRJ_TESTEXPORTS
    27 // NOTE: If using ARS requirements all export operations should be done under this.
    28 // 'abld test export'
    29 
    30 PRJ_EXPORTS
    31 twiostreams.cfg   /epoc32/WINSCW/C/TestFramework/twiostreams.cfg
    32 ../../docs/basicfilebuf.txt    /epoc32/WINSCW/C/TestFramework/docs/basicfilebuf.txt
    33 ../../docs/basicistream.txt    /epoc32/WINSCW/C/TestFramework/docs/basicistream.txt
    34 ../../docs/wfstream.txt    /epoc32/WINSCW/C/TestFramework/docs/wfstream.txt
    35 ../../docs/wifstream.txt    /epoc32/WINSCW/C/TestFramework/docs/wifstream.txt
    36 ../../docs/wistream.txt    /epoc32/WINSCW/C/TestFramework/docs/wistream.txt
    37 ../../docs/wostream.txt    /epoc32/WINSCW/C/TestFramework/docs/wostream.txt
    38 ../../docs/wstreambuf.txt    /epoc32/WINSCW/C/TestFramework/docs/wstreambuf.txt
    39 
    40 // Specify the source file followed by its destination here
    41 // copy will be used to copy the source file to its destination
    42 // If there's no destination then the source file will be copied
    43 // to the same name in /epoc32/include
    44 // Example: 
    45 /*
    46 /agnmodel/inc/AGMCOMON.H
    47 */
    48 
    49 
    50 // NOTE: If using ARS requirements .mmp file operation should be done under this.
    51 // 'abld test build'
    52 
    53 PRJ_TESTMMPFILES
    54 // Specify the .mmp files required for building the important component
    55 // releasables.
    56 //
    57 // Specify "tidy" if the component you need to build doesn't need to be
    58 // released. Specify "ignore" if the MMP file exists but should be
    59 // ignored.
    60 // Example:
    61 /*
    62 /agnmodel/group/agnmodel.mmp
    63 #if defined(MARM)
    64 /agnmodel/group/agsvexe.mmp
    65 #endif
    66 */
    67 twiostreams.mmp
    68 
    69 //  End of File