mobilemessaging/mmsui/mtm/MmsUi.mmp
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:  
       
    15 *     This is project specification file for the mmsui.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 //...LOGGING...
       
    25 //MACRO USE_LOGGER              // HW debugging support
       
    26 //LIBRARY Flogger.lib
       
    27 //...LOGGING...
       
    28 
       
    29 TARGET          mmsui.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x10004845 0x100058DD
       
    32 VENDORID        VID_DEFAULT
       
    33 CAPABILITY      CAP_GENERAL_DLL
       
    34 VERSION 	10.0
       
    35 PAGED
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 START RESOURCE  MmsRegistry.rss
       
    40 TARGET          mms.rsc
       
    41 TARGETPATH      MTM_INFO_FILE_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 START RESOURCE  MmsUi.rss
       
    46 TARGETPATH      MTM_RESOURCE_DIR
       
    47 HEADER
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 TARGETPATH  /system/libs
       
    52 SOURCEPATH  ../mtmsrc
       
    53 
       
    54 SOURCE MmsMtmUiDll.cpp
       
    55 SOURCE MmsMtmUi.cpp
       
    56 SOURCE MmsMtmUiData.cpp
       
    57 // For delivery status
       
    58 SOURCE             MMSMTMLogData.cpp
       
    59 SOURCE             CMsgDeliveryItem.cpp
       
    60 SOURCE             CMmsMtmDeliveryDialogLauncher.cpp
       
    61 SOURCE             MmsMtmDeliveryPopup.cpp	
       
    62 
       
    63 USERINCLUDE     ../mtminc
       
    64 USERINCLUDE     ../settingsinc
       
    65 
       
    66 SYSTEMINCLUDE   ../../../inc
       
    67 
       
    68 LIBRARY euser.lib   
       
    69 LIBRARY efsrv.lib
       
    70 LIBRARY mtur.lib
       
    71 LIBRARY muiu.lib
       
    72 LIBRARY muiu_internal.lib
       
    73 LIBRARY msgcommonutils.lib    
       
    74 LIBRARY apgrfx.lib
       
    75 LIBRARY apparc.lib
       
    76 LIBRARY apmime.lib
       
    77 LIBRARY msgs.lib
       
    78 LIBRARY mmsgenutils.lib
       
    79 LIBRARY commonengine.lib
       
    80 LIBRARY aknskins.lib
       
    81 LIBRARY	mmssettings.lib
       
    82 LIBRARY mmsserversettings.lib
       
    83 LIBRARY avkon.lib
       
    84 LIBRARY cone.lib
       
    85 // For Delivery Status
       
    86 LIBRARY logcli.lib // for log db classes
       
    87 LIBRARY logwrap.lib // for log db classes
       
    88 LIBRARY centralrepository.lib
       
    89 LIBRARY featmgr.lib             // Feature Manager
       
    90 
       
    91 #if defined( ARMCC )
       
    92 deffile         ./eabi.def
       
    93 //#elif defined( WINSCW )
       
    94 //deffile         ./winscw.def
       
    95 #elif defined( WINS )
       
    96 deffile         ./wins.def
       
    97 #endif
       
    98 
       
    99 // End of file