calendarui/commonutils/group/commonutils.mmp
branchRCL_3
changeset 30 bd7edf625bdd
child 31 97232defd20e
equal deleted inserted replaced
29:12af337248b1 30:bd7edf625bdd
       
     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 CalenCommonUi.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 //Activate this macro to get traces
       
    23 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    24 //MACRO           TRACE_MODULE_CALENCOMMONUI
       
    25 
       
    26 
       
    27 TARGET          calencommonutils.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x10207199
       
    30 
       
    31 USERINCLUDE     ../../inc
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../cenrep  // central repository headers
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE   ../../../inc   //organizer include
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          calenentryutil.cpp
       
    42 SOURCE			calennotedatautil.cpp
       
    43 SOURCE			calenlocationutil.cpp
       
    44 SOURCE          CalenStatusPaneUtils.cpp
       
    45 SOURCE          CalenStatusPaneUtilsImpl.cpp
       
    46 SOURCE	 		calenattachmentinfo.cpp
       
    47 SOURCE          calenattachmentutils.cpp
       
    48 SOURCE			calenattachmentmodel.cpp
       
    49 SOURCE			calendateutils.cpp
       
    50 SOURCE			calenagendautils.cpp
       
    51 SOURCE			calenactionuiutils.cpp
       
    52 SOURCE			calenviewutils.cpp
       
    53 // touch
       
    54 SOURCE          calennavilabel.cpp
       
    55 // title pane
       
    56 SOURCE          calentitlepane.cpp
       
    57 
       
    58 SOURCE          calenmulticalutil.cpp
       
    59 SOURCE          calencustomnavilabel.cpp
       
    60 
       
    61 LIBRARY         caleninterimutils2.lib
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         bafl.lib
       
    64 LIBRARY         calinterimapi.lib
       
    65 LIBRARY         commonengine.lib
       
    66 LIBRARY         commonui.lib			// For CErrorUi
       
    67 LIBRARY         cone.lib
       
    68 LIBRARY         featmgr.lib
       
    69 LIBRARY         hlplch.lib
       
    70 LIBRARY         ecom.lib
       
    71 LIBRARY         eikctl.lib
       
    72 LIBRARY         eikcoctl.lib
       
    73 LIBRARY         eikcore.lib
       
    74 LIBRARY         eikdlg.lib
       
    75 LIBRARY         etext.lib
       
    76 LIBRARY         euser.lib
       
    77 LIBRARY         sysutil.lib
       
    78 LIBRARY         estor.lib
       
    79 LIBRARY         form.lib
       
    80 LIBRARY         platformenv.lib
       
    81 LIBRARY         efsrv.lib
       
    82 LIBRARY         fepbase.lib
       
    83 LIBRARY		mnclientlib.lib 		// Location based services library
       
    84 LIBRARY         sqldb.lib
       
    85 LIBRARY         centralrepository.lib   	// Central Repository
       
    86 LIBRARY         npdlib.lib              	// Notepad library
       
    87 LIBRARY         mgfetch.lib 			// Media gallery
       
    88 LIBRARY		apparc.lib 
       
    89 LIBRARY         commondialogs.lib
       
    90 LIBRARY		apmime.lib
       
    91 LIBRARY		apgrfx.lib
       
    92 LIBRARY		bitgdi.lib
       
    93 LIBRARY		aknskins.lib
       
    94 LIBRARY         cdlengine.lib           	// AVKON Layout support
       
    95 LIBRARY         fbscli.lib
       
    96 LIBRARY		egul.lib 
       
    97 LIBRARY		aknicon.lib 
       
    98 
       
    99 LIBRARY		ws32.lib
       
   100 LIBRARY		aknlayout2scalable.lib
       
   101 LIBRARY		gdi.lib
       
   102 
       
   103 CAPABILITY      CAP_GENERAL_DLL
       
   104 
       
   105 VENDORID        VID_DEFAULT
       
   106 
       
   107 // End of File