harvesterplugins/media/video/group/videoplugin.mmp
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     1 /*
       
     2 * Copyright (c) 2010 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 CAPABILITY   CAP_GENERAL_DLL -AllFiles -DRM
       
    19 #include "../../../../harvesterplugins/inc/s60performance.h"
       
    20 TARGET		  cpixvideoplugin.dll
       
    21 TARGETTYPE	  PLUGIN
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID 0x10009D8D 0x20029ABA
       
    25 EPOCSTACKSIZE 0x5000
       
    26 EPOCHEAPSIZE 0x50000 0x2000000
       
    27 
       
    28 SOURCEPATH	  ../src
       
    29 SOURCE 		  tproxy.cpp
       
    30 SOURCE		  videoplugin.cpp
       
    31 SOURCE 		  cpixmediavideodoc.cpp
       
    32 
       
    33 USERINCLUDE   ../inc
       
    34 USERINCLUDE   ../../mediautils/inc
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE /epoc32/include/ecom
       
    37 
       
    38 
       
    39 SOURCEPATH    ../data
       
    40 start RESOURCE 20029aba.rss
       
    41 target  cpixvideoplugin.rsc
       
    42 end
       
    43 
       
    44 LIBRARY       euser.lib
       
    45 LIBRARY       ecom.lib
       
    46 LIBRARY       efsrv.lib
       
    47 STATICLIBRARY cpixmediautils.lib //Media utility library
       
    48 LIBRARY       platformenv.lib // Path info
       
    49 LIBRARY       cpixharvesterplugininterface.lib
       
    50 LIBRARY       cpixsearchclient.lib
       
    51 LIBRARY       mdccommon.lib           // mds
       
    52 LIBRARY       mdeclient.lib           // mds
       
    53 LIBRARY       edbms.lib
       
    54 LIBRARY       estor.lib
       
    55 LIBRARY       bafl.lib
       
    56 
       
    57 // For logging
       
    58 LIBRARY 	  flogger.lib 
       
    59 //Enable this macro to get harvester performance data
       
    60 //MACRO __PERFORMANCE_DATA
       
    61 EXPORTUNFROZEN