email/mail/rom/MailEditorViewer.iby
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  Email editor and viewer binary files
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __MSGMAILEDITOR_IBY__
       
    19 #define __MSGMAILEDITOR_IBY__
       
    20 
       
    21 #ifdef __EMAIL_UI
       
    22 // Mail Editor
       
    23 S60_APP_EXE(MsgMailEditor)
       
    24 S60_APP_AIF_ICONS(MsgMailEditor)
       
    25 S60_APP_AIF_RSC(MsgMailEditor)
       
    26 
       
    27 // Mail Viewer (uses Mail Editor AIF icon)
       
    28 S60_APP_EXE(MsgMailViewer)
       
    29 S60_APP_AIF_RSC(MsgMailViewer)
       
    30 // CR BackUp file
       
    31 data=ZPRIVATE\101f4cd6\backup_registration.xml    Private\101f4cd6\backup_registration.xml
       
    32 
       
    33 
       
    34 // Mail utils
       
    35 file=ABI_DIR\BUILD_DIR\MsgMailUtils.dll             SHARED_LIB_DIR\MsgMailUtils.dll
       
    36 // UI applications use these bitmaps 
       
    37 // then they'd go to the same place as  application bitmap files
       
    38 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,msgmailutils)
       
    39 
       
    40 // Mail view ecom-plugins
       
    41 ECOM_PLUGIN(MailPlainView.dll, MailPlainView.rsc)
       
    42 
       
    43 #ifdef __MEETING_REQUEST_SUPPORT
       
    44 //IcalEngine
       
    45 file=ABI_DIR\BUILD_DIR\ICalEngine.dll	SHARED_LIB_DIR\ICalEngine.dll
       
    46 
       
    47 //IcalViewer ECOM plugin for Mail plugin framework
       
    48 ECOM_PLUGIN(ICalViewer.dll, ICalViewer.rsc)
       
    49 #endif // __MEETING_REQUEST_SUPPORT
       
    50 
       
    51 #endif // __EMAIL_UI
       
    52 
       
    53 #endif // __MSGMAILEDITOR_IBY__
       
    54 
       
    55 //  End of File