photosgallery/viewframework/views/fullscreenview/group/glxfullscreenview.mmp
changeset 0 4e91876724a2
child 14 ce1c7ad1f18b
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 <platform_paths.hrh>
       
    23 #include "../../../../group/glxbuildcommon.mmh"
       
    24 #include "../../../../inc/glxalfhelper.mmh"
       
    25 
       
    26 TARGET          glxfullscreenview.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x20000A07
       
    29 
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif 
       
    33 CAPABILITY      CAP_GENERAL_DLL
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE          glxfullscreenview.cpp
       
    38 SOURCE          glxfullscreenviewimp.cpp
       
    39 SOURCE          glxfullscreenbindingsetfactory.cpp 
       
    40 //SOURCE          glxsinglelinemetapanecontrol.cpp 
       
    41 //SOURCE          glxslmpfavmlobserver.cpp 
       
    42 
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 // System includes from the source tree
       
    46 
       
    47 SYSTEMINCLUDE   ../inc
       
    48 SYSTEMINCLUDE   ../../../../inc
       
    49 SYSTEMINCLUDE   ../../../inc
       
    50 SYSTEMINCLUDE   ../../../commandhandlers/inc
       
    51 SYSTEMINCLUDE   ../../../commandhandlers/commandhandlerbase/inc
       
    52 SYSTEMINCLUDE   ../../../commandhandlers/commandhandlerdrm/inc
       
    53 SYSTEMINCLUDE   ../../../commandhandlers/commoncommandhandlers/inc
       
    54 SYSTEMINCLUDE   ../../../drmutility/inc
       
    55 SYSTEMINCLUDE   ../../../layouts/inc
       
    56 SYSTEMINCLUDE   ../../../medialists/inc
       
    57 SYSTEMINCLUDE   ../../../uiutilities/inc
       
    58 SYSTEMINCLUDE   ../../../texturemanager/inc
       
    59 SYSTEMINCLUDE	../../../../common/inc                
       
    60 SYSTEMINCLUDE   ../../../../commonui/inc
       
    61 SYSTEMINCLUDE   ../../viewbase/inc
       
    62 SYSTEMINCLUDE   ../../../dataprovider/inc
       
    63 SYSTEMINCLUDE   ../../zoomview/inc
       
    64 SYSTEMINCLUDE   ../../../tvout/inc
       
    65 
       
    66 APP_LAYER_SYSTEMINCLUDE
       
    67 
       
    68 
       
    69 
       
    70 LIBRARY         avkon.lib								// CAknView
       
    71 LIBRARY         cone.lib								// MCoeView
       
    72 LIBRARY         eikcoctl.lib							// CEikMenuBar
       
    73 LIBRARY         eikcore.lib 							// CEikMenuBar
       
    74 LIBRARY         euser.lib								// RAllocator
       
    75 LIBRARY         alfclient.lib 							// ALF UI framework
       
    76 LIBRARY         glxmedialists.lib						// CGlxMediaList
       
    77 LIBRARY         glxuiutilities.lib						// CGlxUiUtility
       
    78 LIBRARY         glxviewbase.lib							// CGlxViewBase
       
    79 LIBRARY         glxdataprovider.lib						// MulModelProvider
       
    80 LIBRARY         glxzoomview.lib							// CGlxZoomControl
       
    81 LIBRARY         alfwidgetmodel.lib						// AlfWidgetModel
       
    82 LIBRARY         mulmodelutility.lib						// For Usting converter
       
    83 LIBRARY         mpxcommon.lib							// For MPX Attributes
       
    84 LIBRARY         osncore.lib           					// CAlfString
       
    85 LIBRARY         flogger.lib								// For Logging Tracer
       
    86 LIBRARY         glxcommoncommandhandlers.lib	//For CGlxCommandHandlerAddToContainer
       
    87 LIBRARY         glxcommandhandlerbase.lib		// Base command handlers
       
    88 LIBRARY         lbs.lib 
       
    89 LIBRARY         eikcdlg.lib
       
    90 LIBRARY         eikctl.lib 
       
    91 LIBRARY         commonengine.lib
       
    92 LIBRARY         glxtexturemanager.lib 					// for texturemanager
       
    93 LIBRARY         platformenv.lib						// Path Info for SLMP
       
    94 LIBRARY         efsrv.lib	 					// RFs for SLMP
       
    95 LIBRARY         glxdrmutility.lib // for DRM utility
       
    96 LIBRARY         gesturehelper.lib
       
    97 LIBRARY         glxcommon.lib							// for filter facotory
       
    98 LIBRARY         glxcommonui.lib
       
    99 LIBRARY 	glxtvout.lib
       
   100 
       
   101 // EOF 
       
   102