mobilemessaging/mmsui/viewer/MmsViewer.mmp
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 MMS Viewer.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 //...LOGGING... 
       
    25 MACRO           USE_LOGGER
       
    26 LIBRARY         flogger.lib
       
    27 //...LOGGING...
       
    28 
       
    29 
       
    30 TARGET          mmsviewer.exe
       
    31 EPOCSTACKSIZE   0x5000
       
    32 EPOCHEAPSIZE    0x1 0x800000        // As KBs. Latter about 8MB
       
    33 TARGETTYPE      exe
       
    34 UID             0x100039CE 0x100058DF
       
    35 
       
    36 VENDORID        VID_DEFAULT
       
    37 CAPABILITY      CAP_APPLICATION NetworkControl
       
    38 VERSION 	10.0
       
    39 PAGED
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 START RESOURCE  MmsViewer.rss
       
    44 HEADER
       
    45 TARGETPATH      APP_RESOURCE_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 START RESOURCE  ../viewer/MmsViewer_reg.rss
       
    50 DEPENDS mmsviewer.rsg
       
    51 TARGETPATH      /private/10003a3f/apps // Don't change the UID!
       
    52 END
       
    53 
       
    54 
       
    55 SOURCEPATH      ../viewersrc
       
    56 
       
    57 SOURCE          UniMmsViewerDocument.cpp
       
    58 SOURCE          UniMmsViewerAppUi.cpp
       
    59 SOURCE          MmsViewerApp.cpp
       
    60 SOURCE          MmsViewerHeader.cpp
       
    61 SOURCE          MmsViewerOperation.cpp
       
    62 SOURCE          MmsViewerChangeSlideOperation.cpp
       
    63 SOURCE          MmsViewerLaunchOperation.cpp
       
    64 SOURCE          MmsViewerSendReadReportOperation.cpp
       
    65 SOURCE          MmsViewerAppServer.cpp
       
    66 SOURCE          UniMmsSvkEvents.cpp
       
    67 
       
    68 USERINCLUDE     ../mtminc
       
    69 USERINCLUDE     ../viewerinc
       
    70 USERINCLUDE     ../settingsinc
       
    71 
       
    72 SYSTEMINCLUDE   ../../../inc
       
    73 SYSTEMINCLUDE   /epoc32/include/mda/common
       
    74 SYSTEMINCLUDE   /epoc32/include/caf
       
    75 
       
    76 LIBRARY         euser.lib
       
    77 LIBRARY         apparc.lib
       
    78 LIBRARY         cone.lib
       
    79 LIBRARY         eikcoctl.lib
       
    80 LIBRARY         eikcore.lib
       
    81 LIBRARY         msgeditormodel.lib              // Messaging Editor Model base DLL
       
    82 LIBRARY         msgeditorappui.lib              // Messaging Editor AppUi base DLL
       
    83 LIBRARY         msgeditorview.lib               // Messaging Editor View base DLL
       
    84 LIBRARY         mmsgenutils.lib                 // ClientMTM general utilities
       
    85 LIBRARY         avkon.lib
       
    86 LIBRARY		    aknicon.lib			            // AknIconUtils
       
    87 LIBRARY         cdlengine.lib                   // Layout
       
    88 LIBRARY         aknlayout2scalable.lib
       
    89 LIBRARY         fbscli.lib              	    // CFbsBitmap
       
    90 LIBRARY		    bitgdi.lib			            // FbsBitmapdevice
       
    91 LIBRARY         msgs.lib
       
    92 LIBRARY         muiu.lib                        // Select Folder dialog
       
    93 LIBRARY         muiu_internal.lib
       
    94 LIBRARY         commonui.lib                    // FindItem
       
    95 LIBRARY         commonengine.lib                // SharedData
       
    96 LIBRARY         apmime.lib                      // TDatatype (used by Objects)
       
    97 LIBRARY         efsrv.lib                       //FileServer
       
    98 LIBRARY         etext.lib                       //CTextPlain
       
    99 LIBRARY         estor.lib                       //FileStream
       
   100 LIBRARY         bafl.lib                        //CDesC16ArrayFlat
       
   101 LIBRARY         sendui.lib                      //SendUI
       
   102 LIBRARY         smilplayer.lib
       
   103 LIBRARY         featmgr.lib
       
   104 LIBRARY         hlplch.lib                      // HlpLauncher
       
   105 LIBRARY         aknskins.lib
       
   106 LIBRARY         servicehandler.lib
       
   107 LIBRARY         centralrepository.lib
       
   108 LIBRARY         cenrepnotifhandler.lib
       
   109 LIBRARY         npdlib.lib                      // CNotepadApi
       
   110 LIBRARY         apgrfx.lib                      // RApaLsSession
       
   111 LIBRARY         remconcoreapi.lib
       
   112 LIBRARY         remconinterfacebase.lib
       
   113 LIBRARY         msgmedia.lib
       
   114 LIBRARY         msgeditormediacontrol.lib
       
   115 LIBRARY         uniutils.lib
       
   116 LIBRARY         unidatamodel.lib
       
   117 LIBRARY         xmlparser.lib
       
   118 LIBRARY         xmldom.lib
       
   119 LIBRARY         egul.lib                        // CGulIcon
       
   120 LIBRARY         ws32.lib                        // Window groups
       
   121 LIBRARY         msgcommonutils.lib              // CMsgVoipExtension
       
   122 
       
   123 // End of file