calendarui/editors/group/CalenDefaultEditors.mmp
changeset 0 f979ecb2b13e
child 31 97232defd20e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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:    This is project specification file for CalenEditors.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 //Activate this macro to get traces
       
    24 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    25 //MACRO           TRACE_MODULE_CALENDEFAULTEDITORS
       
    26 
       
    27 //CodeTest macros
       
    28 //EPOCALLOWDLLDATA
       
    29 //EPOCDATALINKADDRESS	0x3FC00000
       
    30 
       
    31 TARGET          calendefaulteditors.dll
       
    32 TARGETTYPE      PLUGIN
       
    33 UID             0x10009D8D 0x10207198
       
    34 
       
    35 //MACRO _PIM_FILE_LOG
       
    36 //MACRO TRACE_ENTRY_EXIT_POINT
       
    37 //MACRO _DISPLAY_WARNINGS
       
    38 
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../inc
       
    42 USERINCLUDE     ../../cenrep  // central repository headers
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   ../../../inc   //organizer include
       
    46 SYSTEMINCLUDE   ../../../calendarengines/inc   //calendarengine inc
       
    47 SYSTEMINCLUDE   /epoc32/include/ecom
       
    48 
       
    49 // For RD_CALEN_VIEWERS
       
    50 #include "../../inc/CalendarVariant.hrh"
       
    51 
       
    52 SOURCEPATH      ../data
       
    53 START RESOURCE  CalenDefaultEditorsData.rss
       
    54 HEADER
       
    55 TARGETPATH      RESOURCE_FILES_DIR
       
    56 LANGUAGE_IDS
       
    57 END  // RESOURCE
       
    58 
       
    59 START RESOURCE 10207198.rss
       
    60 TARGET calendefaulteditors.rsc
       
    61 END
       
    62 
       
    63 
       
    64 SOURCEPATH      ../src
       
    65 // Plugin classes
       
    66 SOURCE          CalenDefaultEditors.cpp
       
    67 SOURCE          CalenDefaultEditorsProxy.cpp
       
    68 
       
    69 // Implementation
       
    70 SOURCE          CalenDescription.cpp
       
    71 SOURCE          CalenDescriptionField.cpp
       
    72 SOURCE          CalenEditorDataHandler.cpp
       
    73 SOURCE          CalenEntryUpdater.cpp
       
    74 SOURCE 			calenunifiededitor.cpp
       
    75 SOURCE 			caleneventtypefield.cpp
       
    76 SOURCE      	calenreminderfield.cpp
       
    77 SOURCE 			calenrepeatfield.cpp
       
    78 SOURCE 	    	calendbfield.cpp 
       
    79 SOURCE      	calenalldayfield.cpp 
       
    80 SOURCE          calenpriorityfield.cpp
       
    81 SOURCE			calenunifiededitorcontrol.cpp
       
    82 
       
    83 
       
    84 LIBRARY         caleninterimutils2.lib
       
    85 LIBRARY         calenglobaldata.lib
       
    86 
       
    87 LIBRARY         avkon.lib
       
    88 LIBRARY         bafl.lib
       
    89 LIBRARY         calinterimapi.lib
       
    90 LIBRARY         commonengine.lib
       
    91 LIBRARY         commonui.lib // For CErrorUi
       
    92 LIBRARY         cone.lib
       
    93 LIBRARY         featmgr.lib
       
    94 LIBRARY         hlplch.lib
       
    95 LIBRARY         ecom.lib
       
    96 LIBRARY         eikctl.lib
       
    97 LIBRARY         eikcoctl.lib
       
    98 LIBRARY         eikcore.lib
       
    99 LIBRARY         eikdlg.lib
       
   100 LIBRARY         etext.lib
       
   101 LIBRARY         euser.lib
       
   102 LIBRARY         npdlib.lib
       
   103 LIBRARY         sysutil.lib
       
   104 LIBRARY         estor.lib
       
   105 LIBRARY         form.lib
       
   106 LIBRARY         platformenv.lib
       
   107 LIBRARY         efsrv.lib
       
   108 LIBRARY         fepbase.lib
       
   109 LIBRARY			calencommonutils.lib
       
   110 LIBRARY			lbs.lib					// TLocality support
       
   111 LIBRARY			eposlandmarks.lib 		// Landmark support
       
   112 LIBRARY			gdi.lib
       
   113 LIBRARY         fbscli.lib
       
   114 LIBRARY         aknicon.lib 
       
   115 LIBRARY    		egul.lib 
       
   116 LIBRARY         cdlengine.lib
       
   117 LIBRARY         aknlayout2scalable.lib
       
   118 LIBRARY         centralrepository.lib   // Central Repository
       
   119 LIBRARY			apmime.lib
       
   120 
       
   121 // File logging
       
   122 LIBRARY flogger.lib
       
   123 LIBRARY aknnotify.lib
       
   124 
       
   125 CAPABILITY      CAP_ECOM_PLUGIN
       
   126 // Really neads following capabilities:
       
   127 // CAPABILITY 
       
   128 //   ProtServ // When connecting Agenda Server?
       
   129 //   AllFiles // When accessing Calendar db ? 
       
   130 //   ReadUserData // Accessing Calendar db ?
       
   131 //   WriteUserData // Accessing Calendar db ? 
       
   132 
       
   133 VENDORID        VID_DEFAULT
       
   134 
       
   135 
       
   136 // End of File