mobilemessaging/mmsui/notviewer/NotViewer.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 Notification 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 TARGET          notviewer.exe
       
    30 EPOCSTACKSIZE   0x5000
       
    31 TARGETTYPE      exe
       
    32 UID             0x100039CE 0x101F86A0
       
    33 
       
    34 VENDORID        VID_DEFAULT
       
    35 CAPABILITY      CAP_APPLICATION NETWORKCONTROL
       
    36 VERSION 	10.0
       
    37 PAGED
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE  NotViewer.rss
       
    42 HEADER
       
    43 TARGETPATH      APP_RESOURCE_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 START RESOURCE  ../notviewer/NotViewer_reg.rss
       
    48 DEPENDS notviewer.rsg
       
    49 TARGETPATH      /private/10003a3f/apps // Don't change the UID!
       
    50 END
       
    51 
       
    52 SOURCEPATH      ../notviewersrc
       
    53 
       
    54 SOURCE          NotViewerDocument.cpp
       
    55 SOURCE          NotViewerApp.cpp
       
    56 SOURCE          NotViewerAppUi.cpp
       
    57 SOURCE          NotViewerAppServer.cpp
       
    58 
       
    59 USERINCLUDE     ../notviewerinc
       
    60 USERINCLUDE     ../mtminc
       
    61 USERINCLUDE     ../notmtminc
       
    62 USERINCLUDE     ../settingsinc
       
    63 
       
    64 SYSTEMINCLUDE   ../../../inc
       
    65 SYSTEMINCLUDE   /epoc32/include/mda/common
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         apparc.lib
       
    69 LIBRARY         cone.lib
       
    70 LIBRARY         eikcoctl.lib
       
    71 LIBRARY         eikcore.lib
       
    72 LIBRARY         msgeditormodel.lib              // Messaging Editor Model base DLL
       
    73 LIBRARY         msgeditorappui.lib              // Messaging Editor AppUi base DLL
       
    74 LIBRARY         msgeditorview.lib               // Messaging Editor View base DLL
       
    75 LIBRARY         mmsgenutils.lib                 // ClientMTM general utilities
       
    76 LIBRARY         avkon.lib                       //
       
    77 LIBRARY         aknlayout.lib					// Layout stuff
       
    78 LIBRARY         aknlayout2scalable.lib
       
    79 LIBRARY         aknicon.lib                     // AknIconUtils
       
    80 LIBRARY         fbscli.lib                      // CFbsBitmap
       
    81 LIBRARY         bitgdi.lib                      // FbsBitmapdevice
       
    82 LIBRARY         aknskins.lib                    // AknsUtils
       
    83 LIBRARY         msgs.lib                        //
       
    84 LIBRARY         muiu.lib                        // Select Folder dialog
       
    85 LIBRARY         muiu_internal.lib
       
    86 LIBRARY         uniutils.lib                    // CUniAddressHandler
       
    87 LIBRARY         commonui.lib                    // FindItem
       
    88 LIBRARY         commonengine.lib                // SharedData
       
    89 LIBRARY         etext.lib                       // CTextPlain
       
    90 LIBRARY         bafl.lib                        // CDesC16ArrayFlat
       
    91 LIBRARY         sendui.lib                      // SendUI
       
    92 LIBRARY         featmgr.lib                     // Feature Manager
       
    93 LIBRARY         hlplch.lib                      // HlpLauncher
       
    94 LIBRARY         notui.lib                       // NotUi stuff (Check Settings etc)
       
    95 LIBRARY         efsrv.lib                       // FileServer
       
    96 LIBRARY         mmssettings.lib
       
    97 LIBRARY         mmsserversettings.lib
       
    98 LIBRARY         gdi.lib                         // CFont
       
    99 LIBRARY         centralrepository.lib
       
   100 LIBRARY         cenrepnotifhandler.lib
       
   101 LIBRARY         msgcommonutils.lib              // CMsgVoipExtension
       
   102 LIBRARY         egul.lib
       
   103 
       
   104 // End of file