mmappcomponents/playlistengine/group/mpxplaylistengine.mmp
changeset 0 a2952bb97e68
child 24 6c1dfe4da5dd
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     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:  playlist engine project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET           mpxplaylistengine.dll
       
    24 CAPABILITY       CAP_GENERAL_DLL
       
    25 TARGETTYPE       DLL
       
    26 UID              0x1000008D 0x101FFC23
       
    27 VENDORID         VID_DEFAULT
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SOURCEPATH	../data
       
    34 START RESOURCE mpxplaylisttopcharacterset.rss
       
    35 HEADER
       
    36 TARGET mpxplaylisttopcharacterset.rsc
       
    37 TARGETPATH    RESOURCE_FILES_DIR 
       
    38 END
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          mpxplaylistpluginhandler.cpp
       
    42 SOURCE          mpxplaylistengine.cpp
       
    43 
       
    44 LIBRARY   euser.lib
       
    45 LIBRARY   ecom.lib
       
    46 LIBRARY   efsrv.lib
       
    47 LIBRARY   estor.lib
       
    48 LIBRARY   bafl.lib
       
    49 LIBRARY   apmime.lib
       
    50 LIBRARY   SysLangUtil.lib
       
    51 LIBRARY   charconv.lib
       
    52 LIBRARY   mpxcommon.lib
       
    53 
       
    54 // End of File