diff -r b183ec05bd8c -r 19bba8228ff0 fotaapplication/fotaserver/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fotaapplication/fotaserver/group/bld.inf Wed Sep 01 12:27:42 2010 +0100 @@ -0,0 +1,77 @@ +/* +* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: This file provides the information required for building fotaserver +* +*/ + + +#include + +PRJ_PLATFORMS +DEFAULT + + +PRJ_EXPORTS +../rom/fotaserver.iby CORE_MW_LAYER_IBY_EXPORT_PATH(fotaserver.iby) +../rom/fotaserverresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(fotaserverresources.iby) + +../FotaServer/loc/fotaserver.loc MW_LAYER_LOC_EXPORT_PATH(fotaserver.loc) + +// Generic configuration interface for component cenrep settings +../conf/fotadiskstorage.confml MW_LAYER_CONFML(fotadiskstorage.confml) +../conf/fotadiskstorage_102072C6.crml MW_LAYER_CRML(fotadiskstorage_102072C6.crml) +../conf/fotaserver.confml MW_LAYER_CONFML(fotaserver.confml) +../conf/fotaserver_102072C4.crml MW_LAYER_CRML(fotaserver_102072C4.crml) + +PRJ_EXTENSIONS +START EXTENSION s60/mifconv + OPTION TARGETFILE fotaserver.mif + OPTION HEADERFILE fotaserver.mbg + OPTION SOURCES \ + -c8,8 qgn_prop_sml_http -c8,8 qgn_prop_sml_http_off -c8,8 qgn_prop_sml_bt \ + -c8,8 qgn_prop_sml_bt_off -c8,8 qgn_prop_sml_usb -c8,8 qgn_prop_sml_usb_off \ + -c8,8 qgn_menu_dm_cxt -c8,8 qgn_menu_dm_disabled_cxt -c8,8 qgn_note_sml \ + -c8,8 qgn_note_sml_server +END + +START EXTENSION s60/mifconv + OPTION TARGETFILE fotaserver_aif.mif + OPTION SOURCES -c8,8 qgn_menu_dm +END + + +PRJ_MMPFILES +/* +gnumakefile fota_icons_dc.mk + +#ifdef __SCALABLE_ICONS +gnumakefile fota_icons_aif_scalable_dc.mk +#else +gnumakefile fota_icons_aif_bitmaps_dc.mk +#endif +*/ + +#ifdef __SYNCML_DM_FOTA +../FotaEngine/group/fotaengine.mmp +../fmsclient/group/fmsclient.mmp +../FotaServer/group/fotaserver.mmp +../FotaStorage/group/fotadiskstorage.mmp +../FotaRfsPlugin/group/RfsFotaPlugin.mmp +../fmserver/group/fmsserver.mmp + +../FotaScheduleHandler/group/fotaschedulehandler.mmp + + + +#endif