|
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 * MceSettings DLL. |
|
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 |
|
30 PRJ_EXPORTS |
|
31 // Specify the source file followed by its destination here |
|
32 // copy will be used to copy the source file to its destination |
|
33 // If there's no destination then the source file will be copied |
|
34 // to the same name in /epoc32/include |
|
35 ../inc/MceSettingsDialog.h |../../../inc/mcesettingsdialog.h |
|
36 ../inc/MceSettingsArrays.h |../../../inc/mcesettingsarrays.h |
|
37 ../inc/MceSettingsAccountManager.h |../../../inc/mcesettingsaccountmanager.h |
|
38 ../inc/MceSettingsTitlePaneHandlerDialog.h |../../../inc/mcesettingstitlepanehandlerdialog.h |
|
39 ../rom/MceSettings.iby CORE_APP_LAYER_IBY_EXPORT_PATH(mcesettings.iby) |
|
40 ../loc/MceSettings.loc APP_LAYER_LOC_EXPORT_PATH(MceSettings.loc) |
|
41 ../inc/MceSettingsEmailSel.h |../../../inc/mcesettingsemailsel.h |
|
42 ../rom/MceSettingsResources.iby CORE_APP_LAYER_IBY_EXPORT_PATH(MceSettingsResources.iby) |
|
43 ../sis/Mcesettings_stub.SIS /epoc32/data/z/system/install/mcesettings_stub.sis |
|
44 ../loc/mcesettings_diy.loc APP_LAYER_LOC_EXPORT_PATH(mcesettings_diy.loc) |
|
45 |
|
46 PRJ_MMPFILES |
|
47 // Specify the .mmp files required for building the important component |
|
48 // releasables. Note that you should specify any .mmp files for test |
|
49 // programs further down the file. |
|
50 // |
|
51 // Specify "tidy" if the component you need to build doesn't need to be |
|
52 // released to the rest of the company |
|
53 // specify "ignore" if the MMP file exists but should be |
|
54 // ignored. |
|
55 ../group/MceSettings.mmp |
|
56 #ifdef RD_MESSAGING_GENERAL_SETTINGS_RENOVATION |
|
57 #include "../mcesettingsgsplugin/group/bld.inf" |
|
58 #endif // RD_MESSAGING_GENERAL_SETTINGS_RENOVATION |
|
59 |
|
60 // End of File |