equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 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 the License "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 * Build information file |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths_strings.hrh> |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 |
|
25 DEFAULT |
|
26 |
|
27 PRJ_EXPORTS |
|
28 ../rom/operatormenu.iby CORE_APP_LAYER_IBY_EXPORT_PATH(operatormenu.iby) |
|
29 ../rom/OperatorMenuResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(OperatorMenuResources.iby) |
|
30 ../loc/operatormenu.loc APP_LAYER_LOC_EXPORT_PATH(operatormenu.loc) |
|
31 |
|
32 ../conf/operatormenu.confml APP_LAYER_CONFML(operatormenu.confml) |
|
33 ../conf/operatormenu_10008D5E.crml APP_LAYER_CRML(operatormenu_10008D5E.crml) |
|
34 |
|
35 #ifdef __SERIES60_32__ |
|
36 |
|
37 PRJ_MMPFILES |
|
38 |
|
39 #ifdef __SCALABLE_ICONS |
|
40 gnumakefile opmenuaifsvgiconsdc.mk |
|
41 #else |
|
42 gnumakefile opmenuaificonsdc.mk |
|
43 #endif |
|
44 |
|
45 ./OperatorMenu.mmp |
|
46 |
|
47 #else |
|
48 |
|
49 PRJ_EXTENSIONS |
|
50 START EXTENSION s60/mifconv |
|
51 OPTION TARGETFILE operatormenu_aif.mif |
|
52 OPTION SOURCES -c8,8 qgn_menu_operator |
|
53 END |
|
54 |
|
55 PRJ_MMPFILES |
|
56 ./OperatorMenu.mmp |
|
57 |
|
58 #endif |