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