calendarui/controller/group/calencontroller.mmp
changeset 0 f979ecb2b13e
child 14 21239b3bcd78
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 Calendar Controller
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          calencontroller.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x10282F25
       
    26 TARGETPATH      SHARED_LIB_DIR
       
    27 
       
    28 //MACRO _PIM_FILE_LOG
       
    29 //MACRO TRACE_ENTRY_EXIT_POINT
       
    30 //MACRO _DISPLAY_WARNINGS
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../inc
       
    34 USERINCLUDE     ../../views/inc     // S60 native views
       
    35 USERINCLUDE     ../../cenrep        // central repository headers
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE   ../../../inc   //organizer include
       
    39 SYSTEMINCLUDE   ../../../calendarengines/inc
       
    40 SYSTEMINCLUDE   ../../../alarmengines/inc
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 START RESOURCE  calencommonui.rss
       
    45 HEADER
       
    46 TARGETPATH      RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END  // RESOURCE
       
    49 
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 
       
    53 SOURCE          calenactionui.cpp
       
    54 SOURCE          calencmdlineparser.cpp
       
    55 SOURCE          calencmdlinelauncher.cpp
       
    56 SOURCE          calencontroller.cpp
       
    57 SOURCE          calendbchangenotifier.cpp
       
    58 SOURCE          calendebug.cpp
       
    59 SOURCE          calendeleteui.cpp
       
    60 SOURCE          caleneditui.cpp
       
    61 SOURCE          calennotifier.cpp
       
    62 SOURCE          calenservicesimpl.cpp
       
    63 SOURCE          calensettingsui.cpp
       
    64 SOURCE          calenviewmanager.cpp
       
    65 SOURCE          calenviewpopulator.cpp
       
    66 SOURCE          calentoolbarimpl.cpp
       
    67 SOURCE 		calenasynccallback.cpp
       
    68 SOURCE          calenstatemachine.cpp
       
    69 SOURCE          calenstate.cpp
       
    70 SOURCE          calenidlestate.cpp
       
    71 SOURCE          calenbackgroundstate.cpp
       
    72 SOURCE          calendeletingstate.cpp
       
    73 SOURCE          caleneditingstate.cpp
       
    74 SOURCE          calenexitingstate.cpp
       
    75 SOURCE          calenhelpstate.cpp
       
    76 SOURCE          calenpopulationstate.cpp
       
    77 SOURCE          calenprintingstate.cpp
       
    78 SOURCE          calensendingstate.cpp
       
    79 SOURCE          calensettingsstate.cpp
       
    80 SOURCE          calenviewingstate.cpp
       
    81 SOURCE          calenmapstate.cpp
       
    82 SOURCE		calenalarmstate.cpp
       
    83 
       
    84 SOURCE		calencurrentlocationacquisition.cpp
       
    85 SOURCE          calenlocationui.cpp
       
    86 SOURCE		calenlocationactiveselector.cpp
       
    87 
       
    88 SOURCE		calencontextfwlistener.cpp
       
    89 SOURCE 		calenalarmmanager.cpp
       
    90 SOURCE          calenicons.cpp
       
    91 SOURCE 	 	calenmultipledbui.cpp
       
    92 SOURCE 		calenmultidbeditor.cpp
       
    93 SOURCE		calenmultipledbmanager.cpp
       
    94 SOURCE		calenattachmentstate.cpp      
       
    95 SOURCE          calenviewattachmentsdialog.cpp
       
    96 SOURCE          calenattachmentlistbox.cpp
       
    97 SOURCE          calenattalistitemarray.cpp
       
    98 SOURCE          calenattachmentitemdrawer.cpp
       
    99 SOURCE          calenattachmentui.cpp
       
   100 
       
   101 
       
   102 LIBRARY         calencustomisationmanager.lib
       
   103 LIBRARY         calenglobaldata.lib
       
   104 LIBRARY         caleninterimutils2.lib
       
   105 LIBRARY         calensettingsui.lib
       
   106 LIBRARY         calenviews.lib
       
   107 LIBRARY		missedalarmstore.lib 
       
   108 LIBRARY         aknskins.lib            // Skin support
       
   109 LIBRARY         aknlayout2scalable.lib  // AVKON Layout support
       
   110 LIBRARY         avkon.lib               // AVKON framework
       
   111 LIBRARY         bafl.lib                // CEnvironmentChangeNotifier
       
   112 LIBRARY         calinterimapi.lib       // Symbian Calendar API
       
   113 LIBRARY         cdlengine.lib           // AVKON Layout support
       
   114 LIBRARY         centralrepository.lib   // Central Repository
       
   115 LIBRARY         cenrepnotifhandler.lib  // CenRep Notify Handler
       
   116 LIBRARY         charconv.lib            // Character conversion
       
   117 LIBRARY         commonengine.lib        // Stringloader
       
   118 LIBRARY         commonui.lib            // CErrorUi
       
   119 LIBRARY		calencommonutils.lib
       
   120 LIBRARY         cone.lib                // Control Environment
       
   121 LIBRARY         ecom.lib                // ECOM Framework
       
   122 LIBRARY         efsrv.lib               // Filesystem library
       
   123 LIBRARY         eikcoctl.lib            // EIKON framework
       
   124 LIBRARY         eikcore.lib             // EIKON framework
       
   125 LIBRARY         eikdlg.lib              // EIKON dialog
       
   126 LIBRARY         etext.lib
       
   127 LIBRARY         euser.lib               // E32 User library
       
   128 LIBRARY         featmgr.lib             // Feature Manager
       
   129 LIBRARY         hlplch.lib              // System help
       
   130 LIBRARY         platformenv.lib         // Platform Environment
       
   131 LIBRARY         sysutil.lib             // System Utilities
       
   132 LIBRARY         ws32.lib                // Window server
       
   133 LIBRARY         eikctl.lib              // AVKON listbox
       
   134 LIBRARY         cfclient.lib
       
   135 LIBRARY         cfservices.lib
       
   136 // For Location support
       
   137 LIBRARY		mnclientlib.lib 		// Location based services library
       
   138 LIBRARY		eposlandmarks.lib 		// Landmark support
       
   139 LIBRARY		eposlmdbmanlib.lib 
       
   140 LIBRARY		apparc.lib					// for MAknServerAppExitObserver
       
   141 LIBRARY		lbs.lib
       
   142 LIBRARY         aknicon.lib				// icons
       
   143 LIBRARY         egul.lib
       
   144 LIBRARY		gdi.lib
       
   145 LIBRARY         fbscli.lib
       
   146 LIBRARY         estor.lib     			//Swizzle picture
       
   147 LIBRARY		servicehandler.lib		// AIW framework
       
   148 LIBRARY		apmime.lib
       
   149 LIBRARY         npdlib.lib
       
   150 LIBRARY		apgrfx.lib 
       
   151 LIBRARY         aknlistloadertfx.lib
       
   152 // DRM Libraries
       
   153 LIBRARY drmhelper.lib
       
   154 LIBRARY caf.lib
       
   155 
       
   156 
       
   157 // File logging
       
   158 LIBRARY flogger.lib
       
   159 LIBRARY aknnotify.lib
       
   160 
       
   161 CAPABILITY      CAP_GENERAL_DLL
       
   162 
       
   163 VENDORID        VID_DEFAULT
       
   164 
       
   165 // End of File