emailuis/emailui/group/bld.inf
changeset 0 8466d47a6819
child 2 5253a20d2a1e
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2009 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: Project definition file for project FreestyleEmailUi
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 
       
    25 PRJ_MMPFILES
       
    26 #include "../inc/FSEmailBuildFlags.h"
       
    27 
       
    28 // Mifconv extension taken into use. IMPORTANT! Still, keep the mk-files
       
    29 // similar to Freestyle (merge all the changes), but in addition to that update
       
    30 // iconlist.txt and iconlist_aif.txt.
       
    31 
       
    32 //gnumakefile FreestyleEmailUi_aif.mk
       
    33 //gnumakefile FreestyleEmailUiIcons.mk
       
    34 
       
    35 FreestyleEmailUi.mmp
       
    36 
       
    37 /* Integration MTM */
       
    38 #include "../sendasmtm/group/bld.inf"
       
    39 
       
    40 #include "../../../help/group/bld.inf"
       
    41 
       
    42 
       
    43 PRJ_EXPORTS
       
    44 /* IBY exports */
       
    45 // Export macros taken into use, loc file exported
       
    46 ../rom/freestyleemailui.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(freestyleemailui.iby)
       
    47 ../rom/FreestyleEmailUiResources.iby    LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(FreestyleEmailUiResources.iby)
       
    48 ../loc/freestyleemailui.loc             APP_LAYER_LOC_EXPORT_PATH(freestyleemailui.loc)
       
    49 
       
    50 // Backup registration
       
    51 ../group/backup_registration.xml /epoc32/data/z/private/2001E277/backup_registration.xml
       
    52 
       
    53 // Files for html display
       
    54 // make the files ready for creating ROM image 
       
    55 ../data/html/attachment.gif /epoc32/data/z/private/2001E277/HtmlFile/attachment.gif
       
    56 ../data/html/email.html /epoc32/data/z/private/2001E277/HtmlFile/email.html
       
    57 ../data/html/header.js /epoc32/data/z/private/2001E277/HtmlFile/header.js
       
    58 ../data/html/plus.gif /epoc32/data/z/private/2001E277/HtmlFile/plus.gif
       
    59 ../data/html/minus.gif /epoc32/data/z/private/2001E277/HtmlFile/minus.gif
       
    60 
       
    61 // make the files ready for udeb emulator
       
    62 ../data/html/attachment.gif /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/attachment.gif
       
    63 ../data/html/email.html /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/email.html
       
    64 ../data/html/header.js /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/header.js
       
    65 ../data/html/plus.gif /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/plus.gif
       
    66 ../data/html/minus.gif /epoc32/release/winscw/udeb/z/private/2001E277/HtmlFile/minus.gif
       
    67 
       
    68 // make the files ready for urel emulator
       
    69 ../data/html/attachment.gif /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/attachment.gif
       
    70 ../data/html/email.html /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/email.html
       
    71 ../data/html/header.js /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/header.js
       
    72 ../data/html/plus.gif /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/plus.gif
       
    73 ../data/html/minus.gif /epoc32/release/winscw/urel/z/private/2001E277/HtmlFile/minus.gif
       
    74 
       
    75 ../sis/commonemailstub.sis          /epoc32/data/z/system/install/commonemailstub.sis
       
    76 
       
    77 /* Plugin settings exports */
       
    78 ../inc/ESMailSettingsPlugin.h |../../../inc/ESMailSettingsPlugin.h
       
    79 ../inc/ESMailSettingsPlugin.inl |../../../inc/ESMailSettingsPlugin.inl
       
    80 ../inc/ESMailSettingsPluginUids.hrh |../../../inc/ESMailSettingsPluginUids.hrh/* Required by MCE and Integration MTM*/
       
    81 
       
    82 ../inc/FreestyleEmailUiConstants.h |../../../inc/FreestyleEmailUiConstants.h
       
    83 
       
    84 /* Central Repository for White Label Branding */
       
    85 ../inc/FreestyleEmailCenRepKeys.h |../../../inc/FreestyleEmailCenRepKeys.h
       
    86 
       
    87 // Generic configuration interface for component cenrep settings
       
    88 ../conf/freestyleemailui.confml APP_LAYER_CONFML(freestyleemailui.confml) 
       
    89 // freestyleemailui_2001E277 implementation specifics for cenrep data
       
    90 ../conf/freestyleemailui_2001E277.crml APP_LAYER_CRML(freestyleemailui_2001E277.crml) 
       
    91 
       
    92 
       
    93 PRJ_EXTENSIONS
       
    94 
       
    95 START EXTENSION s60/mifconv
       
    96 OPTION TARGETFILE freestyleemailui_aif.mif
       
    97 OPTION SOURCEDIR ../data
       
    98 OPTION SOURCEFILE ../data/iconlist_aif.txt
       
    99 END
       
   100 
       
   101 START EXTENSION s60/mifconv
       
   102 OPTION TARGETFILE freestyleemailui.mif
       
   103 OPTION HEADERFILE freestyleemailui.mbg
       
   104 OPTION SOURCEDIR ../data
       
   105 OPTION SOURCEFILE ../data/iconlist.txt
       
   106 END