mpxplugins/viewplugins/views/commonplaybackview/group/mpxcommonplaybackview.mmp
changeset 0 ff3acec5bc43
child 14 943ff5625028
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 mpxcommonplaybackview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 #include "../../../../../inc/musicplayerbldvariant.hrh"
       
    24 
       
    25 TARGET          mpxcommonplaybackview.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000006C 0x101FFC6A
       
    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 __ENABLE_MSK
       
    39 //MACRO __MUSIC_VISUALIZATION
       
    40 MACRO CAMESE_IN_DRM_UTILITY
       
    41 
       
    42 #ifdef IAD_INCLUDE_BACKSTEPPING
       
    43 MACRO BACKSTEPPING_INCLUDED
       
    44 #endif // IAD_INCLUDE_BACKSTEPPING
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          mpxbutton.cpp
       
    48 SOURCE          mpxbuttonmanager.cpp
       
    49 SOURCE          mpxcommonplaybackviewcontainer.cpp
       
    50 SOURCE          mpxcommonplaybackviewimp.cpp
       
    51 SOURCE          mpxcommonplaybackviewlayout.cpp
       
    52 SOURCE          mpxplaybackviewinfolabel.cpp
       
    53 #ifdef __ENABLE_UNIFIED_NOW_PLAYING_VIEW
       
    54 START RESOURCE  ../data/mpxunifiedcommonplaybackview.rss
       
    55 #else
       
    56 START RESOURCE  ../data/mpxcommonplaybackview.rss
       
    57 #endif // __ENABLE_UNIFIED_NOW_PLAYING_VIEW
       
    58 HEADER
       
    59 TARGETPATH      APP_RESOURCE_DIR
       
    60 TARGET          mpxcommonplaybackview
       
    61 LANGUAGE_IDS 
       
    62 END // RESOURCE
       
    63 START RESOURCE  ../data/mpxfmtx.rss
       
    64 HEADER
       
    65 TARGETPATH      APP_RESOURCE_DIR
       
    66 LANGUAGE_IDS 
       
    67 END // RESOURCE
       
    68 
       
    69 USERINCLUDE     ../inc
       
    70 USERINCLUDE     ../../inc
       
    71 USERINCLUDE     ../../../inc
       
    72 
       
    73 APP_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         apparc.lib         
       
    77 LIBRARY         apgrfx.lib // For FF_FMTX
       
    78 LIBRARY         cone.lib
       
    79 LIBRARY         eikcore.lib 
       
    80 LIBRARY         avkon.lib
       
    81 LIBRARY         hlplch.lib
       
    82 LIBRARY         ws32.lib
       
    83 LIBRARY         fbscli.lib
       
    84 LIBRARY         bitgdi.lib
       
    85 LIBRARY         gdi.lib
       
    86 LIBRARY         egul.lib
       
    87 LIBRARY         eikctl.lib
       
    88 LIBRARY         eiksrv.lib
       
    89 LIBRARY         eikcoctl.lib
       
    90 LIBRARY         efsrv.lib
       
    91 LIBRARY         bafl.lib
       
    92 LIBRARY         aknicon.lib
       
    93 LIBRARY         featmgr.lib
       
    94 LIBRARY         aknskins.lib
       
    95 LIBRARY         aknskinsrv.lib
       
    96 LIBRARY         commonengine.lib
       
    97 LIBRARY         centralrepository.lib
       
    98 LIBRARY         aknlayout2scalable.lib
       
    99 LIBRARY         cdlengine.lib
       
   100 LIBRARY         estor.lib
       
   101 #ifdef IAD_INCLUDE_UPNP
       
   102 LIBRARY    	upnpcommand.lib
       
   103 #endif
       
   104 
       
   105 LIBRARY         eikdlg.lib
       
   106 
       
   107 LIBRARY         mpxplaybackutility.lib
       
   108 LIBRARY         mpxcollectionutility.lib
       
   109 LIBRARY         mpxcommon.lib
       
   110 LIBRARY         mpxcommonui.lib
       
   111 LIBRARY         mpxviewutility.lib
       
   112 LIBRARY         mpxcollectionhelper.lib
       
   113 LIBRARY         servicehandler.lib  // AIW
       
   114 LIBRARY         playbackhelper.lib // CMediaRecognizer
       
   115 LIBRARY         touchfeedback.lib
       
   116 #ifdef IAD_INCLUDE_BACKSTEPPING
       
   117 LIBRARY         mpxbacksteppingutility.lib 
       
   118 #endif // IAD_INCLUDE_BACKSTEPPING
       
   119 #if defined(ARMCC)
       
   120 deffile ../eabi/ 
       
   121 #elif defined(WINSCW)
       
   122 deffile ../bwinscw/ 
       
   123 #endif
       
   124 
       
   125 
       
   126 // End of File