photosgallery/viewframework/plugins/listviewplugin/group/glxlistviewplugin.mmp
changeset 0 4e91876724a2
child 25 191387a8b767
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          glxlistviewplugin.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x20000A0B
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY      CAP_ECOM_PLUGIN
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxlistviewpluginproxy.cpp
       
    38 SOURCE          glxmainlistviewplugin.cpp
       
    39 SOURCE          glxalbumlistviewplugin.cpp
       
    40 SOURCE          glxmonthlistviewplugin.cpp
       
    41 
       
    42 START RESOURCE  ../data/20000a0b.rss
       
    43 TARGET          glxlistviewplugin.rsc
       
    44 END // RESOURCE
       
    45 
       
    46 START RESOURCE  ../data/glxlistviewplugin.rss
       
    47 HEADER
       
    48 TARGETPATH      APP_RESOURCE_DIR
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 USERINCLUDE     ../inc
       
    53 
       
    54 // System includes from the source tree
       
    55 SYSTEMINCLUDE   ../../../inc
       
    56 SYSTEMINCLUDE   ../../../../inc
       
    57 SYSTEMINCLUDE   ../../../plugins/listviewpluginbase/inc
       
    58 SYSTEMINCLUDE   ../../../views/viewbase/inc
       
    59 SYSTEMINCLUDE   ../../../views/listview/inc
       
    60 SYSTEMINCLUDE   ../../../uiutilities/inc
       
    61 SYSTEMINCLUDE   ../../../commandhandlers/inc
       
    62 SYSTEMINCLUDE   ../../../commandhandlers/commandhandlerbase/inc
       
    63 SYSTEMINCLUDE   ../../../commandhandlers/commoncommandhandlers/inc
       
    64 SYSTEMINCLUDE   ../../../commandhandlers/commandhandlerupnp/inc      //Command Handler Upnp
       
    65 SYSTEMINCLUDE   ../../../medialists/inc
       
    66 SYSTEMINCLUDE	../../../../slideshow/engine/inc
       
    67 
       
    68 APP_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 SYSTEMINCLUDE   ../../../../gallery/loc
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         cone.lib
       
    77 LIBRARY         commonengine.lib
       
    78 
       
    79 LIBRARY         mpxviewplugin.lib
       
    80 
       
    81 LIBRARY         glxlistviewpluginbase.lib
       
    82 LIBRARY         glxviewbase.lib
       
    83 LIBRARY         glxlistview.lib
       
    84 LIBRARY         glxcommoncommandhandlers.lib
       
    85 LIBRARY         glxupnpcommandhandler.lib                            //upnp Command handlers
       
    86 
       
    87 
       
    88 //EXPORTUNFROZEN
       
    89 
       
    90 // End of File