equal
deleted
inserted
replaced
|
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: bld.inf Toplevel build information for STIF UI |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 PRJ_PLATFORMS |
|
21 // Specify the platforms your component needs to be built for here. |
|
22 // If not specified all platforms can be built. |
|
23 |
|
24 // Note that if you want to build STIF to GCCE platform, GCCE must be |
|
25 // specified separately - it is not part of default platforms. |
|
26 // DEFAULT GCCE |
|
27 |
|
28 DEFAULT |
|
29 |
|
30 |
|
31 PRJ_EXPORTS |
|
32 // This is added in order to export iby files automaticly in 5.0 env |
|
33 ../rom/Stifui.iby CORE_IBY_EXPORT_PATH(tools,Stifui.iby) |
|
34 |
|
35 PRJ_TESTEXPORTS |
|
36 |
|
37 PRJ_MMPFILES |
|
38 // StifUI |
|
39 #include "../stifui/group/bld.inf" |
|
40 |
|
41 // UiTestServerStarter |
|
42 #include "../uitestserverstarter/group/bld.inf" |
|
43 |
|
44 |
|
45 // End of File |
|
46 |