harvester/harvesterplugins/AudioPlugin/group/harvesteraudioplugin.mmp
changeset 0 c53acadfccc6
child 8 50de4d668bb6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2006-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:  Harvester Audio plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 VERSION       10.0
       
    25 TARGET        harvesteraudioplugin.dll
       
    26 TARGETTYPE    PLUGIN
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique UID for this dll
       
    29 UID           0x10009D8D 0x2001116A
       
    30 
       
    31 start RESOURCE ../data/2001116A.rss
       
    32 target harvesteraudioplugin.rsc
       
    33 end
       
    34 
       
    35 
       
    36 SYSTEMINCLUDE /epoc32/include/ecom
       
    37 SYSTEMINCLUDE /epoc32/include/connect
       
    38 
       
    39 USERINCLUDE   ../../../../inc
       
    40 USERINCLUDE   ../../../common/inc
       
    41 USERINCLUDE   ../inc
       
    42 
       
    43 SOURCEPATH    ../src
       
    44 SOURCE        harvesteraudioplugin.cpp
       
    45 SOURCE        harvesteraudiopluginutils.cpp
       
    46 SOURCE        proxy.cpp
       
    47 
       
    48 // Default system include paths for middleware layer modules.
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY     euser.lib
       
    52 LIBRARY     efsrv.lib
       
    53 
       
    54 LIBRARY     harvesterplugininterface.lib
       
    55 LIBRARY     mdeclient.lib
       
    56 LIBRARY		harvesterdata.lib
       
    57 LIBRARY		harvestercommon.lib
       
    58 LIBRARY     metadatautility.lib 
       
    59 LIBRARY     thumbnailmanager.lib 
       
    60 LIBRARY     centralrepository.lib
       
    61 
       
    62 PAGED
       
    63 BYTEPAIRCOMPRESSTARGET
       
    64 OPTION ARMCC -O3 -OTime
       
    65 
       
    66 
       
    67