harvester/harvesterplugins/VideoPlugin/group/harvestervideoplugin.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
child 21 50bf9db68373
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        harvestervideoplugin.dll
       
    24 TARGETTYPE    PLUGIN
       
    25 UID           0x10009D8D 0x200009F9
       
    26 
       
    27 CAPABILITY 	  CAP_ECOM_PLUGIN
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 start RESOURCE ../data/200009f9.rss
       
    31 target HarvesterVideoPlugin.rsc
       
    32 end
       
    33 
       
    34 SYSTEMINCLUDE /epoc32/include/ecom
       
    35 SYSTEMINCLUDE /epoc32/include/libc
       
    36 SYSTEMINCLUDE /epoc32/include/connect
       
    37 SYSTEMINCLUDE /epoc32/include/3gplibrary
       
    38 
       
    39 USERINCLUDE   ../inc
       
    40 USERINCLUDE   ../../../common/inc
       
    41 USERINCLUDE   ../../../../inc
       
    42 
       
    43 SOURCEPATH    ../src
       
    44 SOURCE        harvestervideoplugin.cpp
       
    45 SOURCE        proxy.cpp
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY       euser.lib
       
    50 LIBRARY       efsrv.lib
       
    51 LIBRARY       3GPMP4Lib.lib
       
    52 LIBRARY       harvesterplugininterface.lib
       
    53 LIBRARY       mdeclient.lib
       
    54 LIBRARY	  harvesterdata.lib
       
    55 LIBRARY	  harvestercommon.lib
       
    56 
       
    57 STATICLIBRARY       hxmetadatautil.lib
       
    58 
       
    59 PAGED
       
    60 BYTEPAIRCOMPRESSTARGET
       
    61 OPTION ARMCC -O3 -OTime
       
    62 
       
    63 
       
    64