harvester/harvesterplugins/RTPPlugin/group/harvesterrtpplugin.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION                 10.0
       
    23 TARGET                  harvesterrtpplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0x2000B433
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  harvesterrtpproxy.cpp
       
    32 SOURCE                  harvesterrtpplugin.cpp
       
    33 SOURCE                  harvesterrtpmetadatareader.cpp
       
    34 
       
    35 START RESOURCE ../data/2000B433.rss
       
    36 TARGET harvesterrtpplugin.rsc
       
    37 END
       
    38 
       
    39 USERINCLUDE   ../../../../inc
       
    40 USERINCLUDE   ../../../../harvester/server/inc
       
    41 USERINCLUDE   ../../../../harvester/common/inc
       
    42 USERINCLUDE    ../inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE /epoc32/include/ecom
       
    47 
       
    48 LIBRARY       euser.lib 
       
    49 LIBRARY       efsrv.lib   
       
    50 LIBRARY       harvestercommon.lib
       
    51 LIBRARY       harvesterplugininterface.lib
       
    52 LIBRARY       mdeclient.lib
       
    53 LIBRARY       apgrfx.lib
       
    54 LIBRARY       apmime.lib
       
    55 LIBRARY	  harvesterdata.lib
       
    56 
       
    57 PAGED
       
    58 BYTEPAIRCOMPRESSTARGET
       
    59