meetingui/meetingrequestviewers/group/MeetingRequestViewers.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2005 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:   Project specification file for Meeting Request Viewers.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../inc/ICalUILogDef.h"
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET      meetingrequestviewers.dll
       
    26 TARGETTYPE  PLUGIN
       
    27 
       
    28 // TODO: replace 0x101f8866 with KMeetingRequestViewersDllUID3 when meetingrequestuids.hrh can be included
       
    29 UID         0x10009D8D 0x101f8866
       
    30 CAPABILITY  CAP_ECOM_PLUGIN
       
    31 VENDORID    VID_DEFAULT
       
    32 
       
    33 SOURCEPATH  ../src
       
    34 SOURCE      main.cpp         
       
    35 SOURCE      CMRViewersImpl.cpp
       
    36 SOURCE      CMRHandler.cpp
       
    37 SOURCE      CMRCmdHandler.cpp
       
    38 SOURCE      CMRObjectFactory.cpp
       
    39 SOURCE      CMRModelBase.cpp
       
    40 SOURCE      CMRRequestModel.cpp
       
    41 SOURCE      CMRResponseModel.cpp
       
    42 SOURCE      CMRCancelModel.cpp
       
    43 SOURCE      CMRDialogBase.cpp
       
    44 SOURCE      CMRDescriptionDlgBase.cpp
       
    45 SOURCE      CMRSummaryDlgBase.cpp
       
    46 SOURCE      CMRInfoPopup.cpp
       
    47 SOURCE      CMRDataFillerBase.cpp
       
    48 SOURCE      CMRDataFillerMeetingRequest.cpp
       
    49 SOURCE      CMRDataFillerCancel.cpp
       
    50 SOURCE      CMRDataFillerReply.cpp
       
    51 SOURCE      CMRProcessor.cpp
       
    52 SOURCE      CMRMsgBaseControlAdapter.cpp
       
    53 SOURCE      CMRStringFormatter.cpp
       
    54 SOURCE      mrdatalog.cpp
       
    55 // TODO: Common functionality between utils & viewers
       
    56 SOURCE      ICalUILog.cpp
       
    57 SOURCE      MRHelpers.cpp
       
    58 SOURCE      MREntryConsultant.cpp
       
    59 
       
    60 USERINCLUDE   ../inc 
       
    61 USERINCLUDE   ../data 
       
    62 
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 SYSTEMINCLUDE ../../../inc // organizer includes
       
    65 SYSTEMINCLUDE ../../inc // meetingui includes
       
    66 
       
    67 
       
    68 SOURCEPATH      ../group
       
    69 START RESOURCE  101f8866.rss // KMeetingRequestViewersDllUID3 == 0x101f8866
       
    70 TARGET          meetingrequestviewers.rsc
       
    71 END
       
    72 
       
    73 SOURCEPATH  ../data
       
    74 START RESOURCE meetingrequestviewersuires.rss
       
    75 HEADER
       
    76 TARGETPATH  RESOURCE_FILES_DIR
       
    77 LANGUAGE_IDS
       
    78 END
       
    79 
       
    80 LIBRARY euser.lib
       
    81 LIBRARY ecom.lib
       
    82 LIBRARY estor.lib
       
    83 LIBRARY bafl.lib
       
    84 LIBRARY eikcore.lib
       
    85 LIBRARY cone.lib
       
    86 LIBRARY eikcoctl.lib 
       
    87 LIBRARY featmgr.lib 
       
    88 LIBRARY hlplch.lib
       
    89 LIBRARY CalInterimAPI.lib //Calendar V2 API
       
    90 LIBRARY CalenInterimUtils2.lib //Calendar utilities
       
    91 LIBRARY avkon.lib //Avkon forms & controls
       
    92 LIBRARY eikdlg.lib //dialogs
       
    93 LIBRARY efsrv.lib //file server session
       
    94 LIBRARY richbio.lib //rich bio 
       
    95 LIBRARY commonengine.lib // StringLoader
       
    96 LIBRARY aknnotify.lib   // CAknGlobalNote
       
    97 LIBRARY msgs.lib // mail server
       
    98 LIBRARY imcm.lib // TImMessageField
       
    99 LIBRARY AknSkins.lib // skin support
       
   100 LIBRARY msgeditorview.lib
       
   101 LIBRARY MsgEditorModel.lib
       
   102 LIBRARY ServiceHandler.lib // AIW
       
   103 LIBRARY commonui.lib // CFindItemMenu
       
   104 LIBRARY centralrepository.lib
       
   105 LIBRARY cenrepnotifhandler.lib 
       
   106 
       
   107 #ifdef ICALUI_LOG_TO_FILE
       
   108 LIBRARY flogger.lib     // Only in debug builds
       
   109 #endif // ICALUI_LOG_TO_FILE
       
   110 
       
   111 // End of file
       
   112