|
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 PRJ_PLATFORMS |
|
19 default |
|
20 |
|
21 #include "bldjava.inf" |
|
22 #include "buildjavastubsis.inf" |
|
23 |
|
24 PRJ_EXPORTS |
|
25 |
|
26 #include "../inc/build_defines.hrh" |
|
27 |
|
28 #ifdef RD_JAVA_UI_QT |
|
29 |
|
30 ../rom/java_3_1.iby CORE_APP_LAYER_IBY_EXPORT_PATH(java.iby) |
|
31 |
|
32 // Export ODC list files |
|
33 ../rom/midpodclist30 /epoc32/release/winscw/udeb/z/resource/java/midpodclist |
|
34 ../rom/midpodclist30 /epoc32/release/winscw/urel/z/resource/java/midpodclist |
|
35 ../rom/midpodclist30 /epoc32/data/z/resource/java/midpodclist |
|
36 |
|
37 ../rom/installerodclist30 /epoc32/release/winscw/udeb/z/resource/java/installerodclist |
|
38 ../rom/installerodclist30 /epoc32/release/winscw/urel/z/resource/java/installerodclist |
|
39 ../rom/installerodclist30 /epoc32/data/z/resource/java/installerodclist |
|
40 |
|
41 ../rom/tckrunnerodclist30 /epoc32/release/winscw/udeb/z/resource/java/tckrunnerodclist |
|
42 ../rom/tckrunnerodclist30 /epoc32/release/winscw/urel/z/resource/java/tckrunnerodclist |
|
43 ../rom/tckrunnerodclist30 /epoc32/data/z/resource/java/tckrunnerodclist |
|
44 |
|
45 ../rom/javalocalization_3_1.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(javalocalization.iby) |
|
46 |
|
47 #else // RD_JAVA_UI_QT |
|
48 |
|
49 ../rom/java_2_1.iby CORE_APP_LAYER_IBY_EXPORT_PATH(java.iby) |
|
50 |
|
51 // Export ODC list files |
|
52 ../rom/midpodclist /epoc32/release/winscw/udeb/z/resource/java/midpodclist |
|
53 ../rom/midpodclist /epoc32/release/winscw/urel/z/resource/java/midpodclist |
|
54 ../rom/midpodclist /epoc32/data/z/resource/java/midpodclist |
|
55 |
|
56 ../rom/installerodclist /epoc32/release/winscw/udeb/z/resource/java/installerodclist |
|
57 ../rom/installerodclist /epoc32/release/winscw/urel/z/resource/java/installerodclist |
|
58 ../rom/installerodclist /epoc32/data/z/resource/java/installerodclist |
|
59 |
|
60 ../rom/tckrunnerodclist /epoc32/release/winscw/udeb/z/resource/java/tckrunnerodclist |
|
61 ../rom/tckrunnerodclist /epoc32/release/winscw/urel/z/resource/java/tckrunnerodclist |
|
62 ../rom/tckrunnerodclist /epoc32/data/z/resource/java/tckrunnerodclist |
|
63 |
|
64 ../rom/javalocalization_2_1.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(javalocalization.iby) |
|
65 |
|
66 #endif // RD_JAVA_UI_QT |
|
67 |
|
68 // Test utilities are included only in R&D and SubCon images |
|
69 ../rom/javatest.iby CORE_IBY_EXPORT_PATH(tools,javatest.iby) |
|
70 |