|
1 /* |
|
2 * Copyright (c) 2002 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 * This file provides the information required for building the |
|
16 * whole of a Mce application. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 // specify the platforms your component needs to be built for here |
|
26 // defaults to WINS MARM so you can ignore this if you just build these |
|
27 DEFAULT |
|
28 |
|
29 // Help exports |
|
30 #include "../help/group/bld.inf" |
|
31 |
|
32 PRJ_EXPORTS |
|
33 // Specify the source file followed by its destination here |
|
34 // copy will be used to copy the source file to its destination |
|
35 // If there's no destination then the source file will be copied |
|
36 // to the same name in /epoc32/include |
|
37 ../rom/mce.iby CORE_APP_LAYER_IBY_EXPORT_PATH(mce.iby) |
|
38 ../rom/mceResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(mceResources.iby) |
|
39 ../loc/mce.loc APP_LAYER_LOC_EXPORT_PATH(mce.loc) |
|
40 ../loc/MceLogEng.loc APP_LAYER_LOC_EXPORT_PATH(MceLogEng.loc) |
|
41 ../sis/Mce_stub.SIS /epoc32/data/z/system/install/mce_stub.sis |
|
42 |
|
43 PRJ_EXTENSIONS |
|
44 |
|
45 #ifdef __SCALABLE_ICONS |
|
46 START EXTENSION s60/mifconv |
|
47 OPTION TARGETFILE MCE_AIF.MIF |
|
48 OPTION SOURCES -c8,8 qgn_menu_mce |
|
49 END |
|
50 #else |
|
51 START EXTENSION s60/mifconv |
|
52 OPTION TARGETFILE MCE_AIF.MBM |
|
53 OPTION SOURCEFILE mce_IconList1.txt |
|
54 END |
|
55 #endif |
|
56 |
|
57 |
|
58 PRJ_MMPFILES |
|
59 // Specify the .mmp files required for building the important component |
|
60 // releasables. Note that you should specify any .mmp files for test |
|
61 // programs further down the file. |
|
62 // |
|
63 // Specify "tidy" if the component you need to build doesn't need to be |
|
64 // released to the rest of the company |
|
65 // specify "ignore" if the MMP file exists but should be |
|
66 // ignored. |
|
67 |
|
68 ../group/MceLogEng.mmp |
|
69 ../group/mce.mmp |
|
70 |
|
71 // End of File |