stdcpp/tsrc/Stdcpp_test/bcdrivers/tiostreams/group/bld.inf
changeset 0 e4d67989cc36
child 44 97b0fb8a2cc2
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 ../../docs/example.txt    /epoc32/WINSCW/C/TestFramework/docs/example.txt
       
    33 ../../docs/streambuf.txt    /epoc32/WINSCW/C/TestFramework/docs/streambuf.txt
       
    34 ../../docs/ostream.txt    /epoc32/WINSCW/C/TestFramework/docs/ostream.txt
       
    35 ../../docs/istream.txt    /epoc32/WINSCW/C/TestFramework/docs/istream.txt
       
    36  ../../docs/fstream.txt    /epoc32/WINSCW/C/TestFramework/docs/fstream.txt
       
    37 ../../docs/fpos_state.txt    /epoc32/WINSCW/C/TestFramework/docs/fpos_state.txt
       
    38 ../../docs/filebuf.txt    /epoc32/WINSCW/C/TestFramework/docs/filebuf.txt
       
    39 
       
    40 
       
    41 
       
    42 // Specify the source file followed by its destination here
       
    43 // copy will be used to copy the source file to its destination
       
    44 // If there's no destination then the source file will be copied
       
    45 // to the same name in /epoc32/include
       
    46 // Example: 
       
    47 /*
       
    48 /agnmodel/inc/AGMCOMON.H
       
    49 */
       
    50 
       
    51 PRJ_TESTMMPFILES
       
    52 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    53 // 'abld test build'
       
    54 
       
    55 PRJ_TESTMMPFILES
       
    56 // Specify the .mmp files required for building the important component
       
    57 // releasables.
       
    58 //
       
    59 // Specify "tidy" if the component you need to build doesn't need to be
       
    60 // released. Specify "ignore" if the MMP file exists but should be
       
    61 // ignored.
       
    62 // Example:
       
    63 /*
       
    64 /agnmodel/group/agnmodel.mmp
       
    65 #if defined(MARM)
       
    66 /agnmodel/group/agsvexe.mmp
       
    67 #endif
       
    68 */
       
    69 tiostreams.mmp
       
    70 
       
    71 //  End of File