mpxplugins/viewplugins/views/podcastview/group/mpxpodcastcollectionview.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 mpxpodcastcollectionview.
       
    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          mpxpodcastcollectionview.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000006C 0x101FFC9A
       
    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 __ENABLE_PODCAST_IN_MUSIC_MENU
       
    40 MACRO __ENABLE_HITCHCOCK_UI
       
    41 MACRO __HG_COLLECTIONVIEW
       
    42 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    43 MACRO SINGLE_CLICK_INCLUDED
       
    44 #endif
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          mpxpodcastcollectionviewimp.cpp
       
    48 SOURCE          mpxpodcastcollectionview.cpp
       
    49 SOURCE          mpxpodcastcollectionviewcontainer.cpp
       
    50 SOURCE          mpxpodcastcollectionviewlistboxarray.cpp
       
    51 
       
    52 START RESOURCE  ../data/mpxpodcastcollectionview.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 
       
    64 LIBRARY         euser.lib
       
    65 LIBRARY         apparc.lib
       
    66 LIBRARY         cone.lib
       
    67 LIBRARY         eikcore.lib 
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         hlplch.lib
       
    70 LIBRARY         egul.lib
       
    71 LIBRARY         estor.lib
       
    72 LIBRARY         eikctl.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         aknlayout2scalable.lib
       
    80 LIBRARY         cdlengine.lib
       
    81 LIBRARY         sendui.lib
       
    82 LIBRARY         centralrepository.lib
       
    83 LIBRARY         platformenv.lib // pathinfo
       
    84 LIBRARY         commondialogs.lib
       
    85 LIBRARY         mpxcollectionutility.lib
       
    86 LIBRARY         mpxviewutility.lib
       
    87 LIBRARY         mpxcommon.lib
       
    88 LIBRARY         mpxcommoncontainer.lib
       
    89 LIBRARY         mpxplaybackutility.lib
       
    90 LIBRARY         mpxcommonui.lib
       
    91 LIBRARY         apgrfx.lib  // TApaTask
       
    92 LIBRARY         mpxcollectionhelper.lib
       
    93 LIBRARY         fbscli.lib  // CFbsBitmap
       
    94 
       
    95 LIBRARY         servicehandler.lib  // AIW
       
    96 #ifdef IAD_INCLUDE_UPNP
       
    97 LIBRARY         upnpcommand.lib
       
    98 #endif
       
    99 
       
   100 LIBRARY         eikdlg.lib
       
   101 
       
   102 #if defined(ARMCC)
       
   103 deffile ../eabi/ 
       
   104 #elif defined(WINSCW)
       
   105 deffile ../bwinscw/ 
       
   106 #endif
       
   107 
       
   108 // End of File