mpxmusicplayer/metadatahandler/group/mpxmetadatahandler.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2008 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 mpxmetadatahandler.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          mpxmetadatahandler.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000006C 0x2001E26D
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 VERSION 10.0
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          mpxmetadatahandler.cpp
       
    33 SOURCE          mpxmetadatahandlerimp.cpp
       
    34 
       
    35 START RESOURCE  ../data/mplayeravrcpsettings.rss
       
    36 HEADER
       
    37 TARGETPATH      RESOURCE_FILES_DIR
       
    38 END // RESOURCE
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE   /epoc32/include/ecom
       
    45 
       
    46 LIBRARY     euser.lib                           // standard user library
       
    47 LIBRARY     efsrv.lib                           // file server
       
    48 LIBRARY     bafl.lib                            // resource files
       
    49 LIBRARY     remconinterfacebase.lib             // remcon interface selector
       
    50 LIBRARY     mpxplaybackutility.lib              // the playback properties
       
    51 LIBRARY     mpxcommon.lib                       // common MPX FW definitions
       
    52 LIBRARY     remconplayerinformation.lib         // AVRCP 1.3 API
       
    53 LIBRARY     remconmediainformationapi.lib       // AVRCP 1.3 API
       
    54 LIBRARY     remcongroupnavigationapi.lib        // AVRCP 1.3 API
       
    55 LIBRARY     charconv.lib                        // Unicode character conversions
       
    56 LIBRARY     mpxcollectionutility.lib            // access the music collection
       
    57 LIBRARY     centralrepository.lib               // access the equalizer
       
    58 
       
    59 #if defined(ARMCC)
       
    60 deffile ../eabi/ 
       
    61 #elif defined(WINSCW)
       
    62 deffile ../bwinscw/ 
       
    63 #endif
       
    64 
       
    65 // End of File