menufw/menufwui/mmwidgets/group/mmwidgets.mmp
changeset 0 f72a12da539e
child 4 4d54b72983ae
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 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 definition file for project multimedia menu widgets
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          mmwidgets.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x2001E658
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          mmlistboxcontainer.cpp 
       
    30 SOURCE          mmlistbox.cpp 
       
    31 SOURCE          mmlistboxitemdrawer.cpp
       
    32 SOURCE          mmlistboxview.cpp
       
    33 SOURCE          mmtemplatelibrary.cpp 
       
    34 SOURCE          mmgrid.cpp 
       
    35 SOURCE          mmgridmodel.cpp 
       
    36 SOURCE          mmgridview.cpp 
       
    37 SOURCE          mmgridcontainer.cpp
       
    38 SOURCE          mmwidgetcontainer.cpp 
       
    39 SOURCE          mmmarqueeadapter.cpp
       
    40 SOURCE          mmhighlighttimer.cpp 
       
    41 SOURCE          mmfloatingitem.cpp 
       
    42 SOURCE          mmdraweranimator.cpp
       
    43 SOURCE          mmlctutils.cpp
       
    44 SOURCE          mmlistboxmodel.cpp
       
    45 SOURCE          mmpostevaluationprocessor.cpp
       
    46 SOURCE          mmcacheforitem.cpp
       
    47 SOURCE          mmitemsdatacache.cpp
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 SYSTEMINCLUDE   ../../../inc
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY           euser.lib
       
    54 LIBRARY           apparc.lib
       
    55 LIBRARY           avkon.lib
       
    56 LIBRARY           apgrfx.lib            // for TApaTask
       
    57 LIBRARY           eikcore.lib
       
    58 LIBRARY           eikcoctl.lib
       
    59 LIBRARY           cone.lib
       
    60 LIBRARY           cdlengine.lib        // for Layout_Meta_Data
       
    61 LIBRARY           fbscli.lib
       
    62 LIBRARY           egul.lib
       
    63 
       
    64 LIBRARY           hnengine.lib
       
    65 LIBRARY           hnpresentationmodel.lib
       
    66 LIBRARY           hnutilities.lib
       
    67 
       
    68 LIBRARY           liwservicehandler.lib // for Back Stepping SAPI
       
    69 
       
    70 LIBRARY           AknCapserverClient.lib // for fastswap activation
       
    71 LIBRARY           ws32.lib               // for getting list of running applications
       
    72 LIBRARY           AknSkins.lib           // for application icon fetching
       
    73 LIBRARY           aknicon.lib            // for application icon fetching
       
    74 LIBRARY           gfxtrans.lib           // effects
       
    75 LIBRARY           akntransitionutils.lib
       
    76 LIBRARY           commonengine.lib      // for  stringloader
       
    77 LIBRARY           gdi.lib 
       
    78 LIBRARY           bafl.lib 
       
    79 LIBRARY	          eikctl.lib 
       
    80 LIBRARY           fontutils.lib
       
    81 LIBRARY           XmlEngineDOM.lib
       
    82 LIBRARY           hnmetadatamodel.lib
       
    83 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
       
    84 LIBRARY	 		  aknlistloadertfx.lib
       
    85 #endif //RD_UI_TRANSITION_EFFECTS_LIST
       
    86 LIBRARY           hlplch.lib 
       
    87 LIBRARY           AknLayout2.lib       
       
    88 LIBRARY           AknLayout2Scalable.lib
       
    89 LIBRARY           BitmapTransforms.lib
       
    90 LIBRARY           bitgdi.lib
       
    91 LIBRARY           centralrepository.lib
       
    92 LIBRARY           touchfeedback.lib
       
    93 
       
    94 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    95 LIBRARY         flogger.lib
       
    96 #else
       
    97 DEBUGLIBRARY    flogger.lib
       
    98 #endif
       
    99 
       
   100 
       
   101 
       
   102 // End of File