harvester/harvesterplugins/AudioPlaylistPlugin/group/harvesteraudioplaylistplugin.mmp
branchRCL_3
changeset 21 85f623e1ef41
parent 20 f23c07ec56e2
child 22 29d87345eaeb
equal deleted inserted replaced
20:f23c07ec56e2 21:85f623e1ef41
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 TARGET        harvesteraudioplaylistplugin.dll
       
    25 TARGETTYPE    PLUGIN
       
    26 
       
    27 // ECom Dll recognition UID followed by the unique UID for this dll
       
    28 UID           0x10009D8D 0x200211F5
       
    29 
       
    30 START RESOURCE ../data/200211F5.rss
       
    31 TARGET harvesteraudioplaylistplugin.rsc
       
    32 END
       
    33 
       
    34 START RESOURCE ../data/mdsplaylisttopcharacterset.rss
       
    35 HEADER
       
    36 TARGET mdsplaylisttopcharacterset.rsc
       
    37 TARGETPATH    RESOURCE_FILES_DIR 
       
    38 END
       
    39 
       
    40 USERINCLUDE   ../../../../inc
       
    41 USERINCLUDE   ../../../common/inc
       
    42 USERINCLUDE   ../inc
       
    43 
       
    44 SYSTEMINCLUDE /epoc32/include/ecom
       
    45 SYSTEMINCLUDE /epoc32/include/connect
       
    46 
       
    47 SOURCEPATH    ../src
       
    48 SOURCE        harvesteraudioplaylistplugin.cpp
       
    49 SOURCE        proxy.cpp 
       
    50 SOURCE        harvesterm3uplaylistparser.cpp
       
    51 SOURCE        harvesteraudioplaylistparser.cpp 
       
    52 
       
    53 // Default system include paths for middleware layer modules.
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY     euser.lib
       
    57 LIBRARY     ecom.lib
       
    58 LIBRARY     efsrv.lib
       
    59 LIBRARY     apgrfx.lib  // RApaLsSession
       
    60 LIBRARY     apmime.lib  // TDataType
       
    61 LIBRARY     bafl.lib //BaflUtils
       
    62 
       
    63 LIBRARY     harvesterplugininterface.lib
       
    64 LIBRARY     mdeclient.lib
       
    65 LIBRARY		harvesterdata.lib
       
    66 LIBRARY		harvestercommon.lib
       
    67 LIBRARY     syslangutil.lib
       
    68 LIBRARY     charconv.lib
       
    69 LIBRARY         platformenv.lib
       
    70 
       
    71 PAGED
       
    72 BYTEPAIRCOMPRESSTARGET
       
    73 OPTION ARMCC -O3 -OTime
       
    74 
       
    75