photosgallery/controllers/fetcher/group/glxfetcher.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 Media Fetcher Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 #include "../../../group/glxbuildcommon.mmh"
       
    26 #include "../../../inc/glxalfhelper.mmh"
       
    27 
       
    28 TARGET                    glxfetcher.dll
       
    29 TARGETTYPE                PLUGIN
       
    30 UID                       0x10009d8d 0x200071B3
       
    31 
       
    32 #ifndef WINSCW
       
    33 EPOCALLOWDLLDATA
       
    34 #endif 
       
    35 CAPABILITY                CAP_ECOM_PLUGIN
       
    36 
       
    37 SOURCEPATH                ../src
       
    38 SOURCE                    glxfetcher.cpp
       
    39 SOURCE                    glxfetcherproxy.cpp
       
    40 SOURCE                    glxfetcherdialog.cpp
       
    41 SOURCE                    glxfetchercontainer.cpp 
       
    42 SOURCE					  glxfetchercommandhandler.cpp
       
    43 
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 START RESOURCE            ../data/200071B3.rss
       
    49 TARGET                    glxfetcher.rsc
       
    50 END
       
    51 
       
    52 START RESOURCE            ../data/glxfetcherdialog.rss
       
    53 TARGET                    glxfetcherdialog.rsc
       
    54 HEADER
       
    55 TARGETPATH                APP_RESOURCE_DIR
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 // User include path
       
    60 USERINCLUDE               ../inc
       
    61 
       
    62 // System includes from the source tree
       
    63 SYSTEMINCLUDE             ../../../viewframework/inc
       
    64 SYSTEMINCLUDE             ../../../viewframework/medialists/inc
       
    65 SYSTEMINCLUDE             ../../../viewframework/views/viewbase/inc
       
    66 SYSTEMINCLUDE             ../../../viewframework/views/gridview/inc
       
    67 SYSTEMINCLUDE             ../../../viewframework/uiutilities/inc
       
    68 SYSTEMINCLUDE   		  ../../../viewframework/drmutility/inc
       
    69 SYSTEMINCLUDE             ../../../collectionframework/plugins/glxcollectionpluginall/inc
       
    70 SYSTEMINCLUDE             ../../../inc
       
    71 SYSTEMINCLUDE	          ../../../common/inc                              // for CGlxResourceUtilities
       
    72 SYSTEMINCLUDE	          ../../../commonui/inc
       
    73 SYSTEMINCLUDE             ../../../viewframework/commandhandlers/inc
       
    74 SYSTEMINCLUDE             ../../../viewframework/commandhandlers/commoncommandhandlers/inc
       
    75 SYSTEMINCLUDE             ../../../viewframework/commandhandlers/commandhandlerbase/inc
       
    76 SYSTEMINCLUDE             ../../../viewframework/commandhandlers/commandhandlermarking/inc
       
    77 SYSTEMINCLUDE   		  ../../../viewframework/dataprovider/inc
       
    78 SYSTEMINCLUDE             ../../../gallery/loc
       
    79 
       
    80 // Libraries
       
    81 LIBRARY                   euser.lib
       
    82 LIBRARY                   ecom.lib								  // Ecom Plugin
       
    83 LIBRARY                   efsrv.lib						          // TParser
       
    84 LIBRARY			          cone.lib						          // CCoeEnv
       
    85 LIBRARY			          avkon.lib								  // Avkon related
       
    86 LIBRARY			    	  eikcore.lib
       
    87 LIBRARY	                  eikdlg.lib  							  // for CEikDialog
       
    88 LIBRARY	                  eikcoctl.lib    						  // for CEikDialog
       
    89 LIBRARY                   mpxcommon.lib                		   	  // CMPXCollectionPath
       
    90 LIBRARY                   commonengine.lib						  // String Loader
       
    91 LIBRARY                   glxmedialists.lib             	      // MGlxMediaList
       
    92 LIBRARY  	    	      glxviewbase.lib               		  // View base
       
    93 LIBRARY                   glxcommon.lib                 		  // for CResourceUtilities, CMPXMedia
       
    94 LIBRARY                   glxcommandhandlermarking.lib  		  // CGlxCommandHandlerMarking
       
    95 LIBRARY                   glxuiutilities.lib            		  // CGlxUiUtility 
       
    96 LIBRARY                   bafl.lib	                    	      // For BaflUtils
       
    97 LIBRARY					  glxcommandhandlerbase.lib		     	  // For MediaListCommandHandler
       
    98 LIBRARY           		  alfclient.lib   					      // MAlfWidgetFactory
       
    99 LIBRARY                   aknskins.lib							  // Skin Support for dialog 
       
   100 LIBRARY         		  glxgridview.lib						  // Medialist observer for HG Grid
       
   101 LIBRARY         		  flogger.lib							  // For Logging Tracer
       
   102 LIBRARY         		  ganes.lib								  // Hg Grid
       
   103 LIBRARY        			  egul.lib							      // Gul Icons
       
   104 LIBRARY         		  fbscli.lib 
       
   105 LIBRARY        			  aknicon.lib
       
   106 LIBRARY         		  glxdrmutility.lib				// For Drm Utility
       
   107 
       
   108 // End of File