photosgallery/viewframework/plugins/listviewpluginbase/group/glxlistviewpluginbase.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 <platform_paths.hrh>
       
    23 
       
    24 #include "../../../../group/glxbuildcommon.mmh"
       
    25 #include "../../../../inc/glxalfhelper.mmh"
       
    26 
       
    27 TARGET          glxlistviewpluginbase.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x2000718D
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxlistviewpluginbase.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 // System includes from the source tree
       
    42 SYSTEMINCLUDE   ../../../inc
       
    43 SYSTEMINCLUDE   ../../../../inc
       
    44 SYSTEMINCLUDE   ../../../views/viewbase/inc
       
    45 SYSTEMINCLUDE   ../../../views/listview/inc
       
    46 SYSTEMINCLUDE   ../../../uiutilities/inc
       
    47 SYSTEMINCLUDE   ../../../commandhandlers/commandhandlerbase/inc
       
    48 SYSTEMINCLUDE   ../../../commandhandlers/commoncommandhandlers/inc
       
    49 SYSTEMINCLUDE   ../../../commandhandlers/commandhandlerupnp/inc     // for Command Handler Upnp
       
    50 SYSTEMINCLUDE   ../../../medialists/inc
       
    51 SYSTEMINCLUDE	../../../../slideshow/engine/inc
       
    52 SYSTEMINCLUDE	../../../../common/inc                              // for CGlxResourceUtilities
       
    53 
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         efsrv.lib
       
    64 
       
    65 LIBRARY         mpxviewplugin.lib
       
    66 
       
    67 LIBRARY         glxviewbase.lib
       
    68 LIBRARY         glxlistview.lib
       
    69 LIBRARY	        glxcommoncommandhandlers.lib
       
    70 LIBRARY			glxupnpcommandhandler.lib		// For Upnp Command Handler
       
    71 LIBRARY         glxcommon.lib                   // for CResourceUtilities
       
    72 
       
    73 //EXPORTUNFROZEN
       
    74 
       
    75 // End of File