photosgallery/viewframework/plugins/tagsbrowserviewplugin/group/glxtagsbrowserviewplugin.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 
       
    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          glxtagsbrowserviewplugin.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID             0x10009D8D 0x200071B6
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 
       
    35 CAPABILITY      CAP_ECOM_PLUGIN
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          glxtagsbrowserviewpluginproxy.cpp
       
    39 SOURCE          glxtagsbrowserviewplugin.cpp
       
    40 
       
    41 SOURCEPATH		../data
       
    42 
       
    43 START RESOURCE  glxtagsbrowserview.rss
       
    44 HEADER
       
    45 TARGETPATH      APP_RESOURCE_DIR
       
    46 LANGUAGE_IDS
       
    47 END // RESOURCE
       
    48 
       
    49 START RESOURCE  200071b6.rss
       
    50 TARGET          glxtagsbrowserviewplugin.rsc
       
    51 LANGUAGE_IDS
       
    52 END // RESOURCE
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 // User include path
       
    57 USERINCLUDE     ../inc
       
    58 
       
    59 // System includes from the source tree
       
    60 SYSTEMINCLUDE     ../../../views/cloudview/inc
       
    61 SYSTEMINCLUDE     ../../../../common/inc
       
    62 SYSTEMINCLUDE     ../../../inc
       
    63 SYSTEMINCLUDE     ../../../../gallery/loc
       
    64 SYSTEMINCLUDE     ../../../views/viewbase/inc
       
    65 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerbase/inc
       
    66 SYSTEMINCLUDE     ../../../commandhandlers/commoncommandhandlers/inc
       
    67 SYSTEMINCLUDE     ../../../commandhandlers/commandhandlerupnp/inc  		//Command Handler Upnp
       
    68 SYSTEMINCLUDE     ../../../commandhandlers/inc
       
    69 SYSTEMINCLUDE     ../../../uiutilities/inc
       
    70 SYSTEMINCLUDE	    ../../../../slideshow/engine/inc
       
    71 
       
    72 //to be used with new gallery
       
    73 SYSTEMINCLUDE     ../../../medialists/inc  
       
    74 SYSTEMINCLUDE    ../../../../inc
       
    75 
       
    76 // Libraries
       
    77 LIBRARY 		centralrepository.lib  			//for CRepository
       
    78 LIBRARY         euser.lib						// for RAllocator
       
    79 LIBRARY         mpxviewplugin.lib				// For CMPXAknViewPlugin
       
    80 LIBRARY         glxviewbase.lib					// For CGlxViewBase
       
    81 LIBRARY		    glxcommoncommandhandlers.lib	// For CGlxCommandHandlerAddToContainer, CGlxCommandHandlerDelete
       
    82 LIBRARY         mpxcommon.lib					// For CMPXCollectionPath, MGlxMediaList, TMPXAttribute
       
    83 LIBRARY         glxcloudview.lib				// For CGlxCloudView
       
    84 LIBRARY			glxupnpcommandhandler.lib		// For Upnp Command Handler
       
    85 LIBRARY         glxcommon.lib					// For filters
       
    86 LIBRARY			glxmedialists.lib				// For MGlxMediaList
       
    87 LIBRARY         flogger.lib						// For Logging Tracer
       
    88 
       
    89 //EXPORTUNFROZEN
       
    90 
       
    91 // End of File