photosgallery/viewframework/views/cloudview/group/glxcloudview.mmp
branchRCL_3
changeset 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
59:8e5f6eea9c9f 60:5b3385a43d68
       
     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 <platform_paths.hrh>
       
    22 #include "../../../../group/glxbuildcommon.mmh"
       
    23 #include "../../../../inc/glxalfhelper.mmh"
       
    24 
       
    25 TARGET          glxcloudview.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x200071BA
       
    28 
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif 
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          glxcloudview.cpp
       
    36 SOURCE			glxcloudviewimp.cpp
       
    37 SOURCE 			glxcontainerinfobubble.cpp
       
    38 SOURCE			glxcloudviewcontrol.cpp
       
    39 SOURCE			glxinfobubble.cpp
       
    40 SOURCE			glxbubbletimer.cpp
       
    41 SOURCE 			glxtagscontextmenucontrol.cpp
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 SYSTEMINCLUDE     ../../../texturemanager/inc
       
    47 SYSTEMINCLUDE     ../../viewbase/inc
       
    48 SYSTEMINCLUDE     ../../../inc
       
    49 SYSTEMINCLUDE     ../../../uiutilities/inc
       
    50 SYSTEMINCLUDE     ../../../medialists/inc  
       
    51 SYSTEMINCLUDE     ../../../../inc
       
    52 SYSTEMINCLUDE	    ../../../../common/inc      
       
    53 SYSTEMINCLUDE     ../../../../commonui/inc
       
    54 SYSTEMINCLUDE      ../../../commandhandlers/inc
       
    55 
       
    56 USERINCLUDE       ../inc
       
    57 
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         cone.lib // For CCoeEnv
       
    61 LIBRARY         eikcore.lib  //For  MEikMenuObserver
       
    62 LIBRARY         avkon.lib    // For CAknView
       
    63 LIBRARY         eikcoctl.lib // For MAknToolbarObserver
       
    64 LIBRARY         aknskins.lib  // For MAknsSkinInstance
       
    65 LIBRARY         touchfeedback.lib // for touch feedback
       
    66 LIBRARY         flogger.lib
       
    67 
       
    68 LIBRARY         mpxcommon.lib // For MPX
       
    69 
       
    70 LIBRARY         glxuiutilities.lib      // For CGlxUiUtilities
       
    71 LIBRARY         glxtexturemanager.lib   // For CGlxTextureManager     
       
    72 
       
    73 LIBRARY         alfclient.lib           // For Alfred Hitchcock framework
       
    74 LIBRARY         alfwidgetmodel.lib		// For AlfWidgetEnvExtension
       
    75 LIBRARY			glxmedialists.lib	// For  MGlxMediaList, 
       
    76 LIBRARY         glxviewbase.lib     // For CGlxViewBase
       
    77 LIBRARY         glxcommon.lib                   // for CResourceUtilities
       
    78 
       
    79 LIBRARY         cdlengine.lib
       
    80 LIBRARY      	aknlayout2scalable.lib
       
    81 LIBRARY      	aknphysics.lib
       
    82 LIBRARY         fbscli.lib 
       
    83 LIBRARY		gdi.lib 
       
    84 LIBRARY		charconv.lib         // For UtfConverter
       
    85 LIBRARY         commonengine.lib
       
    86 LIBRARY 	gfxtrans.lib
       
    87 LIBRARY		alfdecoderserverclient.lib //For CAlfEffectObserver
       
    88 LIBRARY		akntransitionutils.lib //For CAknTransitionUtils
       
    89 // End of File