mpxplugins/viewplugins/views/collectionview/group/mpxcollectionview.mmp
changeset 0 ff3acec5bc43
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          mpxcollectionview.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000006C 0x101FFC7F
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION 15.0
       
    33 
       
    34 #ifdef IAD_INCLUDE_UPNP 
       
    35 MACRO UPNP_INCLUDED
       
    36 #endif
       
    37 
       
    38 //MACRO __S60_MPX_UI_SPEC_COMPLIANCE
       
    39 //MACRO __S60_MPX_COLLECTIONVIEW_MSK
       
    40 MACRO __ENABLE_MSK
       
    41 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    42 #define __ENABLE_PODCAST_IN_MUSIC_MENU
       
    43 MACRO __HG_COLLECTIONVIEW
       
    44 #ifdef IAD_INCLUDE_BACKSTEPPING
       
    45 MACRO BACKSTEPPING_INCLUDED 
       
    46 #endif
       
    47 
       
    48 SOURCEPATH      ../src
       
    49 SOURCE          mpxcollectionviewimp.cpp
       
    50 SOURCE          mpxcollectionview.cpp
       
    51 SOURCE          mpxcollectionviewcontainer.cpp
       
    52 SOURCE          mpxcollectionviewlistboxarray.cpp
       
    53 
       
    54 START RESOURCE  ../data/mpxcollectionview.rss
       
    55 HEADER
       
    56 TARGETPATH      APP_RESOURCE_DIR
       
    57 LANGUAGE_IDS 
       
    58 END // RESOURCE
       
    59 
       
    60 USERINCLUDE     ../inc
       
    61 USERINCLUDE     ../../inc
       
    62 USERINCLUDE     ../../../inc
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 LIBRARY         eikctl.lib
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         apgrfx.lib
       
    68 LIBRARY         apparc.lib
       
    69 LIBRARY         cone.lib
       
    70 LIBRARY         eikcore.lib 
       
    71 LIBRARY         avkon.lib
       
    72 LIBRARY         hlplch.lib
       
    73 LIBRARY         egul.lib
       
    74 LIBRARY         estor.lib
       
    75 LIBRARY         eikcoctl.lib
       
    76 LIBRARY         efsrv.lib
       
    77 LIBRARY         bafl.lib
       
    78 LIBRARY         aknskins.lib
       
    79 LIBRARY         aknicon.lib
       
    80 LIBRARY         commonengine.lib
       
    81 LIBRARY         sendui.lib
       
    82 LIBRARY         centralrepository.lib
       
    83 LIBRARY         platformenv.lib // pathinfo
       
    84 LIBRARY         commondialogs.lib
       
    85 LIBRARY         profileeng.lib
       
    86 
       
    87 LIBRARY         alfclient.lib
       
    88 
       
    89 LIBRARY         mpxcollectionutility.lib
       
    90 LIBRARY         mpxplaybackutility.lib
       
    91 LIBRARY         mpxviewutility.lib
       
    92 LIBRARY         mpxcollectionhelper.lib
       
    93 LIBRARY         mpxcommonui.lib
       
    94 LIBRARY         mpxcommon.lib
       
    95 LIBRARY         mpxcommoncontainer.lib
       
    96 
       
    97 LIBRARY         servicehandler.lib  // AIW
       
    98 
       
    99 #ifdef IAD_INCLUDE_UPNP
       
   100 LIBRARY         upnpcommand.lib
       
   101 #endif
       
   102 
       
   103 LIBRARY         playbackhelper.lib // CMediaRecognizer
       
   104 // Cover UI start
       
   105 LIBRARY         eikdlg.lib
       
   106 LIBRARY         mediatorclient.lib
       
   107 LIBRARY         featmgr.lib
       
   108 // Cover UI end
       
   109 
       
   110 #ifdef IAD_INCLUDE_BACKSTEPPING
       
   111 LIBRARY         mpxbacksteppingutility.lib 
       
   112 #endif // IAD_INCLUDE_BACKSTEPPING
       
   113 
       
   114 LIBRARY         ecom.lib
       
   115 #if defined(ARMCC)
       
   116 deffile ../eabi/ 
       
   117 #elif defined(WINSCW)
       
   118 deffile ../bwinscw/ 
       
   119 #endif
       
   120 
       
   121 // End of File