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