photosgallery/contentharvesterplugin/group/glxcontentharvesterplugin.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-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 for project CHPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          glxcontentharvesterplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D  0x200104DF
       
    26 
       
    27 #ifndef WINSCW
       
    28 EPOCALLOWDLLDATA
       
    29 #endif 
       
    30 
       
    31 CAPABILITY      CAP_ECOM_PLUGIN
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE      glxcontentharvesterplugin.cpp
       
    36 SOURCE      glxcontentharvesterpluginall.cpp
       
    37 SOURCE		glxcontentharvesterpluginmonths.cpp
       
    38 SOURCE 		glxcontentharvesterpluginalbums.cpp 
       
    39 SOURCE		glxcontentharvesterpluginbase.cpp 
       
    40 SOURCE		glxcontentharvesterplugintags.cpp 
       
    41 SOURCE      glxcontentharvesterpluginproxy.cpp 
       
    42 
       
    43 TARGETPATH      resource/apps
       
    44 START RESOURCE  ../data/200104DF.rss
       
    45 TARGET          glxcontentharvesterplugin.rsc
       
    46 END // RESOURCE
       
    47 
       
    48 USERINCLUDE      ../inc
       
    49 
       
    50 SYSTEMINCLUDE	../../viewframework/medialists/inc
       
    51 SYSTEMINCLUDE             ../../viewframework/inc
       
    52 SYSTEMINCLUDE	../../common/inc
       
    53 SYSTEMINCLUDE	../../commonui/inc
       
    54 SYSTEMINCLUDE   ../../collectionframework/thumbnailcreator/inc
       
    55 SYSTEMINCLUDE   ../../inc
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 
       
    60 LIBRARY			cdlengine.lib
       
    61 LIBRARY			ws32.lib
       
    62 LIBRARY	    	ecom.lib
       
    63 LIBRARY	    	euser.lib
       
    64 LIBRARY         fbscli.lib 
       
    65 LIBRARY         glxlogging.lib
       
    66 LIBRARY		    liwservicehandler.lib
       
    67 LIBRARY         mpxcommon.lib                  // CMPXCollectionPath
       
    68 LIBRARY         glxmedialists.lib              // medialist
       
    69 LIBRARY         glxcommon.lib                  // CMPXmedia
       
    70 LIBRARY         featmgr.lib // For FeatureManager::FeatureSupported
       
    71 LIBRARY         mpxcollectionutility.lib
       
    72 LIBRARY         aknicon.lib 
       
    73 LIBRARY		apgrfx.lib
       
    74 DEBUGLIBRARY	flogger.lib
       
    75 
       
    76 //end of file
       
    77