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.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description:       
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
sl@0
    19
sl@0
    20
sl@0
    21
PRJ_PLATFORMS
sl@0
    22
// specify the platforms your component needs to be built for here
sl@0
    23
// defaults to WINS MARM so you can ignore this if you just build these
sl@0
    24
DEFAULT
sl@0
    25
sl@0
    26
PRJ_TESTEXPORTS
sl@0
    27
// NOTE: If using ARS requirements all export operations should be done under this.
sl@0
    28
// 'abld test export'
sl@0
    29
sl@0
    30
PRJ_EXPORTS
sl@0
    31
tiostreams.cfg   /epoc32/WINSCW/C/TestFramework/tiostreams.cfg
sl@0
    32
testframework.ini   /epoc32/WINSCW/C/TestFramework/testframework_tiostreams.ini
sl@0
    33
ios_c.bat   /epoc32/WINSCW/C/ios_c.bat
sl@0
    34
ios_z.bat   /epoc32/WINSCW/C/ios_z.bat
sl@0
    35
sl@0
    36
../data/docs/basicfilebuf.txt  /epoc32/WINSCW/C/TestFramework/docs/basicfilebuf.txt
sl@0
    37
../data/docs/basicistream.txt  /epoc32/WINSCW/C/TestFramework/docs/basicistream.txt
sl@0
    38
../data/docs/example.txt  /epoc32/WINSCW/C/TestFramework/docs/example.txt
sl@0
    39
../data/docs/filebuf.txt  /epoc32/WINSCW/C/TestFramework/docs/filebuf.txt
sl@0
    40
../data/docs/fpos_state.txt  /epoc32/WINSCW/C/TestFramework/docs/fpos_state.txt
sl@0
    41
../data/docs/fstream.txt  /epoc32/WINSCW/C/TestFramework/docs/fstream.txt
sl@0
    42
../data/docs/istream.txt  /epoc32/WINSCW/C/TestFramework/docs/istream.txt
sl@0
    43
../data/docs/ostream.txt  /epoc32/WINSCW/C/TestFramework/docs/ostream.txt
sl@0
    44
../data/docs/streambuf.txt  /epoc32/WINSCW/C/TestFramework/docs/streambuf.txt
sl@0
    45
../data/docs/wfstream.txt  /epoc32/WINSCW/C/TestFramework/docs/wfstream.txt
sl@0
    46
../data/docs/wifstream.txt  /epoc32/WINSCW/C/TestFramework/docs/wifstream.txt
sl@0
    47
../data/docs/wistream.txt  /epoc32/WINSCW/C/TestFramework/docs/wistream.txt
sl@0
    48
../data/docs/wostream.txt  /epoc32/WINSCW/C/TestFramework/docs/wostream.txt
sl@0
    49
../data/docs/wstreambuf.txt  /epoc32/WINSCW/C/TestFramework/docs/wstreambuf.txt
sl@0
    50
sl@0
    51
// Specify the source file followed by its destination here
sl@0
    52
// copy will be used to copy the source file to its destination
sl@0
    53
// If there's no destination then the source file will be copied
sl@0
    54
// to the same name in /epoc32/include
sl@0
    55
// Example: 
sl@0
    56
/*
sl@0
    57
/agnmodel/inc/AGMCOMON.H
sl@0
    58
*/
sl@0
    59
sl@0
    60
PRJ_TESTMMPFILES
sl@0
    61
// NOTE: If using ARS requirements .mmp file operation should be done under this.
sl@0
    62
// 'abld test build'
sl@0
    63
sl@0
    64
PRJ_MMPFILES
sl@0
    65
// Specify the .mmp files required for building the important component
sl@0
    66
// releasables.
sl@0
    67
//
sl@0
    68
// Specify "tidy" if the component you need to build doesn't need to be
sl@0
    69
// released. Specify "ignore" if the MMP file exists but should be
sl@0
    70
// ignored.
sl@0
    71
// Example:
sl@0
    72
/*
sl@0
    73
/agnmodel/group/agnmodel.mmp
sl@0
    74
#if defined(MARM)
sl@0
    75
/agnmodel/group/agsvexe.mmp
sl@0
    76
#endif
sl@0
    77
*/
sl@0
    78
tiostreams.mmp
sl@0
    79
sl@0
    80
//  End of File