|
1 /* |
|
2 * Copyright (c) 2002-2006 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: build information for the Series 60 lcdui component |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 PRJ_PLATFORMS |
|
21 // specify the platforms your component needs to be built for here |
|
22 // defaults to WINS MARM so you can ignore this if you just build these |
|
23 |
|
24 |
|
25 |
|
26 PRJ_EXPORTS |
|
27 // specify the source file followed by its destination here |
|
28 // copy will be used to copy the source file to its destination |
|
29 // If there's no destination then the source file will be copied |
|
30 // to the same name in /epoc32/include |
|
31 |
|
32 #include "exports.inf" |
|
33 |
|
34 PRJ_EXTENSIONS |
|
35 |
|
36 START EXTENSION s60/mifconv |
|
37 OPTION TARGETFILE lcdui.mif |
|
38 OPTION HEADERFILE lcdui.mbg |
|
39 OPTION SOURCES -c32,8 qgn_note_alarm_alert -c32,8 qgn_menu_am_midlet -c32,8 qgn_graf_line_primary_horizontal \ |
|
40 -c32,8 qgn_graf_line_primary_vertical -c8,8 qgn_indi_button_j_rocker_up_pressed \ |
|
41 -c8,8 qgn_indi_button_j_rocker_up_dimmed -c8,8 qgn_indi_button_j_rocker_up \ |
|
42 -c8,8 qgn_indi_button_j_rocker_down_pressed -c8,8 qgn_indi_button_j_rocker_down_dimmed \ |
|
43 -c8,8 qgn_indi_button_j_rocker_down -c8,8 qgn_indi_button_j_rocker_left_pressed \ |
|
44 -c8,8 qgn_indi_button_j_rocker_left_dimmed -c8,8 qgn_indi_button_j_rocker_left \ |
|
45 -c8,8 qgn_indi_button_j_rocker_right_pressed -c8,8 qgn_indi_button_j_rocker_right_dimmed \ |
|
46 -c8,8 qgn_indi_button_j_rocker_right -c8,8 qgn_indi_button_j_rocker_fire_pressed \ |
|
47 -c8,8 qgn_indi_button_j_rocker_fire_dimmed -c8,8 qgn_indi_button_j_rocker_fire \ |
|
48 -c8,8 qgn_indi_game_a -c8,8 qgn_indi_game_b -c8,8 qgn_indi_game_c -c8,8 qgn_indi_game_d \ |
|
49 -c8,8 qgn_indi_rsk_horizontal -c8,8 qgn_indi_lsk_horizontal -c8,8 qgn_indi_rsk_vertical \ |
|
50 -c8,8 qgn_indi_lsk_vertical |
|
51 END |
|
52 START EXTENSION s60/mifconv |
|
53 OPTION TARGETFILE lcdui_aif.mif |
|
54 OPTION SOURCES -c32,8 qgn_menu_am_midlet |
|
55 END |
|
56 |
|
57 PRJ_MMPFILES |
|
58 lcdui.mmp |
|
59 |
|
60 |
|
61 PRJ_TESTMMPFILES |
|
62 |
|
63 // End of File |