2
|
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 |
* bld.inf Toplevel build information for STF.
|
|
17 |
*/
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
|
|
22 |
PRJ_PLATFORMS
|
|
23 |
|
|
24 |
DEFAULT
|
|
25 |
|
|
26 |
|
|
27 |
PRJ_EXPORTS
|
|
28 |
|
|
29 |
TestFramework.ini +/wins/c/TestFramework/TestFramework.ini
|
|
30 |
TestFramework.ini +/winscw/c/TestFramework/TestFramework.ini
|
|
31 |
TestFramework.ini +/data/z/system/data/TestFramework.ini
|
|
32 |
|
|
33 |
// This is added in order to export iby files automaticly in 5.0 env
|
|
34 |
../rom/Stif.iby CORE_IBY_EXPORT_PATH(tools,Stif.iby)
|
|
35 |
|
|
36 |
../rom/stif_rom.iby CORE_IBY_EXPORT_PATH(tools/rom,stif_rom.iby)
|
|
37 |
|
|
38 |
:zip ../TestModuleTemplates/TestModuleTemplates.zip +/tools/s60rndtools/stf
|
|
39 |
:zip ../examples/MigrationExample.zip +/tools/s60rndtools/stf
|
|
40 |
|
|
41 |
PRJ_TESTEXPORTS
|
|
42 |
|
|
43 |
PRJ_MMPFILES
|
|
44 |
|
|
45 |
// STF API
|
|
46 |
#include "../api/api_platform/group/bld.inf"
|
|
47 |
|
|
48 |
// STF framework
|
|
49 |
#include "../stffw/group/bld.inf"
|
|
50 |
|
|
51 |
// STF extensions
|
|
52 |
#include "../stfext/group/bld.inf"
|
|
53 |
|
|
54 |
// STF UI
|
|
55 |
#include "../stfui/group/bld.inf"
|
|
56 |
|
|
57 |
// Examples
|
|
58 |
#include "../examples/demomodule/group/bld.inf"
|
|
59 |
|
|
60 |
|
|
61 |
// End of File
|
|
62 |
|
|
63 |
PRJ_MMPFILES
|