mpxplugins/viewplugins/views/upnpplaybackdialog/group/mpxupnpplaybackdialog.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 mpxupnpplaybackdialog.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxupnpplaybackdialog.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x10009D8D 0x101FFCBB
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 #if defined(ARMCC)
       
    34 deffile ../eabi/ 
       
    35 #elif defined(WINSCW)
       
    36 deffile ../bwinscw/ 
       
    37 #endif
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          mpxupnpplaybackdialog.cpp
       
    41 SOURCE          mpxupnpplaybackdialogcustomcontrol.cpp
       
    42 SOURCE          mpxupnpplaybackdialogcustomcontrolcontainer.cpp
       
    43 SOURCE          mpxupnpplaybackdialoglayout.cpp
       
    44 
       
    45 START RESOURCE  ../data/mpxupnpplaybackdialog.rss
       
    46 DEPENDS mpxcommonplaybackview.rsg
       
    47 HEADER
       
    48 TARGETPATH      APP_RESOURCE_DIR
       
    49 LANGUAGE_IDS 
       
    50 END // RESOURCE
       
    51 
       
    52 USERINCLUDE     ../inc
       
    53 USERINCLUDE     ../../inc
       
    54 USERINCLUDE     ../../../inc
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         eikcore.lib 
       
    62 LIBRARY         eikdlg.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         hlplch.lib
       
    65 LIBRARY         fbscli.lib
       
    66 LIBRARY         eikcoctl.lib
       
    67 LIBRARY         efsrv.lib
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         commonengine.lib
       
    70 LIBRARY         mgfetch.lib
       
    71 LIBRARY         estor.lib
       
    72 LIBRARY         aknskins.lib
       
    73 LIBRARY         egul.lib    // CGulIcon
       
    74 LIBRARY         aknicon.lib // AknIconUtils
       
    75 LIBRARY         centralrepository.lib
       
    76 LIBRARY         aknlayout2scalable.lib
       
    77 LIBRARY         cdlengine.lib
       
    78 LIBRARY         apgrfx.lib  // RApaLsSession
       
    79 LIBRARY         featmgr.lib
       
    80 LIBRARY         hwrmfmtxclient.lib // For FF_FMTX
       
    81 LIBRARY         mpxcollectionutility.lib
       
    82 LIBRARY         mpxcommon.lib
       
    83 LIBRARY         mpxcommonui.lib
       
    84 LIBRARY         mpxcommonplaybackview.lib
       
    85 LIBRARY         mpxplaybackutility.lib
       
    86 LIBRARY         mpxviewutility.lib
       
    87 LIBRARY         mpxcollectionhelper.lib
       
    88 LIBRARY         mpxmediakeyhandler.lib
       
    89 
       
    90 // End of File