1 /* |
|
2 * Copyright (c) 2005-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: This file provides the information required for building fotaserver |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 |
|
25 PRJ_EXPORTS |
|
26 ../rom/fotaserver.iby CORE_MW_LAYER_IBY_EXPORT_PATH(fotaserver.iby) |
|
27 ../rom/fotaserverresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(fotaserverresources.iby) |
|
28 |
|
29 ../FotaServer/loc/fotaserver.loc MW_LAYER_LOC_EXPORT_PATH(fotaserver.loc) |
|
30 |
|
31 // Generic configuration interface for component cenrep settings |
|
32 ../conf/fotadiskstorage.confml MW_LAYER_CONFML(fotadiskstorage.confml) |
|
33 ../conf/fotadiskstorage_102072C6.crml MW_LAYER_CRML(fotadiskstorage_102072C6.crml) |
|
34 ../conf/fotaserver.confml MW_LAYER_CONFML(fotaserver.confml) |
|
35 ../conf/fotaserver_102072C4.crml MW_LAYER_CRML(fotaserver_102072C4.crml) |
|
36 |
|
37 PRJ_EXTENSIONS |
|
38 START EXTENSION s60/mifconv |
|
39 OPTION TARGETFILE fotaserver.mif |
|
40 OPTION HEADERFILE fotaserver.mbg |
|
41 OPTION SOURCES \ |
|
42 -c8,8 qgn_prop_sml_http -c8,8 qgn_prop_sml_http_off -c8,8 qgn_prop_sml_bt \ |
|
43 -c8,8 qgn_prop_sml_bt_off -c8,8 qgn_prop_sml_usb -c8,8 qgn_prop_sml_usb_off \ |
|
44 -c8,8 qgn_menu_dm_cxt -c8,8 qgn_menu_dm_disabled_cxt -c8,8 qgn_note_sml \ |
|
45 -c8,8 qgn_note_sml_server |
|
46 END |
|
47 |
|
48 START EXTENSION s60/mifconv |
|
49 OPTION TARGETFILE fotaserver_aif.mif |
|
50 OPTION SOURCES -c8,8 qgn_menu_dm |
|
51 END |
|
52 |
|
53 |
|
54 PRJ_MMPFILES |
|
55 /* |
|
56 gnumakefile fota_icons_dc.mk |
|
57 |
|
58 #ifdef __SCALABLE_ICONS |
|
59 gnumakefile fota_icons_aif_scalable_dc.mk |
|
60 #else |
|
61 gnumakefile fota_icons_aif_bitmaps_dc.mk |
|
62 #endif |
|
63 */ |
|
64 |
|
65 #ifdef __SYNCML_DM_FOTA |
|
66 ../FotaEngine/group/fotaengine.mmp |
|
67 ../fmsclient/group/fmsclient.mmp |
|
68 ../FotaServer/group/fotaserver.mmp |
|
69 ../FotaStorage/group/fotadiskstorage.mmp |
|
70 ../FotaRfsPlugin/group/RfsFotaPlugin.mmp |
|
71 ../fmserver/group/fmsserver.mmp |
|
72 |
|
73 ../FotaScheduleHandler/group/fotaschedulehandler.mmp |
|
74 |
|
75 |
|
76 |
|
77 #endif |
|