photosgallery/viewframework/plugins/gridviewpluginbase/group/glxgridviewpluginbase.mmp
changeset 0 4e91876724a2
child 25 191387a8b767
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 
       
    28 #include "../../../../inc/glxalfhelper.mmh"
       
    29 TARGET          glxgridviewpluginbase.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x1000008d 0x2000A76F
       
    32 
       
    33 #ifndef WINSCW
       
    34 EPOCALLOWDLLDATA
       
    35 #endif 
       
    36 CAPABILITY      CAP_GENERAL_DLL
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          glxgridviewpluginbase.cpp
       
    40 
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 
       
    44 // System includes from the source tree
       
    45 // System includes from the source tree
       
    46 SYSTEMINCLUDE     ../../../../inc
       
    47 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerbase/inc
       
    48 SYSTEMINCLUDE     ../../../commandhandlers/commoncommandhandlers/inc
       
    49 SYSTEMINCLUDE     ../../../commandhandlers/inc
       
    50 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlermarking/inc  
       
    51 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlermoreinfo/inc
       
    52 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerupnp/inc             //Command Handler Upnp
       
    53 SYSTEMINCLUDE     ../../../inc
       
    54 SYSTEMINCLUDE     ../../../layouts/inc
       
    55 SYSTEMINCLUDE     ../../../medialists/inc
       
    56 SYSTEMINCLUDE     ../../../uiutilities/inc
       
    57 SYSTEMINCLUDE     ../../../views/gridview/inc
       
    58 SYSTEMINCLUDE     ../../../views/viewbase/inc
       
    59 SYSTEMINCLUDE     ../../../visuallistmanager/inc
       
    60 SYSTEMINCLUDE     ../../gridviewpluginbase/inc
       
    61 SYSTEMINCLUDE	  ../../../../slideshow/engine/inc
       
    62 SYSTEMINCLUDE	  ../../../../common/inc
       
    63 
       
    64 
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 
       
    68 
       
    69 LIBRARY	        glxcommoncommandhandlers.lib
       
    70 LIBRARY	        glxcommandhandlermarking.lib
       
    71 LIBRARY         glxcommandhandlermoreinfo.lib
       
    72 LIBRARY         cone.lib						// for MCoeView
       
    73 LIBRARY         euser.lib						// for RAllocator
       
    74 LIBRARY         glxgridview.lib					// for CGlxGridView
       
    75 LIBRARY         mpxviewplugin.lib				// for CMPXViewPlugin
       
    76 LIBRARY         glxviewbase.lib					// for CGlxViewBase
       
    77 LIBRARY		glxupnpcommandhandler.lib		// For Upnp Command Handler
       
    78 LIBRARY         flogger.lib						// For Logging Tracer
       
    79 // End of File