emailuis/emailui/group/bld.inf
changeset 0 8466d47a6819
child 2 5253a20d2a1e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailuis/emailui/group/bld.inf	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,106 @@
+/*
+* Copyright (c) 2009 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: Project definition file for project FreestyleEmailUi
+*
+*/
+
+#include <platform_paths.hrh>
+
+
+PRJ_PLATFORMS
+DEFAULT
+
+
+PRJ_MMPFILES
+#include "../inc/FSEmailBuildFlags.h"
+
+// Mifconv extension taken into use. IMPORTANT! Still, keep the mk-files
+// similar to Freestyle (merge all the changes), but in addition to that update
+// iconlist.txt and iconlist_aif.txt.
+
+//gnumakefile FreestyleEmailUi_aif.mk
+//gnumakefile FreestyleEmailUiIcons.mk
+
+FreestyleEmailUi.mmp
+
+/* Integration MTM */
+#include "../sendasmtm/group/bld.inf"
+
+#include "../../../help/group/bld.inf"
+
+
+PRJ_EXPORTS
+/* IBY exports */
+// Export macros taken into use, loc file exported
+../rom/freestyleemailui.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(freestyleemailui.iby)
+../rom/FreestyleEmailUiResources.iby    LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(FreestyleEmailUiResources.iby)
+../loc/freestyleemailui.loc             APP_LAYER_LOC_EXPORT_PATH(freestyleemailui.loc)
+
+// Backup registration
+../group/backup_registration.xml /epoc32/data/z/private/2001E277/backup_registration.xml
+
+// Files for html display
+// make the files ready for creating ROM image 
+../data/html/attachment.gif /epoc32/data/z/private/2001E277/HtmlFile/attachment.gif
+../data/html/email.html /epoc32/data/z/private/2001E277/HtmlFile/email.html
+../data/html/header.js /epoc32/data/z/private/2001E277/HtmlFile/header.js
+../data/html/plus.gif /epoc32/data/z/private/2001E277/HtmlFile/plus.gif
+../data/html/minus.gif /epoc32/data/z/private/2001E277/HtmlFile/minus.gif
+
+// make the files ready for udeb emulator
+../data/html/attachment.gif /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/attachment.gif
+../data/html/email.html /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/email.html
+../data/html/header.js /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/header.js
+../data/html/plus.gif /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/plus.gif
+../data/html/minus.gif /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/minus.gif
+
+// make the files ready for urel emulator
+../data/html/attachment.gif /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/attachment.gif
+../data/html/email.html /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/email.html
+../data/html/header.js /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/header.js
+../data/html/plus.gif /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/plus.gif
+../data/html/minus.gif /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/minus.gif
+
+../sis/commonemailstub.sis          /epoc32/data/z/system/install/commonemailstub.sis
+
+/* Plugin settings exports */
+../inc/ESMailSettingsPlugin.h |../../../inc/ESMailSettingsPlugin.h
+../inc/ESMailSettingsPlugin.inl |../../../inc/ESMailSettingsPlugin.inl
+../inc/ESMailSettingsPluginUids.hrh |../../../inc/ESMailSettingsPluginUids.hrh/* Required by MCE and Integration MTM*/
+
+../inc/FreestyleEmailUiConstants.h |../../../inc/FreestyleEmailUiConstants.h
+
+/* Central Repository for White Label Branding */
+../inc/FreestyleEmailCenRepKeys.h |../../../inc/FreestyleEmailCenRepKeys.h
+
+// Generic configuration interface for component cenrep settings
+../conf/freestyleemailui.confml APP_LAYER_CONFML(freestyleemailui.confml) 
+// freestyleemailui_2001E277 implementation specifics for cenrep data
+../conf/freestyleemailui_2001E277.crml APP_LAYER_CRML(freestyleemailui_2001E277.crml) 
+
+
+PRJ_EXTENSIONS
+
+START EXTENSION s60/mifconv
+OPTION TARGETFILE freestyleemailui_aif.mif
+OPTION SOURCEDIR ../data
+OPTION SOURCEFILE ../data/iconlist_aif.txt
+END
+
+START EXTENSION s60/mifconv
+OPTION TARGETFILE freestyleemailui.mif
+OPTION HEADERFILE freestyleemailui.mbg
+OPTION SOURCEDIR ../data
+OPTION SOURCEFILE ../data/iconlist.txt
+END