mpxplugins/viewplugins/views/upnpbrowsedialog/group/mpxupnpbrowsedialog.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 mpxupnpbrowsedialog.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxupnpbrowsedialog.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x10009D8D 0x101FFC94
       
    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          mpxupnpbrowsedialog.cpp
       
    41 SOURCE          mpxplayermanagerstub.cpp
       
    42 
       
    43 START RESOURCE  ../data/mpxupnpbrowsedialog.rss
       
    44 HEADER
       
    45 TARGETPATH      APP_RESOURCE_DIR
       
    46 LANGUAGE_IDS 
       
    47 END // RESOURCE
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../../../inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         apparc.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         eikcore.lib 
       
    58 LIBRARY         eikdlg.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         hlplch.lib
       
    61 LIBRARY         ws32.lib
       
    62 LIBRARY         fbscli.lib
       
    63 LIBRARY         bitgdi.lib
       
    64 LIBRARY         gdi.lib
       
    65 LIBRARY         egul.lib
       
    66 LIBRARY         eikctl.lib
       
    67 LIBRARY         eiksrv.lib
       
    68 LIBRARY         eikcoctl.lib
       
    69 LIBRARY         efsrv.lib
       
    70 LIBRARY         bafl.lib
       
    71 LIBRARY         aknicon.lib
       
    72 LIBRARY         aknskins.lib
       
    73 LIBRARY         aknskinsrv.lib
       
    74 LIBRARY         commonengine.lib
       
    75 LIBRARY         aknlayout2scalable.lib
       
    76 LIBRARY         cdlengine.lib
       
    77 LIBRARY         mgfetch.lib
       
    78 
       
    79 LIBRARY         mpxplaybackutility.lib
       
    80 LIBRARY         mpxcommon.lib
       
    81 LIBRARY         mpxcommonui.lib
       
    82 LIBRARY         mpxviewutility.lib
       
    83 
       
    84 // End of File