mpxplugins/viewplugins/views/mainview/group/mpxmainview.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 mpxmainview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include "../../../../../inc/musicplayerbldvariant.hrh"
       
    23 
       
    24 TARGET          mpxmainview.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000006C 0x101FFC7C
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 MACRO __ENABLE_MSK
       
    34 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    35 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    36 MACRO SINGLE_CLICK_INCLUDED
       
    37 #endif
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          mpxmainviewcontainer.cpp
       
    41 SOURCE          mpxmainviewimp.cpp
       
    42 SOURCE          mpxmainview.cpp
       
    43 
       
    44 START RESOURCE  ../data/mpxmainview.rss
       
    45 HEADER
       
    46 TARGETPATH      APP_RESOURCE_DIR
       
    47 LANGUAGE_IDS 
       
    48 END // RESOURCE
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../../inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         apgrfx.lib
       
    57 LIBRARY         apparc.lib
       
    58 LIBRARY         cone.lib
       
    59 LIBRARY         eikcore.lib 
       
    60 LIBRARY         avkon.lib
       
    61 LIBRARY         aknicon.lib
       
    62 LIBRARY         hlplch.lib
       
    63 LIBRARY         egul.lib
       
    64 LIBRARY         eikcoctl.lib
       
    65 LIBRARY         efsrv.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         aknskins.lib
       
    68 LIBRARY         commonengine.lib
       
    69 LIBRARY         cdlengine.lib
       
    70 LIBRARY         estor.lib
       
    71 
       
    72 LIBRARY         eikdlg.lib
       
    73 LIBRARY         mpxcollectionutility.lib
       
    74 LIBRARY         mpxplaybackutility.lib
       
    75 LIBRARY         mpxviewutility.lib
       
    76 LIBRARY         mpxcommonui.lib
       
    77 LIBRARY         mpxcommon.lib
       
    78 
       
    79 #if defined(ARMCC)
       
    80 deffile ../eabi/ 
       
    81 #elif defined(WINSCW)
       
    82 deffile ../bwinscw/ 
       
    83 #endif
       
    84 
       
    85 // End of File