messagingappbase/msgeditor/model/MsgEditorModel.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 MsgEditorModel.DLL.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../inc/MsgEditor.mph" // Common options for all components (logging etc.)
       
    24 
       
    25 TARGET                  msgeditormodel.dll
       
    26 TARGETTYPE              dll
       
    27 UID                     0x1000008D 0x100058BF
       
    28 VENDORID                VID_DEFAULT
       
    29 CAPABILITY              CAP_GENERAL_DLL
       
    30 VERSION 		10.0
       
    31 PAGED
       
    32 
       
    33 SOURCEPATH              ../modelsrc
       
    34 
       
    35 SOURCE                  MsgEditorDocument.cpp
       
    36 SOURCE                  MsgEditorModel.cpp
       
    37 SOURCE                  MsgEditorModelDll.cpp
       
    38 SOURCE                  MsgEditorFlags.cpp
       
    39 SOURCE                  MsgAttachmentInfo.cpp
       
    40 SOURCE                  MsgAttachmentModel.cpp
       
    41 SOURCE                  MsgAttachmentUtils.cpp
       
    42 SOURCE                  MsgEditorCommon.cpp
       
    43 
       
    44 USERINCLUDE             ../modelinc
       
    45 USERINCLUDE             ../inc
       
    46 USERINCLUDE             ../../../msg_plat/messaging_editor_api/inc
       
    47 USERINCLUDE             ../../../msg_pub/messaging_editor_constants_api/inc
       
    48 
       
    49 SYSTEMINCLUDE           ../../../inc
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 LIBRARY                 bafl.lib
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 msgs.lib
       
    56 LIBRARY                 apparc.lib
       
    57 LIBRARY                 cone.lib
       
    58 LIBRARY                 eikcore.lib
       
    59 LIBRARY                 estor.lib
       
    60 LIBRARY                 etext.lib               // CPlainText
       
    61 LIBRARY                 efsrv.lib
       
    62 LIBRARY                 mtur.lib
       
    63 LIBRARY                 muiu.lib
       
    64 LIBRARY                 muiu_internal.lib
       
    65 LIBRARY                 apgrfx.lib
       
    66 LIBRARY                 apmime.lib
       
    67 LIBRARY                 fbscli.lib
       
    68 LIBRARY                 egul.lib
       
    69 LIBRARY                 bitgdi.lib
       
    70 LIBRARY                 eikcoctl.lib
       
    71 LIBRARY                 avkon.lib               // CAknEnv
       
    72 LIBRARY                 commonengine.lib        // StringLoader
       
    73 LIBRARY                 npdlib.lib              // Notepad library
       
    74 LIBRARY                 mgfetch.lib // Media gallery
       
    75 LIBRARY                 featmgr.lib //feature manager
       
    76 LIBRARY                 cdlengine.lib // Layout
       
    77 LIBRARY                 aknskins.lib // skinned icons
       
    78 LIBRARY                 aknicon.lib
       
    79 LIBRARY                 aknlayout2scalable.lib
       
    80 LIBRARY                 newservice.lib
       
    81 LIBRARY                 commondialogs.lib
       
    82 
       
    83 #ifdef RD_MULTIPLE_DRIVE
       
    84 LIBRARY                 platformenv.lib
       
    85 #endif // RD_MULTIPLE_DRIVE
       
    86 
       
    87 START WINS
       
    88   BASEADDRESS 0x77400000
       
    89 END
       
    90 
       
    91 #if defined(ARMCC)
       
    92 deffile                 ../eabi/msgeditormodel.def 
       
    93 
       
    94 #elif defined (WINS)
       
    95 deffile                 ../model/WINS.DEF
       
    96 
       
    97 #else
       
    98 deffile                 ../Model/marm.def
       
    99 #endif
       
   100 
       
   101 /* End of File */