filedetails/filedetailsdialog/group/MPFileDlg.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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:   Makefile for file details dialog.*
       
    15 */
       
    16 
       
    17 
       
    18 // Version : %version: 10 %
       
    19 
       
    20 
       
    21 
       
    22 //#include <bldvariant.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 TARGET      MPFileDetailsDialog.dll
       
    27 TARGETTYPE  dll
       
    28 UID         0x1000006C 0x101F8511
       
    29 
       
    30 START RESOURCE  ../data/MPFileDetails.rss
       
    31 TARGETPATH      APP_RESOURCE_DIR
       
    32 HEADER
       
    33 LANGUAGE_IDS
       
    34 END // RESOURCE
       
    35 
       
    36 #if defined(ARMCC)
       
    37 deffile ../eabi/ 
       
    38 #elif defined( WINSCW )
       
    39 deffile ../bwinscw/ 
       
    40 #elif defined( WINS )
       
    41 deffile ../bwins/ 
       
    42 #else
       
    43 deffile ../bmarm/ 
       
    44 #endif
       
    45 
       
    46 VENDORID    VID_DEFAULT
       
    47 
       
    48 SOURCEPATH   ../src
       
    49 SOURCE       mppopuplist.cpp
       
    50 SOURCE       MPFileDetailsDialog.cpp
       
    51 SOURCE       MPFileDetails.cpp
       
    52 SOURCE       MediaPlayerDrmHelper.cpp
       
    53 
       
    54 USERINCLUDE  ../inc
       
    55 USERINCLUDE  ../../../inc
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 
       
    60 CAPABILITY CAP_GENERAL_DLL
       
    61 
       
    62 LIBRARY cone.lib
       
    63 LIBRARY euser.lib
       
    64 LIBRARY eikcoctl.lib
       
    65 LIBRARY avkon.lib
       
    66 LIBRARY bafl.lib
       
    67 LIBRARY Flogger.lib
       
    68 LIBRARY eikcore.lib
       
    69 LIBRARY centralrepository.lib
       
    70 LIBRARY efsrv.lib
       
    71 LIBRARY playbackhelper.lib
       
    72 LIBRARY commonengine.lib
       
    73 LIBRARY FeatMgr.lib
       
    74 LIBRARY ServiceHandler.lib
       
    75 LIBRARY mmfcontrollerframework.lib
       
    76 LIBRARY MediaClientAudio.lib
       
    77 LIBRARY mediaclientvideo.lib
       
    78 LIBRARY MetaDataUtility.lib
       
    79 LIBRARY caf.lib
       
    80 LIBRARY DrmUtility.lib
       
    81 
       
    82 
       
    83 
       
    84 LIBRARY drmcommon.lib
       
    85 LIBRARY drmhelper.lib
       
    86 LIBRARY drmuihandling.lib
       
    87 #ifdef __WINDOWS_MEDIA
       
    88 LIBRARY     asxparser.lib         
       
    89 #endif
       
    90 
       
    91 //end of file