os/ossrv/stdcpp/tsrc/BC/apps/tiostreams/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 tiostreams.cfg   /epoc32/WINSCW/C/TestFramework/tiostreams.cfg
    32 testframework.ini   /epoc32/WINSCW/C/TestFramework/testframework_tiostreams.ini
    33 ios_c.bat   /epoc32/WINSCW/C/ios_c.bat
    34 ios_z.bat   /epoc32/WINSCW/C/ios_z.bat
    35 
    36 ../data/docs/basicfilebuf.txt  /epoc32/WINSCW/C/TestFramework/docs/basicfilebuf.txt
    37 ../data/docs/basicistream.txt  /epoc32/WINSCW/C/TestFramework/docs/basicistream.txt
    38 ../data/docs/example.txt  /epoc32/WINSCW/C/TestFramework/docs/example.txt
    39 ../data/docs/filebuf.txt  /epoc32/WINSCW/C/TestFramework/docs/filebuf.txt
    40 ../data/docs/fpos_state.txt  /epoc32/WINSCW/C/TestFramework/docs/fpos_state.txt
    41 ../data/docs/fstream.txt  /epoc32/WINSCW/C/TestFramework/docs/fstream.txt
    42 ../data/docs/istream.txt  /epoc32/WINSCW/C/TestFramework/docs/istream.txt
    43 ../data/docs/ostream.txt  /epoc32/WINSCW/C/TestFramework/docs/ostream.txt
    44 ../data/docs/streambuf.txt  /epoc32/WINSCW/C/TestFramework/docs/streambuf.txt
    45 ../data/docs/wfstream.txt  /epoc32/WINSCW/C/TestFramework/docs/wfstream.txt
    46 ../data/docs/wifstream.txt  /epoc32/WINSCW/C/TestFramework/docs/wifstream.txt
    47 ../data/docs/wistream.txt  /epoc32/WINSCW/C/TestFramework/docs/wistream.txt
    48 ../data/docs/wostream.txt  /epoc32/WINSCW/C/TestFramework/docs/wostream.txt
    49 ../data/docs/wstreambuf.txt  /epoc32/WINSCW/C/TestFramework/docs/wstreambuf.txt
    50 
    51 // Specify the source file followed by its destination here
    52 // copy will be used to copy the source file to its destination
    53 // If there's no destination then the source file will be copied
    54 // to the same name in /epoc32/include
    55 // Example: 
    56 /*
    57 /agnmodel/inc/AGMCOMON.H
    58 */
    59 
    60 PRJ_TESTMMPFILES
    61 // NOTE: If using ARS requirements .mmp file operation should be done under this.
    62 // 'abld test build'
    63 
    64 PRJ_MMPFILES
    65 // Specify the .mmp files required for building the important component
    66 // releasables.
    67 //
    68 // Specify "tidy" if the component you need to build doesn't need to be
    69 // released. Specify "ignore" if the MMP file exists but should be
    70 // ignored.
    71 // Example:
    72 /*
    73 /agnmodel/group/agnmodel.mmp
    74 #if defined(MARM)
    75 /agnmodel/group/agsvexe.mmp
    76 #endif
    77 */
    78 tiostreams.mmp
    79 
    80 //  End of File