messagingappbase/msgeditor/appui/MsgEditorAppUi.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 MsgEditorAppUi.DLL.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 #include "../inc/MsgEditor.mph" // Common options for all components (logging etc.)
       
    25 
       
    26 TARGET                  msgeditorappui.dll
       
    27 TARGETTYPE              dll
       
    28 UID                     0x1000008D 0x100058C1
       
    29 VENDORID                VID_DEFAULT
       
    30 CAPABILITY              CAP_GENERAL_DLL
       
    31 VERSION 		10.0
       
    32 PAGED
       
    33 
       
    34 START RESOURCE          MsgEditorAppUi.rss
       
    35 TARGETPATH              RESOURCE_FILES_DIR
       
    36 HEADER
       
    37 LANGUAGE_IDS
       
    38 END
       
    39 
       
    40 SOURCEPATH              ../appuisrc
       
    41 
       
    42 SOURCE                  MsgEditorBaseUi.cpp
       
    43 SOURCE                  MsgEditorAppUi.cpp
       
    44 SOURCE                  MsgEditorAppUiDll.cpp
       
    45 SOURCE                  MsgViewAttachmentsDialog.cpp
       
    46 SOURCE                  MsgSendKeyAcceptingQuery.cpp
       
    47 SOURCE                  MsgCheckNames.cpp
       
    48 SOURCE                  MsgEditorShutter.cpp
       
    49 SOURCE                  MsgEditorAppUiExtension.cpp
       
    50 SOURCE                  MsgEditorSettingCacheUpdatePlugin.cpp
       
    51 SOURCE                  MsgNaviPaneControl.cpp
       
    52 SOURCE                  MsgAttaListItemArray.cpp
       
    53 SOURCE                  MsgAttachmentItemDrawer.cpp
       
    54 SOURCE                  MsgAttachmentsListBox.cpp
       
    55 
       
    56 USERINCLUDE             ../appuiinc
       
    57 USERINCLUDE             ../viewinc
       
    58 USERINCLUDE             ../inc
       
    59 USERINCLUDE             ../../../msg_plat/messaging_editor_api/inc
       
    60 USERINCLUDE             ../../../msg_pub/messaging_editor_constants_api/inc
       
    61 
       
    62 SYSTEMINCLUDE           ../../../inc
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 
       
    66 LIBRARY                 euser.lib               // E32 User Library
       
    67 LIBRARY                 msgeditormodel.lib      // Messaging Editor Model
       
    68 LIBRARY                 msgeditorview.lib       // Messaging Editor View
       
    69 LIBRARY                 msgs.lib
       
    70 LIBRARY                 muiu.lib
       
    71 LIBRARY                 muiu_internal.lib
       
    72 LIBRARY                 mtur.lib
       
    73 LIBRARY                 eikcore.lib
       
    74 LIBRARY                 cone.lib
       
    75 LIBRARY                 avkon.lib
       
    76 LIBRARY                 eikdlg.lib
       
    77 LIBRARY                 eikcoctl.lib
       
    78 LIBRARY                 apmime.lib              // TDataType
       
    79 LIBRARY                 bafl.lib                // Nearest Language File
       
    80 LIBRARY                 estor.lib               // Streams
       
    81 LIBRARY                 efsrv.lib               // Files
       
    82 LIBRARY                 commonengine.lib
       
    83 LIBRARY                 commonui.lib
       
    84 LIBRARY                 npdlib.lib              // Notepad library
       
    85 LIBRARY                 eikctl.lib
       
    86 LIBRARY                 pbkeng.lib                      //CheckNames
       
    87 LIBRARY                 pbkview.lib                     //CheckNames
       
    88 LIBRARY                 cntmodel.lib                    //CheckNames
       
    89 LIBRARY                 featmgr.lib                     //feature manager
       
    90 LIBRARY                 cdlengine.lib // Layout
       
    91 LIBRARY                 aknskins.lib // skinned icons
       
    92 LIBRARY                 apparc.lib
       
    93 LIBRARY                 servicehandler.lib
       
    94 LIBRARY                 centralrepository.lib
       
    95 
       
    96 LIBRARY                 vpbkeng.lib
       
    97 LIBRARY                 msgcommonutils.lib
       
    98 LIBRARY                 pbk2presentation.lib
       
    99 
       
   100 LIBRARY                 aknlayout2.lib
       
   101 LIBRARY                 aknlayout2scalable.lib
       
   102 LIBRARY                 apgrfx.lib 
       
   103 
       
   104 LIBRARY                 ws32.lib
       
   105 LIBRARY                 aknicon.lib
       
   106 LIBRARY                 aknlistloadertfx.lib
       
   107 
       
   108 #ifdef RD_TACTILE_FEEDBACK
       
   109 LIBRARY         touchfeedback.lib // tactilefeedback
       
   110 #endif
       
   111 START WINS
       
   112   BASEADDRESS 0x77300000
       
   113 END
       
   114 
       
   115 #if defined(ARMCC)
       
   116 deffile                 ../eabi/msgeditorappui.def 
       
   117 #elif defined (WINS)
       
   118 deffile                 ../appui/WINS.DEF
       
   119 #else
       
   120 deffile                 ../AppUi/marm.def
       
   121 #endif
       
   122 
       
   123 /* End of File */