mpxplugins/viewplugins/views/collectionviewhg/group/mpxcollectionviewhg.mmp
changeset 0 ff3acec5bc43
child 11 13afc0e517bd
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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 mpxcollectionview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 #include "../../../../../inc/musicplayerbldvariant.hrh"
       
    24 
       
    25 TARGET          mpxcollectionviewhg.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000006C 0x10207C84
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION 15.0
       
    33 
       
    34 //MACRO __S60_MPX_UI_SPEC_COMPLIANCE
       
    35 //MACRO __S60_MPX_COLLECTIONVIEW_MSK
       
    36 MACRO __ENABLE_MSK
       
    37 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    38 #define __ENABLE_PODCAST_IN_MUSIC_MENU
       
    39 MACRO __HG_COLLECTIONVIEW
       
    40 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    41 MACRO SINGLE_CLICK_INCLUDED
       
    42 #endif
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          mpxcollectionviewhg.cpp
       
    46 SOURCE          mpxcollectionviewhgimp.cpp
       
    47 SOURCE          mpxcollectionviewhgcontainer.cpp
       
    48 SOURCE          mpxcollectionviewhglistboxarray.cpp
       
    49 SOURCE          mpxcollectionviewhgplaylisthelper.cpp
       
    50 SOURCE          mpxcollectionviewhgtnloader.cpp
       
    51 
       
    52 START RESOURCE  ../data/mpxcollectionviewhg.rss
       
    53 HEADER
       
    54 TARGETPATH      APP_RESOURCE_DIR
       
    55 LANGUAGE_IDS 
       
    56 END // RESOURCE
       
    57 
       
    58 USERINCLUDE     ../inc
       
    59 USERINCLUDE     ../../inc
       
    60 USERINCLUDE     ../../../inc
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 LIBRARY         eikctl.lib
       
    64 LIBRARY         euser.lib
       
    65 LIBRARY         apgrfx.lib
       
    66 LIBRARY         apparc.lib
       
    67 LIBRARY         cone.lib
       
    68 LIBRARY         eikcore.lib 
       
    69 LIBRARY         avkon.lib
       
    70 LIBRARY         hlplch.lib
       
    71 LIBRARY         egul.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         eikcoctl.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         bafl.lib
       
    76 LIBRARY         aknskins.lib
       
    77 LIBRARY         aknicon.lib
       
    78 LIBRARY         commonengine.lib
       
    79 LIBRARY         sendui.lib
       
    80 LIBRARY         centralrepository.lib
       
    81 LIBRARY         platformenv.lib // pathinfo
       
    82 LIBRARY         commondialogs.lib
       
    83 LIBRARY         profileeng.lib
       
    84 LIBRARY         cdlengine.lib
       
    85 
       
    86 LIBRARY         mpxcollectionutility.lib
       
    87 LIBRARY         mpxplaybackutility.lib
       
    88 LIBRARY         mpxviewutility.lib
       
    89 LIBRARY         mpxcollectionhelper.lib
       
    90 LIBRARY         mpxcommonui.lib
       
    91 LIBRARY         mpxcommon.lib
       
    92 LIBRARY         mpxcommoncontainer.lib
       
    93 
       
    94 LIBRARY         servicehandler.lib  // AIW
       
    95 LIBRARY         upnpcommand.lib
       
    96 
       
    97 LIBRARY         playbackhelper.lib // CMediaRecognizer
       
    98 // Cover UI start
       
    99 LIBRARY         eikdlg.lib
       
   100 LIBRARY         mediatorclient.lib
       
   101 LIBRARY         featmgr.lib
       
   102 // Cover UI end
       
   103 
       
   104 LIBRARY         mpxbacksteppingutility.lib 
       
   105 
       
   106 // Added by Harri for Hurriganes MediaWall mod
       
   107 LIBRARY         ws32.lib
       
   108 LIBRARY         ecom.lib
       
   109 LIBRARY         aknlayout2scalable.lib
       
   110 
       
   111 LIBRARY         thumbnailmanager.lib    // Album art
       
   112 LIBRARY         ganes.lib
       
   113 LIBRARY         aknskinsrv.lib
       
   114 LIBRARY         bitgdi.lib
       
   115 
       
   116 #if defined(ARMCC)
       
   117 deffile ../eabi/ 
       
   118 #elif defined(WINSCW)
       
   119 deffile ../bwinscw/ 
       
   120 #endif
       
   121 
       
   122 // End of File