photosgallery/viewframework/plugins/fullscreenviewplugin/group/glxfullscreenviewplugin.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          glxfullscreenviewplugin.dll
       
    30 TARGETTYPE      PLUGIN
       
    31 UID             0x10009D8D 0x2000A7C3
       
    32 
       
    33 #ifndef WINSCW
       
    34 EPOCALLOWDLLDATA
       
    35 #endif 
       
    36 CAPABILITY      CAP_ECOM_PLUGIN
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          glxmainfullscreenviewplugin.cpp
       
    40 SOURCE          glxalbumfullscreenviewplugin.cpp
       
    41 SOURCE          glxcameraalbumfullscreenviewplugin.cpp
       
    42 SOURCE          glxdownloadsfullscreenviewplugin.cpp
       
    43 SOURCE          glxmonthsfullscreenviewplugin.cpp
       
    44 SOURCE          glxfullscreenviewpluginproxy.cpp
       
    45 SOURCE          glxtagfullscreenviewplugin.cpp
       
    46 SOURCE	        glximageviewerfullscreenviewplugin.cpp
       
    47 
       
    48 START RESOURCE  ../data/2000A7C3.rss
       
    49 TARGET          glxfullscreenviewplugin.rsc
       
    50 END // RESOURCE
       
    51 
       
    52 START RESOURCE  ../data/glxfullscreenviewdata.rss
       
    53 HEADER
       
    54 TARGETPATH      APP_RESOURCE_DIR
       
    55 LANGUAGE_IDS
       
    56 END 
       
    57 
       
    58 // System includes from epoc32/include
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 USERINCLUDE     ../inc
       
    62 
       
    63 // System includes from the source tree
       
    64 SYSTEMINCLUDE     ../../../../inc
       
    65 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerbase/inc
       
    66 SYSTEMINCLUDE     ../../../commandhandlers/commoncommandhandlers/inc
       
    67 SYSTEMINCLUDE     ../../../commandhandlers/inc
       
    68 SYSTEMINCLUDE     ../../../inc
       
    69 SYSTEMINCLUDE     ../../../layouts/inc
       
    70 SYSTEMINCLUDE     ../../../medialists/inc
       
    71 SYSTEMINCLUDE     ../../../uiutilities/inc
       
    72 SYSTEMINCLUDE     ../../../views/fullscreenview/inc
       
    73 SYSTEMINCLUDE     ../../../views/viewbase/inc
       
    74 SYSTEMINCLUDE     ../../../visuallistmanager/inc
       
    75 SYSTEMINCLUDE 	  ../../../../slideshow/engine/inc
       
    76 SYSTEMINCLUDE	  ../../../../common/inc                              // for CGlxResourceUtilities
       
    77 SYSTEMINCLUDE     ../../../../gallery/loc    
       
    78 SYSTEMINCLUDE     ../../fullscreenviewpluginbase/inc                                 // for localisation
       
    79 
       
    80 LIBRARY         cone.lib						// for MCoeView
       
    81 LIBRARY         efsrv.lib						// for TParseBase
       
    82 LIBRARY         euser.lib						// for RAllocator
       
    83 LIBRARY         glxcommon.lib					// for CResourceUtilities
       
    84 LIBRARY	        glxcommoncommandhandlers.lib	// for CommandHandlers
       
    85 LIBRARY         glxfullscreenview.lib
       
    86 LIBRARY         glxfullscreenviewpluginbase.lib
       
    87 LIBRARY         glxviewbase.lib					// for CGlxViewBase
       
    88 LIBRARY         mpxviewplugin.lib				// for CMPXViewPlugin
       
    89 LIBRARY         flogger.lib						// For Logging Tracer
       
    90 // End of File