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: This file provides the information required for building the |
|
15 * whole of Profiles |
|
16 * |
|
17 */ |
|
18 |
|
19 // To get the APP_LAYER_PLATFORM_EXPORT_PATH-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 #include "../GSProfilesPlugin/group/GSProfilesPluginExports.inc" |
|
28 #include "../ProfileAiwProvider/group/ProfileAiwProviderExports.inc" |
|
29 #include "../ProfileApp/group/ProfileAppExports.inc" |
|
30 |
|
31 ../rom/Profile.iby CORE_APP_LAYER_IBY_EXPORT_PATH(profile.iby) |
|
32 ../rom/ProfileResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(profileresources.iby) |
|
33 |
|
34 PRJ_EXTENSIONS |
|
35 |
|
36 START EXTENSION s60/mifconv |
|
37 OPTION TARGETFILE profileapp_aif.mif |
|
38 OPTION SOURCES -c8,8 qgn_menu_mode |
|
39 END |
|
40 |
|
41 START EXTENSION s60/mifconv |
|
42 OPTION TARGETFILE gsprofilesplugin.mif |
|
43 OPTION HEADERFILE gsprofilesplugin.mbg |
|
44 OPTION SOURCES -c8,8 qgn_prop_cp_perso_prof |
|
45 END |
|
46 PRJ_MMPFILES |
|
47 |
|
48 //#ifdef __SCALABLE_ICONS |
|
49 // gnumakefile ../ProfileApp/group/icons_aif_scalable_dc.mk |
|
50 //#else |
|
51 //gnumakefile ../ProfileApp/group/icons_aif_bitmaps_dc.mk |
|
52 //#endif // __SCALABLE_ICONS |
|
53 |
|
54 ../ProfileApp/group/ProfileSettingsView.mmp |
|
55 ../ProfileApp/group/ProfileApp.mmp |
|
56 #ifdef RD_GS_RENOVATION |
|
57 #ifndef RD_CONTROL_PANEL |
|
58 ../ProfilesGSTonesPlugin/group/ProfilesGSTonesPlugin.mmp |
|
59 #endif // RD_CONTROL_PANEL |
|
60 #ifdef RD_CONTROL_PANEL |
|
61 //gnumakefile ../GSProfilesPlugin/group/GSProfilesPluginIcons.mk |
|
62 ../GSProfilesPlugin/group/GSProfilesPlugin.mmp |
|
63 #endif // RD_CONTROL_PANEL |
|
64 #endif // RD_GS_RENOVATION |
|
65 |
|
66 ../ProfileAiwProvider/group/ProfileAiwProvider.mmp |
|
67 |
|
68 // End of File |
|