mobilemessaging/mmsui/rom/MmsUi.iby
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     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:  MmsUi.iby*
       
    15 */
       
    16 
       
    17 #ifndef __MMSUI_IBY__
       
    18 #define __MMSUI_IBY__
       
    19 
       
    20 #ifdef __MMS
       
    21 
       
    22 //
       
    23 // MmsUi MTMs & Utilities
       
    24 //
       
    25 file=ABI_DIR\BUILD_DIR\mmssettings.dll                  SHARED_LIB_DIR\MmsSettings.dll
       
    26 file=ABI_DIR\BUILD_DIR\mmsui.dll                        SHARED_LIB_DIR\MmsUi.dll
       
    27 file=ABI_DIR\BUILD_DIR\notui.dll                        SHARED_LIB_DIR\NotUi.dll
       
    28 
       
    29 S60_APP_EXE(notviewer)
       
    30 S60_UPGRADABLE_APP_REG_RSC(notviewer)
       
    31 S60_APP_AIF_ICONS(notviewer)
       
    32 
       
    33 S60_APP_EXE(mmsviewer)
       
    34 S60_UPGRADABLE_APP_REG_RSC(mmsviewer)
       
    35 S60_APP_AIF_ICONS(mmsviewer)
       
    36 
       
    37 
       
    38 // Stub sis files
       
    39 data=\epoc32\data\z\system\install\stub_mmsviewer.sis					\system\install\stub_mmsviewer.sis
       
    40 data=\epoc32\data\z\system\install\stub_notviewer.sis					\system\install\stub_notviewer.sis
       
    41 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,mmsui)
       
    42 
       
    43 #endif //__MMS
       
    44 
       
    45 #endif   // __MMSUI_IBY__