photosgallery/viewframework/plugins/gridviewplugin/group/glxgridviewplugin.mmp
changeset 0 4e91876724a2
child 35 420f6808bf21
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 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <bldvariant.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 #include "../../../../group/glxbuildcommon.mmh"
       
    27 #include "../../../../inc/glxalfhelper.mmh"
       
    28 
       
    29 TARGET          glxgridviewplugin.dll
       
    30 TARGETTYPE      PLUGIN
       
    31 UID             0x10009D8D 0x20000A03
       
    32 
       
    33 #ifndef WINSCW
       
    34 EPOCALLOWDLLDATA
       
    35 #endif 
       
    36 CAPABILITY      CAP_ECOM_PLUGIN
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          glxmaingridviewplugin.cpp
       
    40 SOURCE          glxalbumgridviewplugin.cpp
       
    41 SOURCE          glxcameraalbumgridviewplugin.cpp
       
    42 SOURCE          glxdownloadsgridviewplugin.cpp
       
    43 SOURCE          glxmonthsgridviewplugin.cpp
       
    44 SOURCE          glxgridviewpluginproxy.cpp
       
    45 SOURCE          glxtaggridviewplugin.cpp
       
    46 
       
    47 START RESOURCE  ../data/20000a03.rss
       
    48 TARGET          glxgridviewplugin.rsc
       
    49 END // RESOURCE
       
    50 
       
    51 START RESOURCE  ../data/glxgridviewdata.rss
       
    52 HEADER
       
    53 TARGETPATH      APP_RESOURCE_DIR
       
    54 LANGUAGE_IDS
       
    55 END 
       
    56 
       
    57 START RESOURCE  ../data/glxdownloadtext.rss
       
    58 HEADER
       
    59 TARGETPATH      APP_RESOURCE_DIR
       
    60 LANGUAGE_IDS
       
    61 END 
       
    62 
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 USERINCLUDE     ../inc
       
    66 
       
    67 // System includes from the source tree
       
    68 SYSTEMINCLUDE     ../../../../inc
       
    69 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerbase/inc
       
    70 SYSTEMINCLUDE     ../../../commandhandlers/commoncommandhandlers/inc
       
    71 SYSTEMINCLUDE     ../../../commandhandlers/inc
       
    72 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlermarking/inc  
       
    73 SYSTEMINCLUDE     ../../../inc
       
    74 SYSTEMINCLUDE     ../../../layouts/inc
       
    75 SYSTEMINCLUDE     ../../../medialists/inc
       
    76 SYSTEMINCLUDE     ../../../uiutilities/inc
       
    77 SYSTEMINCLUDE     ../../../views/gridview/inc
       
    78 SYSTEMINCLUDE     ../../../views/viewbase/inc
       
    79 SYSTEMINCLUDE     ../../../visuallistmanager/inc
       
    80 SYSTEMINCLUDE     ../../gridviewpluginbase/inc
       
    81 SYSTEMINCLUDE 	  ../../../../slideshow/engine/inc
       
    82 SYSTEMINCLUDE	  ../../../../common/inc                              // for CGlxResourceUtilities
       
    83 SYSTEMINCLUDE     ../../../../gallery/loc                                     // for localisation
       
    84 
       
    85 LIBRARY	        glxcommoncommandhandlers.lib
       
    86 LIBRARY	        glxcommandhandlermarking.lib
       
    87 LIBRARY         cone.lib						// for MCoeView
       
    88 LIBRARY         efsrv.lib						// for TParseBase
       
    89 LIBRARY         euser.lib						// for RAllocator
       
    90 LIBRARY         glxgridview.lib					// for CGlxGridView
       
    91 LIBRARY         mpxviewplugin.lib				// for CMPXViewPlugin
       
    92 LIBRARY         glxmedialists.lib				// for CGlxMedialist
       
    93 LIBRARY         mpxcommon.lib					// for TMPXAttribute
       
    94 LIBRARY         glxgridviewpluginbase.lib
       
    95 LIBRARY         glxviewbase.lib					// for CGlxViewBase
       
    96 LIBRARY	    	commonengine.lib				// for StringLoader
       
    97 LIBRARY         glxcommon.lib           		// for CResourceUtilities
       
    98 LIBRARY 		centralrepository.lib  			// for CRepository
       
    99 LIBRARY         flogger.lib						// For Logging Tracer
       
   100 
       
   101 // End of File